Home
last modified time | relevance | path

Searched refs:compareAndSetInt (Results 1 – 25 of 87) sorted by relevance

1234

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/c2/cr8004867/
H A DTestIntUnsafeCAS.java776 unsafe.compareAndSetInt(a, byte_offset(i), -1, -123); in test_ci()
781 unsafe.compareAndSetInt(a, byte_offset(i), old, b); in test_vi()
797 unsafe.compareAndSetInt(a, byte_offset(i), -123, c); in test_2vi()
798 unsafe.compareAndSetInt(b, byte_offset(i), -103, d); in test_2vi()
808 unsafe.compareAndSetInt(a, byte_offset(i), old, b); in test_vi_neg()
824 unsafe.compareAndSetInt(a, byte_offset(i), -123, c); in test_2vi_neg()
825 unsafe.compareAndSetInt(b, byte_offset(i), -103, d); in test_2vi_neg()
856 unsafe.compareAndSetInt(a, byte_offset(i), -123, c); in test_2vi_oppos()
894 unsafe.compareAndSetInt(a, byte_offset(i+k), old, b); in test_vi_inv()
962 unsafe.compareAndSetInt(a, byte_offset(i), old, c); in test_2vi_aln()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/c2/cr8004867/
H A DTestIntUnsafeCAS.java776 unsafe.compareAndSetInt(a, byte_offset(i), -1, -123); in test_ci()
781 unsafe.compareAndSetInt(a, byte_offset(i), old, b); in test_vi()
797 unsafe.compareAndSetInt(a, byte_offset(i), -123, c); in test_2vi()
798 unsafe.compareAndSetInt(b, byte_offset(i), -103, d); in test_2vi()
808 unsafe.compareAndSetInt(a, byte_offset(i), old, b); in test_vi_neg()
824 unsafe.compareAndSetInt(a, byte_offset(i), -123, c); in test_2vi_neg()
825 unsafe.compareAndSetInt(b, byte_offset(i), -103, d); in test_2vi_neg()
856 unsafe.compareAndSetInt(a, byte_offset(i), -123, c); in test_2vi_oppos()
894 unsafe.compareAndSetInt(a, byte_offset(i+k), old, b); in test_vi_inv()
962 unsafe.compareAndSetInt(a, byte_offset(i), old, c); in test_2vi_aln()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/c2/cr8004867/
H A DTestIntUnsafeCAS.java776 unsafe.compareAndSetInt(a, byte_offset(i), -1, -123); in test_ci()
781 unsafe.compareAndSetInt(a, byte_offset(i), old, b); in test_vi()
797 unsafe.compareAndSetInt(a, byte_offset(i), -123, c); in test_2vi()
798 unsafe.compareAndSetInt(b, byte_offset(i), -103, d); in test_2vi()
808 unsafe.compareAndSetInt(a, byte_offset(i), old, b); in test_vi_neg()
824 unsafe.compareAndSetInt(a, byte_offset(i), -123, c); in test_2vi_neg()
825 unsafe.compareAndSetInt(b, byte_offset(i), -103, d); in test_2vi_neg()
856 unsafe.compareAndSetInt(a, byte_offset(i), -123, c); in test_2vi_oppos()
894 unsafe.compareAndSetInt(a, byte_offset(i+k), old, b); in test_vi_inv()
962 unsafe.compareAndSetInt(a, byte_offset(i), old, c); in test_2vi_aln()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/c2/cr8004867/
H A DTestIntUnsafeCAS.java776 unsafe.compareAndSetInt(a, byte_offset(i), -1, -123); in test_ci()
781 unsafe.compareAndSetInt(a, byte_offset(i), old, b); in test_vi()
797 unsafe.compareAndSetInt(a, byte_offset(i), -123, c); in test_2vi()
798 unsafe.compareAndSetInt(b, byte_offset(i), -103, d); in test_2vi()
808 unsafe.compareAndSetInt(a, byte_offset(i), old, b); in test_vi_neg()
824 unsafe.compareAndSetInt(a, byte_offset(i), -123, c); in test_2vi_neg()
825 unsafe.compareAndSetInt(b, byte_offset(i), -103, d); in test_2vi_neg()
856 unsafe.compareAndSetInt(a, byte_offset(i), -123, c); in test_2vi_oppos()
894 unsafe.compareAndSetInt(a, byte_offset(i+k), old, b); in test_vi_inv()
962 unsafe.compareAndSetInt(a, byte_offset(i), old, c); in test_2vi_aln()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/c2/cr8004867/
H A DTestIntUnsafeCAS.java776 unsafe.compareAndSetInt(a, byte_offset(i), -1, -123); in test_ci()
781 unsafe.compareAndSetInt(a, byte_offset(i), old, b); in test_vi()
797 unsafe.compareAndSetInt(a, byte_offset(i), -123, c); in test_2vi()
798 unsafe.compareAndSetInt(b, byte_offset(i), -103, d); in test_2vi()
808 unsafe.compareAndSetInt(a, byte_offset(i), old, b); in test_vi_neg()
824 unsafe.compareAndSetInt(a, byte_offset(i), -123, c); in test_2vi_neg()
825 unsafe.compareAndSetInt(b, byte_offset(i), -103, d); in test_2vi_neg()
856 unsafe.compareAndSetInt(a, byte_offset(i), -123, c); in test_2vi_oppos()
894 unsafe.compareAndSetInt(a, byte_offset(i+k), old, b); in test_vi_inv()
962 unsafe.compareAndSetInt(a, byte_offset(i), old, c); in test_2vi_aln()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/c2/cr8004867/
H A DTestIntUnsafeCAS.java776 unsafe.compareAndSetInt(a, byte_offset(i), -1, -123); in test_ci()
781 unsafe.compareAndSetInt(a, byte_offset(i), old, b); in test_vi()
797 unsafe.compareAndSetInt(a, byte_offset(i), -123, c); in test_2vi()
798 unsafe.compareAndSetInt(b, byte_offset(i), -103, d); in test_2vi()
808 unsafe.compareAndSetInt(a, byte_offset(i), old, b); in test_vi_neg()
824 unsafe.compareAndSetInt(a, byte_offset(i), -123, c); in test_2vi_neg()
825 unsafe.compareAndSetInt(b, byte_offset(i), -103, d); in test_2vi_neg()
856 unsafe.compareAndSetInt(a, byte_offset(i), -123, c); in test_2vi_oppos()
894 unsafe.compareAndSetInt(a, byte_offset(i+k), old, b); in test_vi_inv()
962 unsafe.compareAndSetInt(a, byte_offset(i), old, c); in test_2vi_aln()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/c2/cr8004867/
H A DTestIntUnsafeCAS.java776 unsafe.compareAndSetInt(a, byte_offset(i), -1, -123); in test_ci()
781 unsafe.compareAndSetInt(a, byte_offset(i), old, b); in test_vi()
797 unsafe.compareAndSetInt(a, byte_offset(i), -123, c); in test_2vi()
798 unsafe.compareAndSetInt(b, byte_offset(i), -103, d); in test_2vi()
808 unsafe.compareAndSetInt(a, byte_offset(i), old, b); in test_vi_neg()
824 unsafe.compareAndSetInt(a, byte_offset(i), -123, c); in test_2vi_neg()
825 unsafe.compareAndSetInt(b, byte_offset(i), -103, d); in test_2vi_neg()
856 unsafe.compareAndSetInt(a, byte_offset(i), -123, c); in test_2vi_oppos()
894 unsafe.compareAndSetInt(a, byte_offset(i+k), old, b); in test_vi_inv()
962 unsafe.compareAndSetInt(a, byte_offset(i), old, c); in test_2vi_aln()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/c2/cr8004867/
H A DTestIntUnsafeCAS.java776 unsafe.compareAndSetInt(a, byte_offset(i), -1, -123); in test_ci()
781 unsafe.compareAndSetInt(a, byte_offset(i), old, b); in test_vi()
797 unsafe.compareAndSetInt(a, byte_offset(i), -123, c); in test_2vi()
798 unsafe.compareAndSetInt(b, byte_offset(i), -103, d); in test_2vi()
808 unsafe.compareAndSetInt(a, byte_offset(i), old, b); in test_vi_neg()
824 unsafe.compareAndSetInt(a, byte_offset(i), -123, c); in test_2vi_neg()
825 unsafe.compareAndSetInt(b, byte_offset(i), -103, d); in test_2vi_neg()
856 unsafe.compareAndSetInt(a, byte_offset(i), -123, c); in test_2vi_oppos()
894 unsafe.compareAndSetInt(a, byte_offset(i+k), old, b); in test_vi_inv()
962 unsafe.compareAndSetInt(a, byte_offset(i), old, c); in test_2vi_aln()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/jdk/internal/reflect/
H A DNativeConstructorAccessorImpl.java62 && U.compareAndSetInt(this, GENERATED_OFFSET, 0, 1)) { in newInstance()
H A DNativeMethodAccessorImpl.java60 && U.compareAndSetInt(this, GENERATED_OFFSET, 0, 1)) { in invoke()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/jdk/internal/reflect/
H A DNativeMethodAccessorImpl.java59 && U.compareAndSetInt(this, GENERATED_OFFSET, 0, 1)) { in invoke()
H A DNativeConstructorAccessorImpl.java61 && U.compareAndSetInt(this, GENERATED_OFFSET, 0, 1)) { in newInstance()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestInt.java201 boolean r = UNSAFE.compareAndSetInt(base, offset, 0x01234567, 0x89ABCDEF); in testAccess()
208 boolean r = UNSAFE.compareAndSetInt(base, offset, 0x01234567, 0xCAFEBABE); in testAccess()
H A DCASandCAEwithNegExpected.java82 unsafe.compareAndSetInt(this, f_int_off, -1, 42); in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestInt.java201 boolean r = UNSAFE.compareAndSetInt(base, offset, 0x01234567, 0x89ABCDEF); in testAccess()
208 boolean r = UNSAFE.compareAndSetInt(base, offset, 0x01234567, 0xCAFEBABE); in testAccess()
H A DCASandCAEwithNegExpected.java82 unsafe.compareAndSetInt(this, f_int_off, -1, 42); in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestInt.java201 boolean r = UNSAFE.compareAndSetInt(base, offset, 0x01234567, 0x89ABCDEF); in testAccess()
208 boolean r = UNSAFE.compareAndSetInt(base, offset, 0x01234567, 0xCAFEBABE); in testAccess()
H A DCASandCAEwithNegExpected.java82 unsafe.compareAndSetInt(this, f_int_off, -1, 42); in test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestInt.java201 boolean r = UNSAFE.compareAndSetInt(base, offset, 0x01234567, 0x89ABCDEF); in testAccess()
208 boolean r = UNSAFE.compareAndSetInt(base, offset, 0x01234567, 0xCAFEBABE); in testAccess()
H A DCASandCAEwithNegExpected.java82 unsafe.compareAndSetInt(this, f_int_off, -1, 42); in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestInt.java201 boolean r = UNSAFE.compareAndSetInt(base, offset, 0x01234567, 0x89ABCDEF); in testAccess()
208 boolean r = UNSAFE.compareAndSetInt(base, offset, 0x01234567, 0xCAFEBABE); in testAccess()
H A DCASandCAEwithNegExpected.java82 unsafe.compareAndSetInt(this, f_int_off, -1, 42); in test()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestInt.java201 boolean r = UNSAFE.compareAndSetInt(base, offset, 0x01234567, 0x89ABCDEF); in testAccess()
208 boolean r = UNSAFE.compareAndSetInt(base, offset, 0x01234567, 0xCAFEBABE); in testAccess()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestInt.java201 boolean r = UNSAFE.compareAndSetInt(base, offset, 0x01234567, 0x89ABCDEF); in testAccess()
208 boolean r = UNSAFE.compareAndSetInt(base, offset, 0x01234567, 0xCAFEBABE); in testAccess()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestInt.java201 boolean r = UNSAFE.compareAndSetInt(base, offset, 0x01234567, 0x89ABCDEF); in testAccess()
208 boolean r = UNSAFE.compareAndSetInt(base, offset, 0x01234567, 0xCAFEBABE); in testAccess()

1234