Skip to content

Commit 1535528

Browse files
committedNov 14, 2023
8318479: [jmh] the test security.CacheBench failed for multiple threads run
Reviewed-by: redestad
1 parent 95bd92a commit 1535528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/micro/org/openjdk/bench/java/security/CacheBench.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
@BenchmarkMode(Mode.AverageTime)
4646
@OutputTimeUnit(TimeUnit.NANOSECONDS)
47-
@Fork(value = 3, jvmArgsAppend = {"--add-exports", "java.base/sun.security.util=ALL-UNNAMED", "-Xmx1g"})
47+
@Fork(value = 3, jvmArgsAppend = {"--add-exports", "java.base/sun.security.util=ALL-UNNAMED"})
4848
@Warmup(iterations = 5, time = 1)
4949
@Measurement(iterations = 5, time = 1)
5050
public class CacheBench {

0 commit comments

Comments
 (0)
Please sign in to comment.