diff -r ada6dcfa50dc -r 03e2f4d0a421 hotspot/test/gc/survivorAlignment/TestAllocationInEden.java --- a/hotspot/test/gc/survivorAlignment/TestAllocationInEden.java Sat Apr 09 23:03:25 2016 +0100 +++ b/hotspot/test/gc/survivorAlignment/TestAllocationInEden.java Sat Apr 09 23:03:39 2016 +0100 @@ -27,7 +27,7 @@ * @summary Verify that object's alignment in eden space is not affected by * SurvivorAlignmentInBytes option. * @library /testlibrary /test/lib - * @modules java.base/sun.misc + * @modules java.base/jdk.internal.misc * java.management * @build TestAllocationInEden SurvivorAlignmentTestMain AlignmentHelper * @run main ClassFileInstaller sun.hotspot.WhiteBox