From dd05422209dbf6ff7d8cefd2bf7dc11f772ab6fc Mon Sep 17 00:00:00 2001 From: Michail Chernov Date: Tue, 12 Jul 2016 15:06:18 +0300 Subject: [PATCH] 8158508: gc/logging/TestUnifiedLoggingSwitchStress.java timeout Reviewed-by: jmasa, tschatzl --- hotspot/test/gc/logging/TestUnifiedLoggingSwitchStress.java | 1 + 1 file changed, 1 insertion(+) diff --git a/hotspot/test/gc/logging/TestUnifiedLoggingSwitchStress.java b/hotspot/test/gc/logging/TestUnifiedLoggingSwitchStress.java index 647cd63128e..37fd5b251db 100644 --- a/hotspot/test/gc/logging/TestUnifiedLoggingSwitchStress.java +++ b/hotspot/test/gc/logging/TestUnifiedLoggingSwitchStress.java @@ -43,6 +43,7 @@ import java.util.Random; * @summary Switches gc log level on fly while stressing memory/gc * @key gc * @key stress + * @requires !vm.flightRecorder * @library /testlibrary /test/lib / * @modules java.management java.base/jdk.internal.misc *