RFR(XS): JDK-8077866: [TESTBUG] Some of java.lang tests cannot be run on compact profiles 1, 2

denis kononenko denis.kononenko at oracle.com
Mon May 18 13:03:45 UTC 2015


Hi All,

Please review the very small change in TEST.groups file.

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

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

java/lang/invoke/lambda/LambdaStackTrace.java: requires 
javax.tools.StandardJavaFileManager (JEP-161, available in Compact 
Profile 3);
java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java: inherits from 
the LambdaFormTestCase class which, in turn, has dependency on 
java.lang.management package (JEP-161, available in Compact Profile 3);
java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java: the same as 
above;
java/lang/invoke/LFCaching/LFGarbageCollectedTest.java  the same as above;

The fix simply adds these tests into the :needs_compact3 group.

Thank you,
Denis.




More information about the core-libs-dev mailing list