From 6a3666f6df4ecf7b0610f89f80fd1e39f1298eb1 Mon Sep 17 00:00:00 2001 From: Francisco Ferrari Bihurriet Date: Mon, 21 Oct 2024 20:25:02 +0200 Subject: [PATCH] Remove -Xdebug from commented-out debug command This is unnecessary, see 842d6329cf5a3da8df7eddb195b5fcb7baadbdc3. --- test/jdk/sun/security/provider/ProvidersFilterTest.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/jdk/sun/security/provider/ProvidersFilterTest.java b/test/jdk/sun/security/provider/ProvidersFilterTest.java index 95d169b288484..d0eb222c0e762 100644 --- a/test/jdk/sun/security/provider/ProvidersFilterTest.java +++ b/test/jdk/sun/security/provider/ProvidersFilterTest.java @@ -427,9 +427,8 @@ void execute() throws Throwable { p.debug(testClassName); // Need the launched process to connect to a debugger? - //System.setProperty("test.vm.opts", "-Xdebug -Xrunjdwp:" + - // "transport=dt_socket,address=localhost:8000," + - // "suspend=y"); + //System.setProperty("test.vm.opts", "-Xrunjdwp:transport=" + + // "dt_socket,address=localhost:8000,suspend=y"); } else { p.nodump(); }