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

David Holmes david.holmes at oracle.com
Tue May 19 07:49:30 UTC 2015


Looks fine to me.

Thanks,
David

On 18/05/2015 11:57 PM, denis kononenko wrote:
> 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.
>



More information about the hotspot-gc-dev mailing list