hg: hsx/hotspot-comp/hotspot: 9 new changesets
john.coomes at oracle.com
john.coomes at oracle.com
Sat May 21 07:00:02 PDT 2011
Changeset: 2aa9ddbb9e60
Author: jmasa
Date: 2011-05-03 10:30 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/2aa9ddbb9e60
7041789: 30% perf regression with c2/arm following 7017732
Summary: Implement a more accurate is_scavengable()
Reviewed-by: stefank, jcoomes, ysr
! src/share/vm/code/nmethod.cpp
! src/share/vm/code/nmethod.hpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
! src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.cpp
! src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.hpp
! src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.inline.hpp
! src/share/vm/gc_interface/collectedHeap.hpp
! src/share/vm/memory/genCollectedHeap.cpp
! src/share/vm/memory/genCollectedHeap.hpp
! src/share/vm/memory/sharedHeap.cpp
! src/share/vm/oops/instanceRefKlass.cpp
Changeset: 69293e516993
Author: johnc
Date: 2011-05-17 00:56 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/69293e516993
7041440: G1: assert(obj->is_oop_or_null(true )) failed: Error #
Summary: During an evacuation pause clear the region fields of any concurrent marking task whose local finger points into the collection set as the values in the region fields will become stale. Clearing these fields causes the concurrent mark task to claim a new region when marking restarts after the pause.
Reviewed-by: tonyp, iveresov
! src/share/vm/gc_implementation/g1/concurrentMark.cpp
! src/share/vm/gc_implementation/g1/concurrentMark.hpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
Changeset: ea4859d7fee7
Author: brutisso
Date: 2011-05-18 13:19 +0200
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/ea4859d7fee7
Merge
Changeset: 03b943e6c025
Author: dholmes
Date: 2011-05-15 23:57 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/03b943e6c025
7035744: jprt no longer does open-only builds
Summary: Added Open (OpenJDK) and Emb (Embedded) build flavours to JPRT. Added a few open builds and basic sanity tests to the normal JDK7 JPRT submission job.
Reviewed-by: ohair, jcoomes, bobv, kvn
! make/jprt.gmk
! make/jprt.properties
Changeset: 8bec9b249a6e
Author: dholmes
Date: 2011-05-17 09:29 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/8bec9b249a6e
Merge
Changeset: 3f3325361b86
Author: kamg
Date: 2011-05-18 10:12 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/3f3325361b86
Merge
Changeset: 1be2f0c40a34
Author: never
Date: 2011-05-18 11:45 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/1be2f0c40a34
Merge
Changeset: 62f39d40ebf1
Author: trims
Date: 2011-05-20 05:24 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/62f39d40ebf1
7040781: Bump the HS21 build number to 14
Summary: Update the HS21 build number to 14
Reviewed-by: jcoomes
! make/hotspot_version
Changeset: cfbca4d74a61
Author: jcoomes
Date: 2011-05-20 22:27 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/cfbca4d74a61
Merge
More information about the hotspot-compiler-dev
mailing list