File tree 1 file changed +2
-2
lines changed
test/jdk/javax/swing/UI/UnninstallUIMemoryLeaks
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2015, 2023 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2015, 2024 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -225,7 +225,7 @@ private static void test(Object[] listeners) {
225
225
226
226
private static Process runProcess (LookAndFeelInfo laf ) throws Exception {
227
227
ProcessBuilder pb = ProcessTools .createLimitedTestJavaProcessBuilder (
228
- "-Dswing.defaultlaf=" + laf .getClassName (), "-mx9m " ,
228
+ "-Dswing.defaultlaf=" + laf .getClassName (), "-Xmx9m " ,
229
229
"-XX:+HeapDumpOnOutOfMemoryError" ,
230
230
UnninstallUIMemoryLeaks .class .getSimpleName (), "mark" );
231
231
return ProcessTools .startProcess (laf .getName (), pb );
You can’t perform that action at this time.
0 commit comments