diff -r b4441f6cfe79 -r c2304140ed64 hotspot/test/compiler/escapeAnalysis/TestAllocatedEscapesPtrComparison.java --- a/hotspot/test/compiler/escapeAnalysis/TestAllocatedEscapesPtrComparison.java Tue Jul 12 08:42:46 2016 +0000 +++ b/hotspot/test/compiler/escapeAnalysis/TestAllocatedEscapesPtrComparison.java Tue Jul 12 18:24:48 2016 +0300 @@ -24,11 +24,16 @@ /* * @test * @bug 8043354 - * @summary bcEscapeAnalyzer allocated_escapes not conservative enough - * @run main/othervm -XX:CompileOnly=.visitAndPop TestAllocatedEscapesPtrComparison + * @summary bcEscapeAnalyzer allocated_escapes not conservative enough + * + * @run main/othervm + * -XX:CompileCommand=compileonly,compiler.escapeAnalysis.TestAllocatedEscapesPtrComparison::visitAndPop + * compiler.escapeAnalysis.TestAllocatedEscapesPtrComparison * @author Chuck Rasbold rasbold@google.com */ +package compiler.escapeAnalysis; + /* * Test always passes with -XX:-OptmimizePtrCompare */