We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc6282 commit 30d2003Copy full SHA for 30d2003
test/jdk/java/lang/StringBuilder/RacingSBThreads.java
@@ -46,7 +46,7 @@
46
public class RacingSBThreads {
47
48
private static final int TIMEOUT_SEC = 1; // Duration to run each test case
49
- private static final int N = 10_000_000; // static number of iterations for writes and modifies
+ private static final int N = 1_000_000; // static number of iterations for writes and modifies
50
private static final int LEN = 100_000; // Length of initial SB
51
52
// Strings available to be used as the initial contents of a StringBuilder
0 commit comments