diff -r b4441f6cfe79 -r c2304140ed64 hotspot/test/compiler/profiling/TestMethodHandleInvokesIntrinsic.java --- a/hotspot/test/compiler/profiling/TestMethodHandleInvokesIntrinsic.java Tue Jul 12 08:42:46 2016 +0000 +++ b/hotspot/test/compiler/profiling/TestMethodHandleInvokesIntrinsic.java Tue Jul 12 18:24:48 2016 +0300 @@ -25,11 +25,18 @@ * @test * @bug 8041458 * @summary profiling of arguments in C1 at MethodHandle invoke of intrinsic tries to profile popped argument. - * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement -XX:TieredStopAtLevel=3 TestMethodHandleInvokesIntrinsic + * + * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement + * -XX:TieredStopAtLevel=3 + * compiler.profiling.TestMethodHandleInvokesIntrinsic * */ -import java.lang.invoke.*; +package compiler.profiling; + +import java.lang.invoke.MethodHandle; +import java.lang.invoke.MethodHandles; +import java.lang.invoke.MethodType; public class TestMethodHandleInvokesIntrinsic {