Integrated: 8259375: JvmtiExport::jni_Get/SetField_probe calls do not need ResetNoHandleMark
Coleen Phillimore
coleenp at openjdk.java.net
Thu Jan 7 17:16:57 UTC 2021
On Thu, 7 Jan 2021 16:04:28 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> This is a trivial change to remove the comments and the ResetNoHandleMark from jvmti functions. They're called by JNI_ENTRY so they don't have a NoHandleMark that needs to be reset. It may not have always been the case.
> Tested with the other patch for https://bugs.openjdk.java.net/browse/JDK-8258032 and retesting with tier1-3.
This pull request has now been integrated.
Changeset: 8530ef0e
Author: Coleen Phillimore <coleenp at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/8530ef0e
Stats: 18 lines in 2 files changed: 0 ins; 14 del; 4 mod
8259375: JvmtiExport::jni_Get/SetField_probe calls do not need ResetNoHandleMark
Reviewed-by: lfoltan, dcubed
-------------
PR: https://git.openjdk.java.net/jdk/pull/1975
More information about the hotspot-dev
mailing list