RFR(xxs): 8191739: [TESTBUG] test/hotspot/jtreg/runtime/LoadClass/TestResize.java fails to compile after JDK-8191580
Calvin Cheung
calvin.cheung at oracle.com
Tue Nov 21 23:30:08 UTC 2017
The fix is to add the following import:
36 import jdk.test.lib.Platform;
I've also re-arranged the import statements in alphabetical order.
Bug: https://bugs.openjdk.java.net/browse/JDK-8191739
webrev: http://cr.openjdk.java.net/~ccheung/8191739/webrev.00/
Tested locally on linux-x64.
thanks,
Calvin
More information about the hotspot-runtime-dev
mailing list