RFR (XXS): 8144583: Test sanity/ExecuteInternalVMTests.java fails
Thomas Schatzl
thomas.schatzl at oracle.com
Thu Dec 3 14:03:14 UTC 2015
Hi all,
can I have reviews for this removal of an internal VM test that is
susceptible to races with the application? It uses some global data
structures (the PRT free list), and depending on the activity of the
application, the guarantee in there may fail.
As fix I removed the test completely. There is no way this issue can be
fixed with a reasonable effort, and that part of the remset code is
planned to be removed anyway.
CR:
https://bugs.openjdk.java.net/browse/JDK-8144583
Webrev:
http://cr.openjdk.java.net/~tschatzl/8144583/webrev/
Testing:
local builds
Thanks,
Thomas
More information about the hotspot-gc-dev
mailing list