8243954: serviceability/logging/TestQuotedLogOutputs.java fails after 8243928

Reviewed-by: dholmes
This commit is contained in:
Igor Ignatyev 2020-04-28 03:29:38 -04:00
parent 538e005813
commit 9cea1a5179

View File

@ -26,7 +26,8 @@
* @summary Ensure proper parsing of quoted output names for -Xlog arguments. * @summary Ensure proper parsing of quoted output names for -Xlog arguments.
* @modules java.base/jdk.internal.misc * @modules java.base/jdk.internal.misc
* @library /test/lib * @library /test/lib
* @run driver TestQuotedLogOutputs * @comment after JDK-8224505, this has to be run in othervm mode
* @run main/othervm TestQuotedLogOutputs
*/ */
import java.io.File; import java.io.File;