equal
deleted
inserted
replaced
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
20 * or visit www.oracle.com if you need additional information or have any |
20 * or visit www.oracle.com if you need additional information or have any |
21 * questions. |
21 * questions. |
22 */ |
22 */ |
23 |
23 |
|
24 import compiler.testlibrary.CompilerUtils; |
24 import jdk.test.lib.Asserts; |
25 import jdk.test.lib.Asserts; |
25 import jdk.test.lib.JDKToolFinder; |
26 import jdk.test.lib.JDKToolFinder; |
26 import jdk.test.lib.OutputAnalyzer; |
27 import jdk.test.lib.OutputAnalyzer; |
27 import jdk.test.lib.Utils; |
28 import jdk.test.lib.Utils; |
28 import jdk.test.lib.dtrace.DtraceResultsAnalyzer; |
29 import jdk.test.lib.dtrace.DtraceResultsAnalyzer; |
45 |
46 |
46 /* |
47 /* |
47 * @test SegmentedCodeCacheDtraceTest |
48 * @test SegmentedCodeCacheDtraceTest |
48 * @bug 8015774 |
49 * @bug 8015774 |
49 * @requires os.family=="solaris" |
50 * @requires os.family=="solaris" |
50 * @library /testlibrary /compiler/testlibrary /../../test/lib |
51 * @library /testlibrary / /../../test/lib |
51 * @build SegmentedCodeCacheDtraceTestWorker |
52 * @build SegmentedCodeCacheDtraceTestWorker |
52 * @run main ClassFileInstaller sun.hotspot.WhiteBox |
53 * @run main ClassFileInstaller sun.hotspot.WhiteBox |
53 * sun.hotspot.WhiteBox$WhiteBoxPermission |
54 * sun.hotspot.WhiteBox$WhiteBoxPermission |
54 * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+TieredCompilation |
55 * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+TieredCompilation |
55 * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI |
56 * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI |