Integrated: 8297740: runtime/ClassUnload/UnloadTest.java failed with "Test failed: should still be live"

Albert Mingkun Yang ayang at openjdk.org
Wed Nov 30 13:04:33 UTC 2022


On Tue, 29 Nov 2022 09:28:28 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

> 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.

This pull request has now been integrated.

Changeset: a97e7d98
Author:    Albert Mingkun Yang <ayang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a97e7d9887e448c88f59cf70bfb8ab72435ece9c
Stats:     5 lines in 1 file changed: 2 ins; 0 del; 3 mod

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

Reviewed-by: dcubed

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

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


More information about the hotspot-runtime-dev mailing list