代码拉取完成,页面将自动刷新
Subject: Backport of 8337787: Fix -Wzero-as-null-pointer-constant warnings when JVMTI feature is disabled
---
src/hotspot/share/prims/jvmtiExport.hpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/hotspot/share/prims/jvmtiExport.hpp b/src/hotspot/share/prims/jvmtiExport.hpp
index 805c8c090..d8e20086b 100644
--- a/src/hotspot/share/prims/jvmtiExport.hpp
+++ b/src/hotspot/share/prims/jvmtiExport.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1998, 2023, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -279,10 +279,10 @@ class JvmtiExport : public AllStatic {
}
// field access management
- static address get_field_access_count_addr() NOT_JVMTI_RETURN_(0);
+ static address get_field_access_count_addr() NOT_JVMTI_RETURN_(nullptr);
// field modification management
- static address get_field_modification_count_addr() NOT_JVMTI_RETURN_(0);
+ static address get_field_modification_count_addr() NOT_JVMTI_RETURN_(nullptr);
// -----------------
--
2.33.0
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。