mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-21 13:23:17 +00:00
8350909: [JMH] test ThreadOnSpinWaitShared failed for 2 threads config
Reviewed-by: jbhateja, drwhite
This commit is contained in:
parent
8ed6c1d7ee
commit
4e67ac4136
@ -40,7 +40,7 @@ import java.util.concurrent.atomic.AtomicInteger;
|
||||
|
||||
@BenchmarkMode(Mode.AverageTime)
|
||||
@OutputTimeUnit(TimeUnit.MILLISECONDS)
|
||||
@State(Scope.Benchmark)
|
||||
@State(Scope.Thread)
|
||||
@Warmup(iterations = 5, time = 1)
|
||||
@Measurement(iterations = 5, time = 1)
|
||||
@Fork(value = 3)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user