Skip to content

Commit 42b3607

Browse files
committed
8342669: [21u] Fix TestArrayAllocatorMallocLimit after backport of JDK-8315097
Reviewed-by: lucy
1 parent 8a35e8f commit 42b3607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/gc/arguments/TestArrayAllocatorMallocLimit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public static void main(String [] args) throws Exception {
5151
private static final String printFlagsFinalPattern = " *size_t *" + flagName + " *:?= *(\\d+) *\\{experimental\\} *";
5252

5353
public static void testDefaultValue() throws Exception {
54-
ProcessBuilder pb = GCArguments.createLimitedTestJavaProcessBuilder(
54+
ProcessBuilder pb = GCArguments.createTestJavaProcessBuilder(
5555
"-XX:+UnlockExperimentalVMOptions", "-XX:+PrintFlagsFinal", "-version");
5656

5757
OutputAnalyzer output = new OutputAnalyzer(pb.start());

0 commit comments

Comments
 (0)