Home
last modified time | relevance | path

Searched refs:intUpdater (Results 1 – 8 of 8) sorted by relevance

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/concurrent/tck/
H A DAtomic8Test.java595 final AtomicIntegerFieldUpdater intUpdater = anIntFieldUpdater(); in testFieldUpdaters_ClassCastException() local
601 () -> intUpdater.get(x), in testFieldUpdaters_ClassCastException()
605 () -> intUpdater.set(x, 17), in testFieldUpdaters_ClassCastException()
609 () -> intUpdater.addAndGet(x, 17), in testFieldUpdaters_ClassCastException()
612 () -> intUpdater.getAndUpdate(x, y -> y), in testFieldUpdaters_ClassCastException()
616 () -> intUpdater.compareAndSet(x, 17, 42), in testFieldUpdaters_ClassCastException()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/concurrent/tck/
H A DAtomic8Test.java595 final AtomicIntegerFieldUpdater intUpdater = anIntFieldUpdater(); in testFieldUpdaters_ClassCastException() local
601 () -> intUpdater.get(x), in testFieldUpdaters_ClassCastException()
605 () -> intUpdater.set(x, 17), in testFieldUpdaters_ClassCastException()
609 () -> intUpdater.addAndGet(x, 17), in testFieldUpdaters_ClassCastException()
612 () -> intUpdater.getAndUpdate(x, y -> y), in testFieldUpdaters_ClassCastException()
616 () -> intUpdater.compareAndSet(x, 17, 42), in testFieldUpdaters_ClassCastException()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/concurrent/tck/
H A DAtomic8Test.java595 final AtomicIntegerFieldUpdater intUpdater = anIntFieldUpdater(); in testFieldUpdaters_ClassCastException() local
601 () -> intUpdater.get(x), in testFieldUpdaters_ClassCastException()
605 () -> intUpdater.set(x, 17), in testFieldUpdaters_ClassCastException()
609 () -> intUpdater.addAndGet(x, 17), in testFieldUpdaters_ClassCastException()
612 () -> intUpdater.getAndUpdate(x, y -> y), in testFieldUpdaters_ClassCastException()
616 () -> intUpdater.compareAndSet(x, 17, 42), in testFieldUpdaters_ClassCastException()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/concurrent/tck/
H A DAtomic8Test.java595 final AtomicIntegerFieldUpdater intUpdater = anIntFieldUpdater(); in testFieldUpdaters_ClassCastException() local
601 () -> intUpdater.get(x), in testFieldUpdaters_ClassCastException()
605 () -> intUpdater.set(x, 17), in testFieldUpdaters_ClassCastException()
609 () -> intUpdater.addAndGet(x, 17), in testFieldUpdaters_ClassCastException()
612 () -> intUpdater.getAndUpdate(x, y -> y), in testFieldUpdaters_ClassCastException()
616 () -> intUpdater.compareAndSet(x, 17, 42), in testFieldUpdaters_ClassCastException()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/concurrent/tck/
H A DAtomic8Test.java600 final AtomicIntegerFieldUpdater intUpdater = anIntFieldUpdater(); in testFieldUpdaters_ClassCastException() local
606 () -> intUpdater.get(x), in testFieldUpdaters_ClassCastException()
610 () -> intUpdater.set(x, 17), in testFieldUpdaters_ClassCastException()
614 () -> intUpdater.addAndGet(x, 17), in testFieldUpdaters_ClassCastException()
617 () -> intUpdater.getAndUpdate(x, y -> y), in testFieldUpdaters_ClassCastException()
621 () -> intUpdater.compareAndSet(x, 17, 42), in testFieldUpdaters_ClassCastException()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/tck/
H A DAtomic8Test.java599 final AtomicIntegerFieldUpdater intUpdater = anIntFieldUpdater(); in testFieldUpdaters_ClassCastException() local
605 () -> intUpdater.get(x), in testFieldUpdaters_ClassCastException()
609 () -> intUpdater.set(x, 17), in testFieldUpdaters_ClassCastException()
613 () -> intUpdater.addAndGet(x, 17), in testFieldUpdaters_ClassCastException()
616 () -> intUpdater.getAndUpdate(x, y -> y), in testFieldUpdaters_ClassCastException()
620 () -> intUpdater.compareAndSet(x, 17, 42), in testFieldUpdaters_ClassCastException()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/tck/
H A DAtomic8Test.java599 final AtomicIntegerFieldUpdater intUpdater = anIntFieldUpdater(); in testFieldUpdaters_ClassCastException() local
605 () -> intUpdater.get(x), in testFieldUpdaters_ClassCastException()
609 () -> intUpdater.set(x, 17), in testFieldUpdaters_ClassCastException()
613 () -> intUpdater.addAndGet(x, 17), in testFieldUpdaters_ClassCastException()
616 () -> intUpdater.getAndUpdate(x, y -> y), in testFieldUpdaters_ClassCastException()
620 () -> intUpdater.compareAndSet(x, 17, 42), in testFieldUpdaters_ClassCastException()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/concurrent/tck/
H A DAtomic8Test.java599 final AtomicIntegerFieldUpdater intUpdater = anIntFieldUpdater(); in testFieldUpdaters_ClassCastException() local
605 () -> intUpdater.get(x), in testFieldUpdaters_ClassCastException()
609 () -> intUpdater.set(x, 17), in testFieldUpdaters_ClassCastException()
613 () -> intUpdater.addAndGet(x, 17), in testFieldUpdaters_ClassCastException()
616 () -> intUpdater.getAndUpdate(x, y -> y), in testFieldUpdaters_ClassCastException()
620 () -> intUpdater.compareAndSet(x, 17, 42), in testFieldUpdaters_ClassCastException()