hg: hsx/jdk7u60/hotspot: 8033487: Improve GC option handling (original) (raw)
markus.gronlund at oracle.com markus.gronlund at oracle.com
Tue Feb 4 12:59:49 PST 2014
- Previous message: hg: hsx/jdk7u/hotspot: 8028391: Make the Min/MaxHeapFreeRatio flags manageable
- Next message: RFR(XS): JDK-8021774: [TESTBUG] Tests failed because of a warning in its output (backport fix for JDK8)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Changeset: dd6cb2f6cecd Author: johnc Date: 2012-12-12 12:07 -0800 URL: http://hg.openjdk.java.net/hsx/jdk7u60/hotspot/rev/dd6cb2f6cecd
8033487: 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
- Previous message: hg: hsx/jdk7u/hotspot: 8028391: Make the Min/MaxHeapFreeRatio flags manageable
- Next message: RFR(XS): JDK-8021774: [TESTBUG] Tests failed because of a warning in its output (backport fix for JDK8)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]