From 75745ee70da67fa27a4649d41389dab851d71ab6 Mon Sep 17 00:00:00 2001 From: Roger Riggs Date: Wed, 22 May 2019 13:31:42 -0400 Subject: [PATCH] 8224505: TestQuotedLogOutput failure after ProcessBuilder changes Reviewed-by: alanb --- .../jtreg/serviceability/logging/TestQuotedLogOutputs.java | 1 + 1 file changed, 1 insertion(+) diff --git a/test/hotspot/jtreg/serviceability/logging/TestQuotedLogOutputs.java b/test/hotspot/jtreg/serviceability/logging/TestQuotedLogOutputs.java index 6d9d8987bfd..7a096f14438 100644 --- a/test/hotspot/jtreg/serviceability/logging/TestQuotedLogOutputs.java +++ b/test/hotspot/jtreg/serviceability/logging/TestQuotedLogOutputs.java @@ -26,6 +26,7 @@ * @summary Ensure proper parsing of quoted output names for -Xlog arguments. * @modules java.base/jdk.internal.misc * @library /test/lib + * @run main/othervm TestQuotedLogOutputs */ import java.io.File;