hg: hsx/hotspot-main/hotspot: 4 new changesets
erik.helin at oracle.com
erik.helin at oracle.com
Thu Dec 5 09:59:45 PST 2013
Changeset: 55a0da3d420b
Author: sjohanss
Date: 2013-11-26 14:35 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/55a0da3d420b
8027675: Full collections with Serial slower in JDK 8 compared to 7u40
Summary: Reduced the number of calls to follow_class_loader and instead marked and pushed the klass holder directly. Also removed unneeded calls to adjust_klass.
Reviewed-by: coleenp, jmasa, mgerdin, tschatzl
! src/share/vm/gc_implementation/shared/markSweep.cpp
! src/share/vm/gc_implementation/shared/markSweep.hpp
! src/share/vm/gc_implementation/shared/markSweep.inline.hpp
! src/share/vm/oops/instanceKlass.cpp
! src/share/vm/oops/instanceMirrorKlass.cpp
! src/share/vm/oops/objArrayKlass.cpp
Changeset: 9fc985481d78
Author: ehelin
Date: 2013-12-02 15:43 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/9fc985481d78
Merge
! src/share/vm/oops/instanceKlass.cpp
- test/compiler/jsr292/methodHandleExceptions/C.java
- test/compiler/jsr292/methodHandleExceptions/I.java
Changeset: 50287b659eb8
Author: sjohanss
Date: 2013-12-03 12:01 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/50287b659eb8
8029329: tmtools tests fail with NPE (in the tool) when run with G1 and FlightRecorder
Summary: Now iterating over all committed (used) G1 regions instead of all reserved.
Reviewed-by: brutisso, dsamersoff, mgerdin
! agent/src/share/classes/sun/jvm/hotspot/gc_implementation/g1/G1HeapRegionTable.java
! agent/src/share/classes/sun/jvm/hotspot/gc_implementation/g1/HeapRegionSeq.java
Changeset: 816c89d5957d
Author: ehelin
Date: 2013-12-05 17:49 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/816c89d5957d
Merge
! src/share/vm/oops/instanceKlass.cpp
More information about the hotspot-dev
mailing list