Skip to content

Commit

Permalink
Remove -Xdebug from commented-out debug command
Browse files Browse the repository at this point in the history
This is unnecessary, see 842d632.
  • Loading branch information
franferrax committed Oct 21, 2024
1 parent dbaa0ff commit 6a3666f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/jdk/sun/security/provider/ProvidersFilterTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 6a3666f

Please sign in to comment.