Skip to content

Commit

Permalink
make variable TOOL_VM_OPTIONS to private
Browse files Browse the repository at this point in the history
  • Loading branch information
sendaoYan committed Jul 12, 2024
1 parent 60e746f commit 8941823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/tools/jlink/JLinkReproducibleTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
*/
public class JLinkReproducibleTest {

static final String TOOL_VM_OPTIONS = System.getProperty("test.tool.vm.opts", "");
private static final String TOOL_VM_OPTIONS = System.getProperty("test.tool.vm.opts", "");

private static void run(List<String> cmd) throws Exception {
var pb = new ProcessBuilder(cmd.toArray(new String[0]));
Expand Down

0 comments on commit 8941823

Please sign in to comment.