RFR (XS): 8026186: gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java Compilation failed
Thomas Schatzl
thomas.schatzl at oracle.com
Mon Oct 14 08:51:51 UTC 2013
Hi all,
can I have reviews for the following small fix? After changes for
JDK-8014905 (https://bugs.openjdk.java.net/browse/JDK-8014905) some
tests that used the method JDKToolFinder.getCurrentJDKTool() did not
compile any more because the method has been renamed to
JDKToolFinder.getTestJDKTool() (see
http://cr.openjdk.java.net/~ctornqvi/webrev/8014905/webrev.04/test/testlibrary/com/oracle/java/testlibrary/JDKToolFinder.java.udiff.html)
Bug:
https://bugs.openjdk.java.net/browse/JDK-8026186
Webrev:
http://cr.openjdk.java.net/~tschatzl/8026186/webrev/
Testing:
local compilation/run of affected tests via jtreg
Note that the test gc/metaspace/CompressedClassSpaceSizeInJmapHeap does
not pass any more, I created another CR for it at
https://bugs.openjdk.java.net/browse/JDK-8026387
Thomas
More information about the hotspot-gc-dev
mailing list