hg: hsx/jdk7u/hotspot: 2 new changesets (original) (raw)
markus.gronlund at oracle.com markus.gronlund at oracle.com
Wed Feb 12 05:28:38 PST 2014
- Previous message: hg: hsx/jdk7u/hotspot: 8023004: JSR 292: java.lang.RuntimeException: Original target method was called.
- Next message: RFR: 8033580: Old debug information in IMPORT_JDK is not removed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Changeset: ad22a9c14cd5 Author: johnc Date: 2012-12-12 12:07 -0800 URL: http://hg.openjdk.java.net/hsx/jdk7u/hotspot/rev/ad22a9c14cd5
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
Changeset: eec4f2185a7d Author: mgronlun Date: 2014-02-12 10:42 +0000 URL: http://hg.openjdk.java.net/hsx/jdk7u/hotspot/rev/eec4f2185a7d
Merge
- Previous message: hg: hsx/jdk7u/hotspot: 8023004: JSR 292: java.lang.RuntimeException: Original target method was called.
- Next message: RFR: 8033580: Old debug information in IMPORT_JDK is not removed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]