File tree 1 file changed +2
-2
lines changed
test/functional/cmdLineTests/gcRegressionTests
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 348
348
<output regex =" no" type =" success" >version</output >
349
349
</test >
350
350
<test id =" -verbose:gc -Xcheck:memory - check for memory corruption" >
351
- <command >$EXE$ $XINT$ $ARGS_FOR_ALL_TESTS$ -verbose:gc -Dibm.java9.forceCommonCleanerShutdown=true -Xcheck:memory:quick,ignoreUnfreedCallsite=zip/:dbgwrapper:unknown:wrapper -version</command >
351
+ <command >$EXE$ $XINT$ $ARGS_FOR_ALL_TESTS$ -verbose:gc -Dibm.java9.forceCommonCleanerShutdown=true -Xcheck:memory:quick,ignoreUnfreedCallsite=zip/:dbgwrapper:unknown:wrapper -Xmx512m - version</command >
352
352
<output regex =" no" type =" required" >< /verbosegc> </output >
353
353
<output regex =" no" type =" success" >All allocated blocks were freed.</output >
354
354
<!-- allow memory leaks since the JIT leaks, unfortunately -->
357
357
</test >
358
358
<test id =" -verbose:gc -Xcheck:memory -Xverbosegclog:foo.log - check for memory corruption" >
359
359
<exec command =" rm foo.*.log" />
360
- <command >$EXE$ $XINT$ $ARGS_FOR_ALL_TESTS$ -verbose:gc -Xverbosegclog -Dibm.java9.forceCommonCleanerShutdown=true -Xcheck:memory:quick,ignoreUnfreedCallsite=zip/:dbgwrapper:unknown:wrapper -version</command >
360
+ <command >$EXE$ $XINT$ $ARGS_FOR_ALL_TESTS$ -verbose:gc -Xverbosegclog -Dibm.java9.forceCommonCleanerShutdown=true -Xcheck:memory:quick,ignoreUnfreedCallsite=zip/:dbgwrapper:unknown:wrapper -Xmx512m - version</command >
361
361
<output regex =" no" type =" success" >All allocated blocks were freed.</output >
362
362
<!-- allow memory leaks since the JIT leaks, unfortunately -->
363
363
<output regex =" no" type =" success" >bytes were not freed before shutdown!</output >
You can’t perform that action at this time.
0 commit comments