Home
last modified time | relevance | path

Searched +defs:old +defs:val (Results 226 – 250 of 9252) sorted by relevance

12345678910>>...371

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/c2/cr8004867/
H A DTestIntUnsafeVolatile.java277 int val = (i%SCALE != 0) ? -1 : -123; in test() local
282 int val = (i%SCALE != 0) ? -1 : 123; in test() local
287 int val = (i%SCALE != 0) ? -1 : 123; in test() local
779 static void test_vi(int[] a, int b, int old) { in test_vi()
801 static void test_ci_neg(int[] a, int old) { in test_ci_neg()
806 static void test_vi_neg(int[] a, int b, int old) { in test_vi_neg()
828 static void test_ci_oppos(int[] a, int old) { in test_ci_oppos()
860 static void test_ci_off(int[] a, int old) { in test_ci_off()
865 static void test_vi_off(int[] a, int b, int old) { in test_vi_off()
914 static void test_ci_scl(int[] a, int old) { in test_ci_scl()
[all …]
H A DTestIntAtomicCAS.java262 int val = (i%SCALE != 0) ? -1 : -123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
272 int val = (i%SCALE != 0) ? -1 : 123; in test() local
760 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
782 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
787 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
809 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
841 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
895 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
H A DTestIntAtomicOrdered.java262 int val = (i%SCALE != 0) ? -1 : -123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
272 int val = (i%SCALE != 0) ? -1 : 123; in test() local
760 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
782 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
787 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
809 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
841 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
895 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
H A DTestIntAtomicVolatile.java262 int val = (i%SCALE != 0) ? -1 : -123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
272 int val = (i%SCALE != 0) ? -1 : 123; in test() local
760 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
782 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
787 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
809 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
841 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
895 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/c2/cr8004867/
H A DTestIntAtomicCAS.java262 int val = (i%SCALE != 0) ? -1 : -123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
272 int val = (i%SCALE != 0) ? -1 : 123; in test() local
760 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
782 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
787 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
809 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
841 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
895 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
H A DTestIntAtomicOrdered.java262 int val = (i%SCALE != 0) ? -1 : -123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
272 int val = (i%SCALE != 0) ? -1 : 123; in test() local
760 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
782 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
787 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
809 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
841 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
895 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
H A DTestIntAtomicVolatile.java262 int val = (i%SCALE != 0) ? -1 : -123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
272 int val = (i%SCALE != 0) ? -1 : 123; in test() local
760 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
782 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
787 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
809 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
841 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
895 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
H A DTestIntUnsafeOrdered.java277 int val = (i%SCALE != 0) ? -1 : -123; in test() local
282 int val = (i%SCALE != 0) ? -1 : 123; in test() local
287 int val = (i%SCALE != 0) ? -1 : 123; in test() local
779 static void test_vi(int[] a, int b, int old) { in test_vi()
801 static void test_ci_neg(int[] a, int old) { in test_ci_neg()
806 static void test_vi_neg(int[] a, int b, int old) { in test_vi_neg()
828 static void test_ci_oppos(int[] a, int old) { in test_ci_oppos()
860 static void test_ci_off(int[] a, int old) { in test_ci_off()
865 static void test_vi_off(int[] a, int b, int old) { in test_vi_off()
914 static void test_ci_scl(int[] a, int old) { in test_ci_scl()
[all …]
H A DTestIntUnsafeVolatile.java277 int val = (i%SCALE != 0) ? -1 : -123; in test() local
282 int val = (i%SCALE != 0) ? -1 : 123; in test() local
287 int val = (i%SCALE != 0) ? -1 : 123; in test() local
779 static void test_vi(int[] a, int b, int old) { in test_vi()
801 static void test_ci_neg(int[] a, int old) { in test_ci_neg()
806 static void test_vi_neg(int[] a, int b, int old) { in test_vi_neg()
828 static void test_ci_oppos(int[] a, int old) { in test_ci_oppos()
860 static void test_ci_off(int[] a, int old) { in test_ci_off()
865 static void test_vi_off(int[] a, int b, int old) { in test_vi_off()
914 static void test_ci_scl(int[] a, int old) { in test_ci_scl()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/c2/cr8004867/
H A DTestIntAtomicCAS.java262 int val = (i%SCALE != 0) ? -1 : -123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
272 int val = (i%SCALE != 0) ? -1 : 123; in test() local
760 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
782 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
787 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
809 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
841 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
895 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
H A DTestIntAtomicOrdered.java262 int val = (i%SCALE != 0) ? -1 : -123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
272 int val = (i%SCALE != 0) ? -1 : 123; in test() local
760 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
782 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
787 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
809 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
841 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
895 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
H A DTestIntAtomicVolatile.java262 int val = (i%SCALE != 0) ? -1 : -123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
272 int val = (i%SCALE != 0) ? -1 : 123; in test() local
760 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
782 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
787 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
809 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
841 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
895 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
H A DTestIntUnsafeVolatile.java277 int val = (i%SCALE != 0) ? -1 : -123; in test() local
282 int val = (i%SCALE != 0) ? -1 : 123; in test() local
287 int val = (i%SCALE != 0) ? -1 : 123; in test() local
779 static void test_vi(int[] a, int b, int old) { in test_vi()
801 static void test_ci_neg(int[] a, int old) { in test_ci_neg()
806 static void test_vi_neg(int[] a, int b, int old) { in test_vi_neg()
828 static void test_ci_oppos(int[] a, int old) { in test_ci_oppos()
860 static void test_ci_off(int[] a, int old) { in test_ci_off()
865 static void test_vi_off(int[] a, int b, int old) { in test_vi_off()
914 static void test_ci_scl(int[] a, int old) { in test_ci_scl()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/c2/cr8004867/
H A DTestIntAtomicCAS.java262 int val = (i%SCALE != 0) ? -1 : -123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
272 int val = (i%SCALE != 0) ? -1 : 123; in test() local
760 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
782 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
787 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
809 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
841 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
895 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
H A DTestIntAtomicOrdered.java262 int val = (i%SCALE != 0) ? -1 : -123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
272 int val = (i%SCALE != 0) ? -1 : 123; in test() local
760 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
782 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
787 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
809 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
841 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
895 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
H A DTestIntUnsafeVolatile.java277 int val = (i%SCALE != 0) ? -1 : -123; in test() local
282 int val = (i%SCALE != 0) ? -1 : 123; in test() local
287 int val = (i%SCALE != 0) ? -1 : 123; in test() local
779 static void test_vi(int[] a, int b, int old) { in test_vi()
801 static void test_ci_neg(int[] a, int old) { in test_ci_neg()
806 static void test_vi_neg(int[] a, int b, int old) { in test_vi_neg()
828 static void test_ci_oppos(int[] a, int old) { in test_ci_oppos()
860 static void test_ci_off(int[] a, int old) { in test_ci_off()
865 static void test_vi_off(int[] a, int b, int old) { in test_vi_off()
914 static void test_ci_scl(int[] a, int old) { in test_ci_scl()
[all …]
H A DTestIntAtomicVolatile.java262 int val = (i%SCALE != 0) ? -1 : -123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
272 int val = (i%SCALE != 0) ? -1 : 123; in test() local
760 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
782 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
787 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
809 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
841 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
895 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
H A DTestIntUnsafeOrdered.java277 int val = (i%SCALE != 0) ? -1 : -123; in test() local
282 int val = (i%SCALE != 0) ? -1 : 123; in test() local
287 int val = (i%SCALE != 0) ? -1 : 123; in test() local
779 static void test_vi(int[] a, int b, int old) { in test_vi()
801 static void test_ci_neg(int[] a, int old) { in test_ci_neg()
806 static void test_vi_neg(int[] a, int b, int old) { in test_vi_neg()
828 static void test_ci_oppos(int[] a, int old) { in test_ci_oppos()
860 static void test_ci_off(int[] a, int old) { in test_ci_off()
865 static void test_vi_off(int[] a, int b, int old) { in test_vi_off()
914 static void test_ci_scl(int[] a, int old) { in test_ci_scl()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/8004867/
H A DTestIntAtomicCAS.java257 int val = (i%SCALE != 0) ? -1 : -123; in test() local
262 int val = (i%SCALE != 0) ? -1 : 123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
755 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
777 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
782 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
804 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
836 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
841 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
890 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
H A DTestIntAtomicVolatile.java257 int val = (i%SCALE != 0) ? -1 : -123; in test() local
262 int val = (i%SCALE != 0) ? -1 : 123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
755 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
777 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
782 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
804 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
836 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
841 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
890 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
H A DTestIntUnsafeOrdered.java274 int val = (i%SCALE != 0) ? -1 : -123; in test() local
279 int val = (i%SCALE != 0) ? -1 : 123; in test() local
284 int val = (i%SCALE != 0) ? -1 : 123; in test() local
776 static void test_vi(int[] a, int b, int old) { in test_vi()
798 static void test_ci_neg(int[] a, int old) { in test_ci_neg()
803 static void test_vi_neg(int[] a, int b, int old) { in test_vi_neg()
825 static void test_ci_oppos(int[] a, int old) { in test_ci_oppos()
857 static void test_ci_off(int[] a, int old) { in test_ci_off()
862 static void test_vi_off(int[] a, int b, int old) { in test_vi_off()
911 static void test_ci_scl(int[] a, int old) { in test_ci_scl()
[all …]
H A DTestIntAtomicOrdered.java257 int val = (i%SCALE != 0) ? -1 : -123; in test() local
262 int val = (i%SCALE != 0) ? -1 : 123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
755 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
777 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
782 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
804 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
836 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
841 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
890 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
H A DTestIntUnsafeVolatile.java274 int val = (i%SCALE != 0) ? -1 : -123; in test() local
279 int val = (i%SCALE != 0) ? -1 : 123; in test() local
284 int val = (i%SCALE != 0) ? -1 : 123; in test() local
776 static void test_vi(int[] a, int b, int old) { in test_vi()
798 static void test_ci_neg(int[] a, int old) { in test_ci_neg()
803 static void test_vi_neg(int[] a, int b, int old) { in test_vi_neg()
825 static void test_ci_oppos(int[] a, int old) { in test_ci_oppos()
857 static void test_ci_off(int[] a, int old) { in test_ci_off()
862 static void test_vi_off(int[] a, int b, int old) { in test_vi_off()
911 static void test_ci_scl(int[] a, int old) { in test_ci_scl()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/8004867/
H A DTestIntUnsafeOrdered.java274 int val = (i%SCALE != 0) ? -1 : -123; in test() local
279 int val = (i%SCALE != 0) ? -1 : 123; in test() local
284 int val = (i%SCALE != 0) ? -1 : 123; in test() local
776 static void test_vi(int[] a, int b, int old) { in test_vi()
798 static void test_ci_neg(int[] a, int old) { in test_ci_neg()
803 static void test_vi_neg(int[] a, int b, int old) { in test_vi_neg()
825 static void test_ci_oppos(int[] a, int old) { in test_ci_oppos()
857 static void test_ci_off(int[] a, int old) { in test_ci_off()
862 static void test_vi_off(int[] a, int b, int old) { in test_vi_off()
911 static void test_ci_scl(int[] a, int old) { in test_ci_scl()
[all …]
H A DTestIntAtomicOrdered.java257 int val = (i%SCALE != 0) ? -1 : -123; in test() local
262 int val = (i%SCALE != 0) ? -1 : 123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
755 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
777 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
782 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
804 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
836 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
841 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
890 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]

12345678910>>...371