We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0b21d commit 8d54520Copy full SHA for 8d54520
test/jdk/java/lang/Thread/virtual/SleepALot.java
@@ -33,7 +33,7 @@
33
34
public class SleepALot {
35
36
- static final int ITERATIONS = 10_000_000;
+ static final int ITERATIONS = 1_000_000;
37
38
public static void main(String[] args) throws Exception {
39
AtomicInteger count = new AtomicInteger();
test/jdk/java/lang/Thread/virtual/YieldALot.java
public class YieldALot {
0 commit comments