8165955: TestFullGCCount test failed with CMS and -XX:+ExplicitGCInvokesConcurrent

Reviewed-by: dfazunen, tschatzl
This commit is contained in:
Michail Chernov 2016-11-16 18:57:42 +03:00
parent 7c690441e4
commit 5f5f5e574d

View File

@ -21,10 +21,11 @@
* questions.
*/
/*
/**
* @test TestFullGCCount.java
* @bug 7072527
* @summary CMS: JMM GC counters overcount in some cases
* @requires !(vm.gc.ConcMarkSweep & vm.opt.ExplicitGCInvokesConcurrent == true)
* @modules java.management
* @run main/othervm -Xlog:gc TestFullGCCount
*/