Skip to content

Commit

Permalink
Remove the obselete parameter '-Djava.compiler=NONE' from launching c…
Browse files Browse the repository at this point in the history
…ommand (#564)
  • Loading branch information
testforstephen authored Jul 22, 2024
1 parent 1b669f8 commit 26daf61
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ private static String[] constructLaunchCommand(Map<String, ? extends Argument> l

StringBuilder execString = new StringBuilder();
execString.append("\"" + javaHome + slash + "bin" + slash + javaExec + "\"");
execString.append(" -Djava.compiler=NONE");
execString.append(" -Xrunjdwp:transport=dt_socket,address=" + address + ",server=n,suspend=" + (suspend ? "y" : "n"));
if (javaOptions != null) {
execString.append(" " + javaOptions);
Expand Down

0 comments on commit 26daf61

Please # to comment.