Home
last modified time | relevance | path

Searched defs:isOsr (Results 1 – 25 of 144) sorted by relevance

123456

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/whitebox/
H A DSimpleTestCase.java49 private final boolean isOsr; field in SimpleTestCase
52 boolean isOsr) { in SimpleTestCase()
69 public boolean isOsr() { in isOsr() method in SimpleTestCase
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/whitebox/
H A DSimpleTestCase.java49 private final boolean isOsr; field in SimpleTestCase
52 boolean isOsr) { in SimpleTestCase()
69 public boolean isOsr() { in isOsr() method in SimpleTestCase
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/whitebox/
H A DSimpleTestCase.java49 private final boolean isOsr; field in SimpleTestCase
52 boolean isOsr) { in SimpleTestCase()
69 public boolean isOsr() { in isOsr() method in SimpleTestCase
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/whitebox/
H A DSimpleTestCase.java49 private final boolean isOsr; field in SimpleTestCase
52 boolean isOsr) { in SimpleTestCase()
69 public boolean isOsr() { in isOsr() method in SimpleTestCase
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/whitebox/
H A DSimpleTestCase.java49 private final boolean isOsr; field in SimpleTestCase
52 boolean isOsr) { in SimpleTestCase()
69 public boolean isOsr() { in isOsr() method in SimpleTestCase
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/whitebox/
H A DSimpleTestCase.java49 private final boolean isOsr; field in SimpleTestCase
52 boolean isOsr) { in SimpleTestCase()
69 public boolean isOsr() { in isOsr() method in SimpleTestCase
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/whitebox/
H A DSimpleTestCase.java49 private final boolean isOsr; field in SimpleTestCase
52 boolean isOsr) { in SimpleTestCase()
69 public boolean isOsr() { in isOsr() method in SimpleTestCase
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/whitebox/
H A DSimpleTestCase.java49 private final boolean isOsr; field in SimpleTestCase
52 boolean isOsr) { in SimpleTestCase()
69 public boolean isOsr() { in isOsr() method in SimpleTestCase
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/whitebox/
H A DCompilerWhiteBoxTest.java241 protected final void checkNotCompiled(boolean isOsr) { in checkNotCompiled()
432 boolean isOsr(); in isOsr() method
483 private final boolean isOsr; field in SimpleTestCase
486 boolean isOsr) { in SimpleTestCase()
503 public boolean isOsr() { in isOsr() method in SimpleTestCase
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/whitebox/
H A DCompilerWhiteBoxTest.java241 protected final void checkNotCompiled(boolean isOsr) { in checkNotCompiled()
432 boolean isOsr(); in isOsr() method
483 private final boolean isOsr; field in SimpleTestCase
486 boolean isOsr) { in SimpleTestCase()
503 public boolean isOsr() { in isOsr() method in SimpleTestCase
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/intrinsics/mathexact/sanity/
H A DMathIntrinsic.java87 public boolean isOsr() { in isOsr() method in MathIntrinsic.IntIntrinsic
151 public boolean isOsr() { in isOsr() method in MathIntrinsic.LongIntrinsic
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/intrinsics/mathexact/sanity/
H A DMathIntrinsic.java87 public boolean isOsr() { in isOsr() method in MathIntrinsic.IntIntrinsic
151 public boolean isOsr() { in isOsr() method in MathIntrinsic.LongIntrinsic
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/lib/sun/hotspot/
H A DWhiteBox.java232 private native boolean isMethodCompiled0(Executable method, boolean isOsr); in isMethodCompiled0()
233 public boolean isMethodCompiled(Executable method, boolean isOsr){ in isMethodCompiled()
243 private native boolean isMethodCompilable0(Executable method, int compLevel, boolean isOsr); in isMethodCompilable0()
244 public boolean isMethodCompilable(Executable method, int compLevel, boolean isOsr) { in isMethodCompilable()
280 private native int deoptimizeMethod0(Executable method, boolean isOsr); in deoptimizeMethod0()
281 public int deoptimizeMethod(Executable method, boolean isOsr) { in deoptimizeMethod()
291 private native void makeMethodNotCompilable0(Executable method, int compLevel, boolean isOsr); in makeMethodNotCompilable0()
299 private native int getMethodCompilationLevel0(Executable method, boolean isOsr); in getMethodCompilationLevel0()
300 public int getMethodCompilationLevel(Executable method, boolean isOsr) { in getMethodCompilationLevel()
344 private native Object[] getNMethod0(Executable method, boolean isOsr); in getNMethod0()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/lib/sun/hotspot/
H A DWhiteBox.java233 private native boolean isMethodCompiled0(Executable method, boolean isOsr); in isMethodCompiled0()
234 public boolean isMethodCompiled(Executable method, boolean isOsr){ in isMethodCompiled()
244 private native boolean isMethodCompilable0(Executable method, int compLevel, boolean isOsr); in isMethodCompilable0()
245 public boolean isMethodCompilable(Executable method, int compLevel, boolean isOsr) { in isMethodCompilable()
281 private native int deoptimizeMethod0(Executable method, boolean isOsr); in deoptimizeMethod0()
282 public int deoptimizeMethod(Executable method, boolean isOsr) { in deoptimizeMethod()
292 private native void makeMethodNotCompilable0(Executable method, int compLevel, boolean isOsr); in makeMethodNotCompilable0()
300 private native int getMethodCompilationLevel0(Executable method, boolean isOsr); in getMethodCompilationLevel0()
301 public int getMethodCompilationLevel(Executable method, boolean isOsr) { in getMethodCompilationLevel()
344 private native Object[] getNMethod0(Executable method, boolean isOsr); in getNMethod0()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/lib/sun/hotspot/
H A DWhiteBox.java232 private native boolean isMethodCompiled0(Executable method, boolean isOsr); in isMethodCompiled0()
233 public boolean isMethodCompiled(Executable method, boolean isOsr){ in isMethodCompiled()
243 private native boolean isMethodCompilable0(Executable method, int compLevel, boolean isOsr); in isMethodCompilable0()
244 public boolean isMethodCompilable(Executable method, int compLevel, boolean isOsr) { in isMethodCompilable()
280 private native int deoptimizeMethod0(Executable method, boolean isOsr); in deoptimizeMethod0()
281 public int deoptimizeMethod(Executable method, boolean isOsr) { in deoptimizeMethod()
291 private native void makeMethodNotCompilable0(Executable method, int compLevel, boolean isOsr); in makeMethodNotCompilable0()
299 private native int getMethodCompilationLevel0(Executable method, boolean isOsr); in getMethodCompilationLevel0()
300 public int getMethodCompilationLevel(Executable method, boolean isOsr) { in getMethodCompilationLevel()
344 private native Object[] getNMethod0(Executable method, boolean isOsr); in getNMethod0()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/lib/sun/hotspot/
H A DWhiteBox.java241 private native boolean isMethodCompiled0(Executable method, boolean isOsr); in isMethodCompiled0()
242 public boolean isMethodCompiled(Executable method, boolean isOsr){ in isMethodCompiled()
252 private native boolean isMethodCompilable0(Executable method, int compLevel, boolean isOsr); in isMethodCompilable0()
253 public boolean isMethodCompilable(Executable method, int compLevel, boolean isOsr) { in isMethodCompilable()
289 private native int deoptimizeMethod0(Executable method, boolean isOsr); in deoptimizeMethod0()
290 public int deoptimizeMethod(Executable method, boolean isOsr) { in deoptimizeMethod()
300 private native void makeMethodNotCompilable0(Executable method, int compLevel, boolean isOsr); in makeMethodNotCompilable0()
308 private native int getMethodCompilationLevel0(Executable method, boolean isOsr); in getMethodCompilationLevel0()
309 public int getMethodCompilationLevel(Executable method, boolean isOsr) { in getMethodCompilationLevel()
353 private native Object[] getNMethod0(Executable method, boolean isOsr); in getNMethod0()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/lib/sun/hotspot/
H A DWhiteBox.java236 private native boolean isMethodCompiled0(Executable method, boolean isOsr); in isMethodCompiled0()
237 public boolean isMethodCompiled(Executable method, boolean isOsr){ in isMethodCompiled()
247 private native boolean isMethodCompilable0(Executable method, int compLevel, boolean isOsr); in isMethodCompilable0()
248 public boolean isMethodCompilable(Executable method, int compLevel, boolean isOsr) { in isMethodCompilable()
284 private native int deoptimizeMethod0(Executable method, boolean isOsr); in deoptimizeMethod0()
285 public int deoptimizeMethod(Executable method, boolean isOsr) { in deoptimizeMethod()
295 private native void makeMethodNotCompilable0(Executable method, int compLevel, boolean isOsr); in makeMethodNotCompilable0()
303 private native int getMethodCompilationLevel0(Executable method, boolean isOsr); in getMethodCompilationLevel0()
304 public int getMethodCompilationLevel(Executable method, boolean isOsr) { in getMethodCompilationLevel()
348 private native Object[] getNMethod0(Executable method, boolean isOsr); in getNMethod0()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/testlibrary/whitebox/sun/hotspot/code/
H A DNMethod.java32 public static NMethod get(Executable method, boolean isOsr) { in get()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/testlibrary/whitebox/sun/hotspot/code/
H A DNMethod.java32 public static NMethod get(Executable method, boolean isOsr) { in get()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/intrinsics/mathexact/sanity/
H A DMathIntrinsic.java133 public boolean isOsr() { in isOsr() method in MathIntrinsic.IntIntrinsic
238 public boolean isOsr() { in isOsr() method in MathIntrinsic.LongIntrinsic
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/intrinsics/mathexact/sanity/
H A DMathIntrinsic.java133 public boolean isOsr() { in isOsr() method in MathIntrinsic.IntIntrinsic
238 public boolean isOsr() { in isOsr() method in MathIntrinsic.LongIntrinsic
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/intrinsics/mathexact/sanity/
H A DMathIntrinsic.java133 public boolean isOsr() { in isOsr() method in MathIntrinsic.IntIntrinsic
238 public boolean isOsr() { in isOsr() method in MathIntrinsic.LongIntrinsic
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/intrinsics/mathexact/sanity/
H A DMathIntrinsic.java133 public boolean isOsr() { in isOsr() method in MathIntrinsic.IntIntrinsic
238 public boolean isOsr() { in isOsr() method in MathIntrinsic.LongIntrinsic
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/intrinsics/mathexact/sanity/
H A DMathIntrinsic.java133 public boolean isOsr() { in isOsr() method in MathIntrinsic.IntIntrinsic
238 public boolean isOsr() { in isOsr() method in MathIntrinsic.LongIntrinsic
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/intrinsics/mathexact/sanity/
H A DMathIntrinsic.java133 public boolean isOsr() { in isOsr() method in MathIntrinsic.IntIntrinsic
238 public boolean isOsr() { in isOsr() method in MathIntrinsic.LongIntrinsic

123456