Home
last modified time | relevance | path

Searched refs:getMethodCompilationLevel (Results 1 – 25 of 140) sorted by relevance

123456

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/aot/
H A DRecompilationTest.java88 Asserts.assertEQ(WHITE_BOX.getMethodCompilationLevel(e), in test()
99 Asserts.assertGTE(WHITE_BOX.getMethodCompilationLevel(e), in test()
105 Asserts.assertEQ(WHITE_BOX.getMethodCompilationLevel(e), in test()
H A DDeoptimizationTest.java78 Asserts.assertEQ(WB.getMethodCompilationLevel(testMethod), in test()
84 Asserts.assertEQ(WB.getMethodCompilationLevel(testMethod), 0, in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/aot/
H A DRecompilationTest.java88 Asserts.assertEQ(WHITE_BOX.getMethodCompilationLevel(e), in test()
99 Asserts.assertGTE(WHITE_BOX.getMethodCompilationLevel(e), in test()
105 Asserts.assertEQ(WHITE_BOX.getMethodCompilationLevel(e), in test()
H A DDeoptimizationTest.java78 Asserts.assertEQ(WB.getMethodCompilationLevel(testMethod), in test()
84 Asserts.assertEQ(WB.getMethodCompilationLevel(testMethod), 0, in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/aot/
H A DRecompilationTest.java87 Asserts.assertEQ(WHITE_BOX.getMethodCompilationLevel(e), in test()
98 Asserts.assertGTE(WHITE_BOX.getMethodCompilationLevel(e), in test()
104 Asserts.assertEQ(WHITE_BOX.getMethodCompilationLevel(e), in test()
H A DDeoptimizationTest.java77 Asserts.assertEQ(WB.getMethodCompilationLevel(testMethod), in test()
83 Asserts.assertEQ(WB.getMethodCompilationLevel(testMethod), 0, in test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/aot/
H A DRecompilationTest.java87 Asserts.assertEQ(WHITE_BOX.getMethodCompilationLevel(e), in test()
98 Asserts.assertGTE(WHITE_BOX.getMethodCompilationLevel(e), in test()
104 Asserts.assertEQ(WHITE_BOX.getMethodCompilationLevel(e), in test()
H A DDeoptimizationTest.java77 Asserts.assertEQ(WB.getMethodCompilationLevel(testMethod), in test()
83 Asserts.assertEQ(WB.getMethodCompilationLevel(testMethod), 0, in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/aot/
H A DRecompilationTest.java88 Asserts.assertEQ(WHITE_BOX.getMethodCompilationLevel(e), in test()
99 Asserts.assertGTE(WHITE_BOX.getMethodCompilationLevel(e), in test()
105 Asserts.assertEQ(WHITE_BOX.getMethodCompilationLevel(e), in test()
H A DDeoptimizationTest.java78 Asserts.assertEQ(WB.getMethodCompilationLevel(testMethod), in test()
84 Asserts.assertEQ(WB.getMethodCompilationLevel(testMethod), 0, in test()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/aot/
H A DRecompilationTest.java88 Asserts.assertEQ(WHITE_BOX.getMethodCompilationLevel(e), in test()
99 Asserts.assertGTE(WHITE_BOX.getMethodCompilationLevel(e), in test()
105 Asserts.assertEQ(WHITE_BOX.getMethodCompilationLevel(e), in test()
H A DDeoptimizationTest.java78 Asserts.assertEQ(WB.getMethodCompilationLevel(testMethod), in test()
84 Asserts.assertEQ(WB.getMethodCompilationLevel(testMethod), 0, in test()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/aot/
H A DRecompilationTest.java88 Asserts.assertEQ(WHITE_BOX.getMethodCompilationLevel(e), in test()
99 Asserts.assertGTE(WHITE_BOX.getMethodCompilationLevel(e), in test()
105 Asserts.assertEQ(WHITE_BOX.getMethodCompilationLevel(e), in test()
H A DDeoptimizationTest.java78 Asserts.assertEQ(WB.getMethodCompilationLevel(testMethod), in test()
84 Asserts.assertEQ(WB.getMethodCompilationLevel(testMethod), 0, in test()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/whitebox/
H A DCompilerWhiteBoxTest.java204 if (WHITE_BOX.getMethodCompilationLevel(method, false) >= compLevel) { in checkNotCompiled()
207 if (WHITE_BOX.getMethodCompilationLevel(method, true) >= compLevel) { in checkNotCompiled()
241 if (WHITE_BOX.getMethodCompilationLevel(method, isOsr) != 0) { in checkNotCompiled()
266 if (WHITE_BOX.getMethodCompilationLevel(method, testCase.isOsr()) in checkCompiled()
348 WHITE_BOX.getMethodCompilationLevel(method, false)); in printInfo()
358 WHITE_BOX.getMethodCompilationLevel(method, true)); in printInfo()
H A DLockCompilationTest.java81 WHITE_BOX.getMethodCompilationLevel(method, false), 0, in test()
87 WHITE_BOX.getMethodCompilationLevel(method, true), 0, in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/whitebox/
H A DCompilerWhiteBoxTest.java204 if (WHITE_BOX.getMethodCompilationLevel(method, false) >= compLevel) { in checkNotCompiled()
207 if (WHITE_BOX.getMethodCompilationLevel(method, true) >= compLevel) { in checkNotCompiled()
241 if (WHITE_BOX.getMethodCompilationLevel(method, isOsr) != 0) { in checkNotCompiled()
266 if (WHITE_BOX.getMethodCompilationLevel(method, testCase.isOsr()) in checkCompiled()
348 WHITE_BOX.getMethodCompilationLevel(method, false)); in printInfo()
358 WHITE_BOX.getMethodCompilationLevel(method, true)); in printInfo()
H A DLockCompilationTest.java81 WHITE_BOX.getMethodCompilationLevel(method, false), 0, in test()
87 WHITE_BOX.getMethodCompilationLevel(method, true), 0, in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/whitebox/
H A DCompilerWhiteBoxTest.java204 if (WHITE_BOX.getMethodCompilationLevel(method, false) >= compLevel) { in checkNotCompiled()
207 if (WHITE_BOX.getMethodCompilationLevel(method, true) >= compLevel) { in checkNotCompiled()
241 if (WHITE_BOX.getMethodCompilationLevel(method, isOsr) != 0) { in checkNotCompiled()
266 if (WHITE_BOX.getMethodCompilationLevel(method, testCase.isOsr()) in checkCompiled()
348 WHITE_BOX.getMethodCompilationLevel(method, false)); in printInfo()
358 WHITE_BOX.getMethodCompilationLevel(method, true)); in printInfo()
H A DLockCompilationTest.java80 WHITE_BOX.getMethodCompilationLevel(method, false), 0, in test()
86 WHITE_BOX.getMethodCompilationLevel(method, true), 0, in test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/whitebox/
H A DCompilerWhiteBoxTest.java204 if (WHITE_BOX.getMethodCompilationLevel(method, false) >= compLevel) { in checkNotCompiled()
207 if (WHITE_BOX.getMethodCompilationLevel(method, true) >= compLevel) { in checkNotCompiled()
241 if (WHITE_BOX.getMethodCompilationLevel(method, isOsr) != 0) { in checkNotCompiled()
266 if (WHITE_BOX.getMethodCompilationLevel(method, testCase.isOsr()) in checkCompiled()
348 WHITE_BOX.getMethodCompilationLevel(method, false)); in printInfo()
358 WHITE_BOX.getMethodCompilationLevel(method, true)); in printInfo()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/whitebox/
H A DCompilerWhiteBoxTest.java196 if (WHITE_BOX.getMethodCompilationLevel(method, false) >= compLevel) { in checkNotCompiled()
199 if (WHITE_BOX.getMethodCompilationLevel(method, true) >= compLevel) { in checkNotCompiled()
233 if (WHITE_BOX.getMethodCompilationLevel(method, isOsr) != 0) { in checkNotCompiled()
258 if (WHITE_BOX.getMethodCompilationLevel(method, testCase.isOsr()) in checkCompiled()
340 WHITE_BOX.getMethodCompilationLevel(method, false)); in printInfo()
350 WHITE_BOX.getMethodCompilationLevel(method, true)); in printInfo()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/whitebox/
H A DCompilerWhiteBoxTest.java204 if (WHITE_BOX.getMethodCompilationLevel(method, false) >= compLevel) { in checkNotCompiled()
207 if (WHITE_BOX.getMethodCompilationLevel(method, true) >= compLevel) { in checkNotCompiled()
241 if (WHITE_BOX.getMethodCompilationLevel(method, isOsr) != 0) { in checkNotCompiled()
266 if (WHITE_BOX.getMethodCompilationLevel(method, testCase.isOsr()) in checkCompiled()
348 WHITE_BOX.getMethodCompilationLevel(method, false)); in printInfo()
358 WHITE_BOX.getMethodCompilationLevel(method, true)); in printInfo()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/whitebox/
H A DCompilerWhiteBoxTest.java204 if (WHITE_BOX.getMethodCompilationLevel(method, false) >= compLevel) { in checkNotCompiled()
207 if (WHITE_BOX.getMethodCompilationLevel(method, true) >= compLevel) { in checkNotCompiled()
241 if (WHITE_BOX.getMethodCompilationLevel(method, isOsr) != 0) { in checkNotCompiled()
266 if (WHITE_BOX.getMethodCompilationLevel(method, testCase.isOsr()) in checkCompiled()
348 WHITE_BOX.getMethodCompilationLevel(method, false)); in printInfo()
358 WHITE_BOX.getMethodCompilationLevel(method, true)); in printInfo()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/whitebox/
H A DCompilerWhiteBoxTest.java204 if (WHITE_BOX.getMethodCompilationLevel(method, false) >= compLevel) { in checkNotCompiled()
207 if (WHITE_BOX.getMethodCompilationLevel(method, true) >= compLevel) { in checkNotCompiled()
241 if (WHITE_BOX.getMethodCompilationLevel(method, isOsr) != 0) { in checkNotCompiled()
266 if (WHITE_BOX.getMethodCompilationLevel(method, testCase.isOsr()) in checkCompiled()
348 WHITE_BOX.getMethodCompilationLevel(method, false)); in printInfo()
358 WHITE_BOX.getMethodCompilationLevel(method, true)); in printInfo()

123456