# HG changeset patch # User kzhaldyb # Date 1444230145 -10800 # Node ID 7ff907b9d3771e213540045178ef6f609b369da7 # Parent b74b1dd1039acf70143fb949d0734abf202c0838 8138958: Quarantine gc/g1/mixedgc/TestLogging.java test Reviewed-by: brutisso, iignatyev diff -r b74b1dd1039a -r 7ff907b9d377 hotspot/test/gc/g1/mixedgc/TestLogging.java --- a/hotspot/test/gc/g1/mixedgc/TestLogging.java Wed Oct 07 17:33:42 2015 +0000 +++ b/hotspot/test/gc/g1/mixedgc/TestLogging.java Wed Oct 07 18:02:25 2015 +0300 @@ -26,6 +26,7 @@ * @summary Check that a mixed GC is reflected in the gc logs * @requires vm.gc=="G1" | vm.gc=="null" * @library /testlibrary /../../test/lib + * @ignore 8138607 * @modules java.management * @build sun.hotspot.WhiteBox gc.g1.mixedgc.TestLogging * @run main ClassFileInstaller sun.hotspot.WhiteBox