8204168: Increase small heap sizes in tests to accommodate ZGC

Reviewed-by: pliden, ehelin
This commit is contained in:
Stefan Karlsson 2018-06-05 15:56:21 +02:00
parent a0b2b211cb
commit ad35b3d424
51 changed files with 56 additions and 68 deletions
test/hotspot/jtreg
compiler
gc
runtime
vmTestbase
nsk
jdi
ObjectReference
disableCollection/disablecollection002
referringObjects
referringObjects002
referringObjects003
ReferenceType/instances/instances001
VMOutOfMemoryException/VMOutOfMemoryException001
VirtualMachine/instanceCounts
instancecounts002
instancecounts003
instancecounts004
stress/serial
jdwp/ObjectReference/ReferringObjects/referringObjects001
vm/mlvm/meth/func/regression/b7127687

@ -26,7 +26,7 @@
* @bug 6910605
* @summary C2: NullPointerException/ClassCaseException is thrown when C2 with DeoptimizeALot is used
*
* @run main/othervm -Xmx64m -XX:+IgnoreUnrecognizedVMOptions -XX:+DeoptimizeALot
* @run main/othervm -Xmx128m -XX:+IgnoreUnrecognizedVMOptions -XX:+DeoptimizeALot
* -XX:+DoEscapeAnalysis -Xbatch -XX:InlineSmallCode=2000
* compiler.c2.Test6910605_2
*/

@ -26,7 +26,7 @@
* @bug 7199742
* @summary A lot of C2 OSR compilations of the same method's bci
*
* @run main/othervm -Xmx32m -Xbatch compiler.c2.Test7199742
* @run main/othervm -Xmx128m -Xbatch compiler.c2.Test7199742
*/
package compiler.c2;
@ -54,4 +54,3 @@ public class Test7199742 {
return v;
}
}

@ -26,7 +26,7 @@
* @bug 8002069
* @summary Assert failed in C2: assert(field->edge_count() > 0) failed: sanity
*
* @run main/othervm -Xmx32m -XX:+IgnoreUnrecognizedVMOptions -Xbatch
* @run main/othervm -Xmx128m -XX:+IgnoreUnrecognizedVMOptions -Xbatch
* -XX:CompileCommand=exclude,compiler.c2.Test8002069::dummy
* compiler.c2.Test8002069
*/
@ -109,4 +109,3 @@ public class Test8002069 {
return i * 2;
}
}

@ -27,11 +27,11 @@
* @summary Missing compiled exception handle table entry for multidimensional array allocation
*
* @requires !vm.graal.enabled
* @run main/othervm -Xmx64m -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions
* @run main/othervm -Xmx128m -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions
* -XX:-TieredCompilation -XX:+StressCompiledExceptionHandlers
* -XX:+SafepointALot -XX:GuaranteedSafepointInterval=100
* compiler.c2.Test8004741
* @run main/othervm -Xmx64m -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions
* @run main/othervm -Xmx128m -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions
* -XX:-TieredCompilation -XX:+StressCompiledExceptionHandlers
* compiler.c2.Test8004741
*/

@ -26,7 +26,7 @@
* @bug 6340864
* @summary Implement vectorization optimizations in hotspot-server
*
* @run main/othervm/timeout=400 -Xbatch -Xmx64m compiler.c2.cr6340864.TestByteVect
* @run main/othervm/timeout=400 -Xbatch -Xmx128m compiler.c2.cr6340864.TestByteVect
*/
package compiler.c2.cr6340864;

@ -26,7 +26,7 @@
* @bug 6340864
* @summary Implement vectorization optimizations in hotspot-server
*
* @run main/othervm/timeout=400 -Xbatch -Xmx64m compiler.c2.cr6340864.TestDoubleVect
* @run main/othervm/timeout=400 -Xbatch -Xmx128m compiler.c2.cr6340864.TestDoubleVect
*/
package compiler.c2.cr6340864;

@ -26,7 +26,7 @@
* @bug 6340864
* @summary Implement vectorization optimizations in hotspot-server
*
* @run main/othervm/timeout=400 -Xbatch -Xmx64m compiler.c2.cr6340864.TestFloatVect
* @run main/othervm/timeout=400 -Xbatch -Xmx128m compiler.c2.cr6340864.TestFloatVect
*/
package compiler.c2.cr6340864;

@ -26,7 +26,7 @@
* @bug 6340864
* @summary Implement vectorization optimizations in hotspot-server
*
* @run main/othervm/timeout=400 -Xbatch -Xmx64m compiler.c2.cr6340864.TestIntVect
* @run main/othervm/timeout=400 -Xbatch -Xmx128m compiler.c2.cr6340864.TestIntVect
*/
package compiler.c2.cr6340864;

@ -26,7 +26,7 @@
* @bug 6340864
* @summary Implement vectorization optimizations in hotspot-server
*
* @run main/othervm/timeout=400 -Xbatch -Xmx64m compiler.c2.cr6340864.TestLongVect
* @run main/othervm/timeout=400 -Xbatch -Xmx128m compiler.c2.cr6340864.TestLongVect
*/
package compiler.c2.cr6340864;

@ -26,7 +26,7 @@
* @bug 6340864
* @summary Implement vectorization optimizations in hotspot-server
*
* @run main/othervm/timeout=400 -Xbatch -Xmx64m compiler.c2.cr6340864.TestShortVect
* @run main/othervm/timeout=400 -Xbatch -Xmx128m compiler.c2.cr6340864.TestShortVect
*/
package compiler.c2.cr6340864;

@ -26,7 +26,7 @@
* @bug 7192963
* @summary assert(_in[req-1] == this) failed: Must pass arg count to 'new'
*
* @run main/othervm/timeout=400 -Xbatch -Xmx64m compiler.c2.cr7192963.TestByteVect
* @run main/othervm/timeout=400 -Xbatch -Xmx128m compiler.c2.cr7192963.TestByteVect
*/
package compiler.c2.cr7192963;
@ -201,4 +201,3 @@ public class TestByteVect {
return 0;
}
}

@ -26,7 +26,7 @@
* @bug 7192963
* @summary assert(_in[req-1] == this) failed: Must pass arg count to 'new'
*
* @run main/othervm/timeout=400 -Xbatch -Xmx64m compiler.c2.cr7192963.TestDoubleVect
* @run main/othervm/timeout=400 -Xbatch -Xmx128m compiler.c2.cr7192963.TestDoubleVect
*/
package compiler.c2.cr7192963;
@ -201,4 +201,3 @@ public class TestDoubleVect {
return 0;
}
}

@ -26,7 +26,7 @@
* @bug 7192963
* @summary assert(_in[req-1] == this) failed: Must pass arg count to 'new'
*
* @run main/othervm/timeout=400 -Xbatch -Xmx64m compiler.c2.cr7192963.TestFloatVect
* @run main/othervm/timeout=400 -Xbatch -Xmx128m compiler.c2.cr7192963.TestFloatVect
*/
package compiler.c2.cr7192963;
@ -201,4 +201,3 @@ public class TestFloatVect {
return 0;
}
}

@ -26,7 +26,7 @@
* @bug 7192963
* @summary assert(_in[req-1] == this) failed: Must pass arg count to 'new'
*
* @run main/othervm/timeout=400 -Xbatch -Xmx64m compiler.c2.cr7192963.TestIntVect
* @run main/othervm/timeout=400 -Xbatch -Xmx128m compiler.c2.cr7192963.TestIntVect
*/
package compiler.c2.cr7192963;
@ -201,4 +201,3 @@ public class TestIntVect {
return 0;
}
}

@ -26,7 +26,7 @@
* @bug 7192963
* @summary assert(_in[req-1] == this) failed: Must pass arg count to 'new'
*
* @run main/othervm/timeout=400 -Xbatch -Xmx64m compiler.c2.cr7192963.TestLongVect
* @run main/othervm/timeout=400 -Xbatch -Xmx128m compiler.c2.cr7192963.TestLongVect
*/
package compiler.c2.cr7192963;
@ -201,4 +201,3 @@ public class TestLongVect {
return 0;
}
}

@ -26,7 +26,7 @@
* @bug 7192963
* @summary assert(_in[req-1] == this) failed: Must pass arg count to 'new'
*
* @run main/othervm/timeout=400 -Xbatch -Xmx64m compiler.c2.cr7192963.TestShortVect
* @run main/othervm/timeout=400 -Xbatch -Xmx128m compiler.c2.cr7192963.TestShortVect
*/
package compiler.c2.cr7192963;
@ -201,4 +201,3 @@ public class TestShortVect {
return 0;
}
}

@ -61,7 +61,7 @@ public abstract class CiReplayBase {
private static final String HS_ERR_NAME = "hs_err_pid";
private static final String RUN_SHELL_ZERO_LIMIT = "ulimit -S -c 0 && ";
private static final String VERSION_OPTION = "-version";
private static final String[] REPLAY_GENERATION_OPTIONS = new String[]{"-Xms8m", "-Xmx32m",
private static final String[] REPLAY_GENERATION_OPTIONS = new String[]{"-Xms128m", "-Xmx128m",
"-XX:MetaspaceSize=4m", "-XX:MaxMetaspaceSize=16m", "-XX:InitialCodeCacheSize=512k",
"-XX:ReservedCodeCacheSize=4m", "-XX:ThreadStackSize=512", "-XX:VMThreadStackSize=512",
"-XX:CompilerThreadStackSize=512", "-XX:ParallelGCThreads=1", "-XX:CICompilerCount=2",

@ -26,7 +26,7 @@
* @bug 6942326
* @summary x86 code in string_indexof() could read beyond reserved heap space
*
* @run main/othervm/timeout=300 -Xmx32m -Xbatch -XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm/timeout=300 -Xmx128m -Xbatch -XX:+IgnoreUnrecognizedVMOptions
* -XX:CompileCommand=exclude,compiler.codegen.Test6942326::main
* -XX:CompileCommand=exclude,compiler.codegen.Test6942326::test_varsub_indexof
* -XX:CompileCommand=exclude,compiler.codegen.Test6942326::test_varstr_indexof
@ -414,4 +414,3 @@ public class Test6942326 {
public int indexOf(String str) { return str.indexOf(constr); }
}
}

@ -26,7 +26,7 @@
* @bug 8001183
* @summary incorrect results of char vectors right shift operaiton
*
* @run main/othervm/timeout=400 -Xbatch -Xmx64m compiler.codegen.TestCharVect2
* @run main/othervm/timeout=400 -Xbatch -Xmx128m compiler.codegen.TestCharVect2
*/
package compiler.codegen;

@ -26,7 +26,7 @@
* @bug 8005419
* @summary Improve intrinsics code performance on x86 by using AVX2
*
* @run main/othervm -Xbatch -Xmx64m compiler.intrinsics.Test8005419
* @run main/othervm -Xbatch -Xmx128m compiler.intrinsics.Test8005419
*/
package compiler.intrinsics;

@ -26,7 +26,7 @@
* @bug 7196199
* @summary java/text/Bidi/Bug6665028.java failed: Bidi run count incorrect
*
* @run main/othervm/timeout=400 -Xmx32m -Xbatch -XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm/timeout=400 -Xmx128m -Xbatch -XX:+IgnoreUnrecognizedVMOptions
* -XX:+UnlockDiagnosticVMOptions -XX:-TieredCompilation
* -XX:+SafepointALot -XX:GuaranteedSafepointInterval=100
* -XX:CompileCommand=exclude,compiler.runtime.Test7196199::test
@ -194,4 +194,3 @@ public class Test7196199 {
return 0;
}
}

@ -31,7 +31,7 @@
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+IgnoreUnrecognizedVMOptions
* -XX:+WhiteBoxAPI -Xbootclasspath/a:. -Xmx64m -XX:NewSize=20971520
* -XX:+WhiteBoxAPI -Xbootclasspath/a:. -Xmx128m -XX:NewSize=20971520
* -XX:MaxNewSize=32m -XX:-UseTLAB -XX:-UseAdaptiveSizePolicy
* compiler.runtime.Test8010927
*/

@ -25,7 +25,7 @@
* @test TestBigObj
* @bug 6845368
* @summary ensure gc updates references > 64K bytes from the start of the obj
* @run main/othervm/timeout=720 -Xmx64m -verbose:gc TestBigObj
* @run main/othervm/timeout=720 -Xmx256m -verbose:gc TestBigObj
*/
// Allocate an object with a block of reference fields that starts more

@ -27,7 +27,7 @@
* @summary Make sure that start up with NUMA support does not cause problems.
* @bug 8061467
* @requires (vm.opt.AggressiveOpts == null) | (vm.opt.AggressiveOpts == false)
* @run main/othervm -Xmx8M -XX:+UseNUMA TestNUMAPageSize
* @run main/othervm -Xmx128m -XX:+UseNUMA TestNUMAPageSize
*/
public class TestNUMAPageSize {

@ -57,7 +57,7 @@ public class CreateCoredumpOnCrash {
public static OutputAnalyzer runTest(String option) throws Exception {
return new OutputAnalyzer(
ProcessTools.createJavaProcessBuilder(
"-Xmx64m", "-XX:-TransmitErrorReport", "--add-exports=java.base/jdk.internal.misc=ALL-UNNAMED", option, Crasher.class.getName())
"-Xmx128m", "-XX:-TransmitErrorReport", "--add-exports=java.base/jdk.internal.misc=ALL-UNNAMED", option, Crasher.class.getName())
.start());
}
}

@ -53,7 +53,7 @@ public class TestCrashOnOutOfMemoryError {
}
// else this is the main test
ProcessBuilder pb = ProcessTools.createJavaProcessBuilder("-XX:+CrashOnOutOfMemoryError",
"-XX:-CreateCoredumpOnCrash", "-Xmx64m", TestCrashOnOutOfMemoryError.class.getName(),"throwOOME");
"-XX:-CreateCoredumpOnCrash", "-Xmx128m", TestCrashOnOutOfMemoryError.class.getName(),"throwOOME");
OutputAnalyzer output = new OutputAnalyzer(pb.start());
int exitValue = output.getExitValue();
if (0 == exitValue) {

@ -49,7 +49,7 @@ public class TestExitOnOutOfMemoryError {
// else this is the main test
ProcessBuilder pb = ProcessTools.createJavaProcessBuilder("-XX:+ExitOnOutOfMemoryError",
"-Xmx64m", TestExitOnOutOfMemoryError.class.getName(), "throwOOME");
"-Xmx128m", TestExitOnOutOfMemoryError.class.getName(), "throwOOME");
OutputAnalyzer output = new OutputAnalyzer(pb.start());
/*

@ -27,7 +27,7 @@
* @bug 8014294
* @summary Possible JVM deadlock in ThreadTimesClosure when using HotspotInternal non-public API.
* @modules java.management/sun.management
* @run main/othervm -XX:+UsePerfData -Xmx32m ThreadCpuTimesDeadlock
* @run main/othervm -XX:+UsePerfData -Xmx128m ThreadCpuTimesDeadlock
*/
import java.lang.management.ManagementFactory;

@ -52,7 +52,7 @@ public class AssertSafepointCheckConsistency1 {
"-XX:+WhiteBoxAPI",
"-XX:-TransmitErrorReport",
"-XX:-CreateCoredumpOnCrash",
"-Xmx32m",
"-Xmx128m",
"AssertSafepointCheckConsistency1",
"test");
OutputAnalyzer output = new OutputAnalyzer(pb.start());

@ -52,7 +52,7 @@ public class AssertSafepointCheckConsistency2 {
"-XX:+WhiteBoxAPI",
"-XX:-TransmitErrorReport",
"-XX:-CreateCoredumpOnCrash",
"-Xmx32m",
"-Xmx128m",
"AssertSafepointCheckConsistency2",
"test");

@ -46,7 +46,7 @@ public class RangeCheck {
ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(
true,
"-Xmx32m",
"-Xmx128m",
"--add-exports=java.base/jdk.internal.misc=ALL-UNNAMED",
"-XX:-TransmitErrorReport",
"-XX:-CreateCoredumpOnCrash",

@ -42,7 +42,7 @@ public class ClassInitializationTest {
// (1)
ProcessBuilder pb = ProcessTools.createJavaProcessBuilder("-Xlog:class+init=info",
"-Xverify:all",
"-Xmx64m",
"-Xmx128m",
"BadMap50");
OutputAnalyzer out = new OutputAnalyzer(pb.start());
out.shouldContain("Start class verification for:");
@ -56,7 +56,7 @@ public class ClassInitializationTest {
pb = ProcessTools.createJavaProcessBuilder("-Xlog:class+init=info",
"-Xverify:all",
"-XX:+EagerInitialization",
"-Xmx64m",
"-Xmx128m",
InnerClass.class.getName());
out = new OutputAnalyzer(pb.start());
out.shouldContain("[Initialized").shouldContain("without side effects]");
@ -66,7 +66,7 @@ public class ClassInitializationTest {
// (3) class+init should turn off.
pb = ProcessTools.createJavaProcessBuilder("-Xlog:class+init=off",
"-Xverify:all",
"-Xmx64m",
"-Xmx128m",
"BadMap50");
out = new OutputAnalyzer(pb.start());
out.shouldNotContain("[class,init]");

@ -39,7 +39,7 @@ public class ProtectionDomainVerificationTest {
// -Xlog:protectiondomain=trace
ProcessBuilder pb = ProcessTools.createJavaProcessBuilder("-Xlog:protectiondomain=trace",
"-Xmx64m",
"-Xmx128m",
Hello.class.getName());
OutputAnalyzer out = new OutputAnalyzer(pb.start());
out.shouldContain("[protectiondomain] Checking package access");
@ -47,7 +47,7 @@ public class ProtectionDomainVerificationTest {
// -Xlog:protectiondomain=debug
pb = ProcessTools.createJavaProcessBuilder("-Xlog:protectiondomain=debug",
"-Xmx64m",
"-Xmx128m",
Hello.class.getName());
out = new OutputAnalyzer(pb.start());
out.shouldContain("[protectiondomain] Checking package access");

@ -38,8 +38,8 @@ import jdk.test.lib.process.ProcessTools;
public class VMOperationTest {
public static void main(String[] args) throws Exception {
ProcessBuilder pb = ProcessTools.createJavaProcessBuilder("-Xlog:vmoperation=debug",
"-Xmx64m",
"-Xms64m",
"-Xmx128m",
"-Xms128m",
InternalClass.class.getName());
OutputAnalyzer output = new OutputAnalyzer(pb.start());
output.shouldContain("VM_Operation (");
@ -65,4 +65,3 @@ public class VMOperationTest {
}
}
}

@ -25,7 +25,7 @@
* @test MultiAllocateNullCheck
* @bug 6726963
* @summary multi_allocate() call does not CHECK_NULL and causes crash in fastdebug bits
* @run main/othervm -Xmx32m MultiAllocateNullCheck
* @run main/othervm -Xmx128m MultiAllocateNullCheck
*/
import java.lang.reflect.Array;

@ -53,7 +53,7 @@ public class ReadFromNoaccessArea {
"-XX:+UseCompressedOops",
"-XX:HeapBaseMinAddress=33G",
"-XX:-CreateCoredumpOnCrash",
"-Xmx32m",
"-Xmx128m",
DummyClassWithMainTryingToReadFromNoaccessArea.class.getName());
OutputAnalyzer output = new OutputAnalyzer(pb.start());

@ -57,7 +57,7 @@ public class ReserveMemory {
"-XX:+WhiteBoxAPI",
"-XX:-TransmitErrorReport",
"-XX:-CreateCoredumpOnCrash",
"-Xmx32m",
"-Xmx128m",
"ReserveMemory",
"test");

@ -83,6 +83,6 @@
* -waittime=5
* -debugee.vmkind=java
* -transport.address=dynamic
* "-debugee.vmkeys=-Xmx128M ${test.vm.opts} ${test.java.opts}"
* "-debugee.vmkeys=-Xmx256M ${test.vm.opts} ${test.java.opts}"
*/

@ -63,7 +63,7 @@
* -waittime=5
* -debugee.vmkind=java
* -transport.address=dynamic
* "-debugee.vmkeys=-Xmx128M ${test.vm.opts} ${test.java.opts}"
* "-debugee.vmkeys=-Xmx256M ${test.vm.opts} ${test.java.opts}"
* -testClassPath ${test.class.path}
*/

@ -64,7 +64,7 @@
* -waittime=5
* -debugee.vmkind=java
* -transport.address=dynamic
* "-debugee.vmkeys=-Xmx128M ${test.vm.opts} ${test.java.opts}"
* "-debugee.vmkeys=-Xmx256M ${test.vm.opts} ${test.java.opts}"
*/
package nsk.jdi.ObjectReference.referringObjects.referringObjects003;

@ -66,7 +66,7 @@
* -waittime=5
* -debugee.vmkind=java
* -transport.address=dynamic
* "-debugee.vmkeys=-Xmx128M ${test.vm.opts} ${test.java.opts}"
* "-debugee.vmkeys=-Xmx256M ${test.vm.opts} ${test.java.opts}"
*/
package nsk.jdi.ReferenceType.instances.instances001;

@ -46,7 +46,7 @@
* -waittime=5
* -debugee.vmkind=java
* -transport.address=dynamic
* "-debugee.vmkeys=-Xmx128M ${test.vm.opts} ${test.java.opts}"
* "-debugee.vmkeys=-Xmx256M ${test.vm.opts} ${test.java.opts}"
*/
package nsk.jdi.VMOutOfMemoryException.VMOutOfMemoryException001;

@ -56,7 +56,7 @@
* -waittime=5
* -debugee.vmkind=java
* -transport.address=dynamic
* "-debugee.vmkeys=-Xmx128M ${test.vm.opts} ${test.java.opts}"
* "-debugee.vmkeys=-Xmx256M ${test.vm.opts} ${test.java.opts}"
* -forceGC
*/

@ -55,7 +55,7 @@
* -waittime=5
* -debugee.vmkind=java
* -transport.address=dynamic
* "-debugee.vmkeys=${test.vm.opts} ${test.java.opts}"
* "-debugee.vmkeys=-Xmx256M ${test.vm.opts} ${test.java.opts}"
* -testClassPath ${test.class.path}
*/

@ -49,7 +49,7 @@
* -waittime=5
* -debugee.vmkind=java
* -transport.address=dynamic
* "-debugee.vmkeys=-Xmx128M ${test.vm.opts} ${test.java.opts}"
* "-debugee.vmkeys=-Xmx256M ${test.vm.opts} ${test.java.opts}"
*/
package nsk.jdi.VirtualMachine.instanceCounts.instancecounts004;

@ -58,7 +58,7 @@
* -waittime=5
* -debugee.vmkind=java
* -transport.address=dynamic
* "-debugee.vmkeys=-Xmx128M ${test.vm.opts} ${test.java.opts}"
* "-debugee.vmkeys=-Xmx256M ${test.vm.opts} ${test.java.opts}"
* -testClassPath ${test.class.path}
* -configFile ./heapwalking001.tests
*/

@ -60,7 +60,7 @@
* -waittime=5
* -debugee.vmkind=java
* -transport.address=dynamic
* "-debugee.vmkeys=-Xmx128M ${test.vm.opts} ${test.java.opts}"
* "-debugee.vmkeys=-Xmx256M ${test.vm.opts} ${test.java.opts}"
* -testClassPath ${test.class.path}
* -configFile ./heapwalking002.tests
* -testWorkDir .

@ -68,7 +68,7 @@
* -waittime=5
* -debugee.vmkind=java
* -transport.address=dynamic
* "-debugee.vmkeys=-Xmx128M ${test.vm.opts} ${test.java.opts}"
* "-debugee.vmkeys=-Xmx256M ${test.vm.opts} ${test.java.opts}"
* -testClassPath ${test.class.path}
* -configFile ./mixed001.tests
*/

@ -66,7 +66,7 @@
* -waittime=5
* -debugee.vmkind=java
* -transport.address=dynamic
* "-debugee.vmkeys=-Xmx128M ${test.vm.opts} ${test.java.opts}"
* "-debugee.vmkeys=-Xmx256M ${test.vm.opts} ${test.java.opts}"
* -testClassPath ${test.class.path}
* -configFile ./mixed002.tests
* -testWorkDir .

@ -77,7 +77,7 @@
* -waittime=5
* -debugee.vmkind=java
* -transport.address=dynamic
* -debugee.vmkeys="-Xmx128M ${test.vm.opts} ${test.java.opts}"
* -debugee.vmkeys="-Xmx256M ${test.vm.opts} ${test.java.opts}"
*/
package nsk.jdwp.ObjectReference.ReferringObjects.referringObjects001;

@ -45,6 +45,5 @@
* @build vm.mlvm.mixed.func.regression.b7127687.Test
* @run driver vm.mlvm.share.IndifiedClassesBuilder
*
* @run main/othervm -Xmx64m vm.mlvm.mixed.func.regression.b7127687.Test
* @run main/othervm -Xmx128m vm.mlvm.mixed.func.regression.b7127687.Test
*/