RFR: 8259374: Make ThreadInVMfromNative have ResetNoHandleMark

Coleen Phillimore coleenp at openjdk.java.net
Thu Jan 7 18:34:04 UTC 2021


Please review this straightforward change to add a ResetNoHandleMark in the ThreadInVMfromNative transition class so that callers don't have to do this.  Tested with tier1-3.
This was broken out of a larger change for JDK-8258032 Reconsider LEAF entry restrictions.

-------------

Commit messages:
 - 8259374: Make ThreadInVMfromNative have ResetNoHandleMark

Changes: https://git.openjdk.java.net/jdk/pull/1983/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1983&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8259374
  Stats: 18 lines in 7 files changed: 4 ins; 8 del; 6 mod
  Patch: https://git.openjdk.java.net/jdk/pull/1983.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/1983/head:pull/1983

PR: https://git.openjdk.java.net/jdk/pull/1983


More information about the hotspot-dev mailing list