RFR(XS): JDK-8077620: [TESTBUG] Some of the hotspot tests require at least compact profile 3

denis kononenko denis.kononenko at oracle.com
Mon May 18 13:57:12 UTC 2015


Hi All,

Could you please review a small change to the TEST.groups file.

Webrev link: 
http://cr.openjdk.java.net/~skovalev/dkononen/8077620/webrev.00/
Bug id: JDK-8077620 <https://bugs.openjdk.java.net/browse/JDK-8077620>
Testing: automated
Description:

The following tests cannot be run on compact profiles 1 and 2:

compiler/jsr292/RedefineMethodUsedByMultipleMethodHandles.java: requires 
java.lang.instrument package (JEP-161, available in Compact Profile 3);
compiler/rangechecks/TestRangeCheckSmearing.java: requires 
sun.management package (JEP-161, any management packages available since 
Compact Profile 3);
gc/TestGCLogRotationViaJcmd.java: uses ProcessTools which depends on 
java.lang.management (JEP-161, available in Compact Profile 3);
serviceability/sa/jmap-hashcode/Test8028623.java: the same as above.

The fix simply moves these tests into :needs_compact3 group.

Thank you,
Denis.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20150518/27fb33eb/attachment.html>


More information about the hotspot-compiler-dev mailing list