hg: hsx/hotspot-gc/hotspot: 8001028: Improve GC option handling
john.cuthbertson at oracle.com
john.cuthbertson at oracle.com
Fri Dec 14 19:48:29 UTC 2012
Changeset: 0b3d19153cc6
Author: johnc
Date: 2012-12-12 12:07 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/0b3d19153cc6
8001028: Improve GC option handling
Summary: If there are not enough native resources to create the ReferenceHandler or Finalizer Java threads, the VM will attempt to throw an OOME before the java.lang.Class class has been initialized. This can result in assertion failures and other crashes. Move the initialization of the java.lang.Class class to just before the initialization of the java.lang.ref.Finalizer class.
Reviewed-by: jwilhelm, dholmes, coleenp
! src/share/vm/runtime/thread.cpp
More information about the hotspot-gc-dev
mailing list