RFR(xs): 8161552: Test issue: VM init failed: GC triggered before VM initialization completed. Try increasing NewSize, current value 768K.

Dmitry Fazunenko dmitry.fazunenko at oracle.com
Wed Jul 20 17:01:43 UTC 2016


Hello,

I'm looking for a couple of reviewers for a simple fix of two tests.
The tests check some basic assertions when VM is started with max heap 
size set to some small values.
The tests work almost everywhere, but there are cases when  with -Xmx2M 
GC triggered before VM initialization completed.
2M is valid but extremely small max heap size. Cases of usages such 
small heap are rather theoretical than practical.

To fix the problem I made the tests weaker, the cases setting max heap 
to 2M are removed.

http://cr.openjdk.java.net/~dfazunen/8161552/webrev.00/
https://bugs.openjdk.java.net/browse/JDK-8161552

Testing: locally + RBT

Thanks,
Dima



More information about the hotspot-gc-dev mailing list