Hi Denis, Looks okay to me.
Thanks, David On 18/05/2015 11:03 PM, denis kononenko wrote:
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.