Skip to content

Commit 30d2003

Browse files
author
Roger Riggs
committed
8357380: java/lang/StringBuilder/RacingSBThreads.java times out with C1
Reviewed-by: jpai
1 parent 9dc6282 commit 30d2003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jdk/java/lang/StringBuilder/RacingSBThreads.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
public class RacingSBThreads {
4747

4848
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
49+
private static final int N = 1_000_000; // static number of iterations for writes and modifies
5050
private static final int LEN = 100_000; // Length of initial SB
5151

5252
// Strings available to be used as the initial contents of a StringBuilder

0 commit comments

Comments
 (0)