RFR: 8262280: Incorrect exception handling for VMThread in class redefinition

Coleen Phillimore coleenp at openjdk.java.net
Thu Apr 1 17:06:38 UTC 2021


This is a trivial change to remove the last TRAPS from redefine_single_class which is called by the VM thread during a safepoint.
Tested with serviceability/jvmti/RedefineClasses, vmTestbase/nsk/jvmti,jdi and jdk/java/lang/instrument tests.  And tier1 sanity in progress.

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

Commit messages:
 - 8262280: Incorrect exception handling for VMThread in class redefinition

Changes: https://git.openjdk.java.net/jdk/pull/3310/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3310&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8262280
  Stats: 19 lines in 2 files changed: 0 ins; 0 del; 19 mod
  Patch: https://git.openjdk.java.net/jdk/pull/3310.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/3310/head:pull/3310

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


More information about the hotspot-dev mailing list