Skip to content

Commit f339af6

Browse files
committed
Add final modifier.
1 parent 5df8343 commit f339af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/jdk.graal.compiler.test/src/jdk/graal/compiler/hotspot/test/TestNewInstanceWithException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ public void runSubprocessTest(Runnable r, String... args) throws IOException, In
572572
/**
573573
* The argument setting the maximum heap space of the subprocess.
574574
*/
575-
public static String MAX_HEAP_SPACE_ARG = "-Xmx64m";
575+
public static final String MAX_HEAP_SPACE_ARG = "-Xmx64m";
576576

577577
public static class TestNewInstanceWithException1 extends TestNewInstanceWithException {
578578

0 commit comments

Comments
 (0)