$ mvn clean install -pl tests-custom
$ java -jar tests-custom/target/jcstress.jar -t ThreadMXBeanAlloc
.......... [OK] o.o.j.t.mxbeans.ThreadMXBeanAlloc
Results across all configurations:
RESULT SAMPLES FREQ EXPECT DESCRIPTION
false, true 2,901 <0.01% Interesting At least one thread experiences delta <0
true, false 4,232 <0.01% Interesting At least one thread experiences delta <0
true, true 258,364,451 100.00% Acceptable Delta is >= 0
$ java -jar tests-custom/target/jcstress.jar -t ThreadMXBeanAlloc
.......... [OK] o.o.j.t.mxbeans.ThreadMXBeanAlloc
Results across all configurations:
RESULT SAMPLES FREQ EXPECT DESCRIPTION
false, true 2,901 <0.01% Interesting At least one thread experiences delta <0
true, false 4,232 <0.01% Interesting At least one thread experiences delta <0
true, true 258,364,451 100.00% Acceptable Delta is >= 0
- relates to
-
JDK-8268334 Reconsider Thread::cooked_allocated_bytes()
-
- Open
-
- links to
-
Review openjdk/jcstress/90