RFR: 8297740: runtime/ClassUnload/UnloadTest.java failed with "Test failed: should still be live" [v2]

Albert Mingkun Yang ayang at openjdk.org
Wed Nov 30 09:01:21 UTC 2022


> Fix the failure in `-Xcomp` mode. Thanks to David's analysis that a local variable is not enough to keep the object live; using a global variable now.

Albert Mingkun Yang has updated the pull request incrementally with one additional commit since the last revision:

  review

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/11409/files
  - new: https://git.openjdk.org/jdk/pull/11409/files/fd1e1618..b7f1c0d0

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=11409&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=11409&range=00-01

  Stats: 9 lines in 1 file changed: 0 ins; 2 del; 7 mod
  Patch: https://git.openjdk.org/jdk/pull/11409.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/11409/head:pull/11409

PR: https://git.openjdk.org/jdk/pull/11409


More information about the hotspot-runtime-dev mailing list