hg: jdk7/hotspot-comp/hotspot: 16 new changesets

daniel.daugherty at oracle.com daniel.daugherty at oracle.com
Fri Jan 28 00:23:51 PST 2011


Changeset: 85330eaa15ee
Author:    iveresov
Date:      2011-01-21 00:01 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/85330eaa15ee

7013812: C1: deopt blob too far from patching stub
Summary: Use long jumps to get from patching stubs to deopt blob
Reviewed-by: kvn, never

! src/cpu/sparc/vm/c1_Runtime1_sparc.cpp

Changeset: 102466e70deb
Author:    cl
Date:      2011-01-20 15:52 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/102466e70deb

Added tag jdk7-b126 for changeset 4c851c931d00

! .hgtags

Changeset: 5668ad215b80
Author:    trims
Date:      2011-01-20 17:53 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/5668ad215b80

Merge

! .hgtags

Changeset: 98bf1c6bb73a
Author:    trims
Date:      2011-01-20 18:24 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/98bf1c6bb73a

Merge


Changeset: d535bf4c1235
Author:    trims
Date:      2011-01-21 02:07 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/d535bf4c1235

Merge


Changeset: 6aa467001334
Author:    trims
Date:      2011-01-25 14:57 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/6aa467001334

Added tag hs20-b07 for changeset d535bf4c1235

! .hgtags

Changeset: d19d8218a399
Author:    trims
Date:      2011-01-25 15:06 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/d19d8218a399

7014711: Fork HS20 to HS21 - renumber Major and build numbers of JVM
Summary: Update the Major and Build numbers for HS21
Reviewed-by: jcoomes

! make/hotspot_version

Changeset: ccfcb502af3f
Author:    dholmes
Date:      2011-01-25 00:14 -0500
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/ccfcb502af3f

6566340: Restore use of stillborn flag to signify a thread that was stopped before it started
Summary: Restore use of stillborn flag
Reviewed-by: acorn, alanb

! src/share/vm/prims/jvm.cpp
! src/share/vm/runtime/thread.cpp

Changeset: 515cc1a31fd1
Author:    dcubed
Date:      2011-01-26 21:26 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/515cc1a31fd1

Merge


Changeset: 635b068a7224
Author:    twisti
Date:      2011-01-27 08:47 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/635b068a7224

Merge

! src/cpu/sparc/vm/c1_Runtime1_sparc.cpp

Changeset: 9846d99e16d3
Author:    twisti
Date:      2011-01-27 14:05 -0500
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/9846d99e16d3

Merge


Changeset: a672e43650cc
Author:    tonyp
Date:      2011-01-21 11:30 -0500
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/a672e43650cc

7013718: G1: small fixes for two assert/guarantee failures
Summary: Two small fixes to deal with a guarantee failure (the marking thread should join the SuspendibleThreadSet before calling a method that does pause prediction work so that said method is never called during a pause) and an assert failure (an assert is too strong).
Reviewed-by: iveresov, johnc

! src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp
! src/share/vm/gc_implementation/g1/heapRegionSeq.cpp

Changeset: 97ba643ea3ed
Author:    tonyp
Date:      2011-01-25 17:58 -0500
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/97ba643ea3ed

7014261: G1: RSet-related failures
Summary: A race between the concurrent cleanup thread and the VM thread while it is processing the "expanded sparse table list" causes both threads to try to free the same sparse table entry and either causes one of the threads to fail or leaves the entry in an inconsistent state. The solution is purge all entries on the expanded list that correspond go regions that are being cleaned up.
Reviewed-by: brutisso, johnc

! src/share/vm/gc_implementation/g1/concurrentMark.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
! src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp
! src/share/vm/gc_implementation/g1/heapRegionRemSet.hpp
! src/share/vm/gc_implementation/g1/sparsePRT.cpp
! src/share/vm/gc_implementation/g1/sparsePRT.hpp

Changeset: 234761c55641
Author:    johnc
Date:      2011-01-25 10:56 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/234761c55641

6608385: G1: need to support parallel reference processing
Summary: Implement support for ParallelRefProcEnabled in the reference processing that takes place at the end of G1 concurrent marking.
Reviewed-by: tonyp, ysr

! src/share/vm/gc_implementation/g1/concurrentMark.cpp
! src/share/vm/gc_implementation/g1/concurrentMark.hpp
! src/share/vm/gc_implementation/g1/g1_globals.hpp
! src/share/vm/runtime/arguments.cpp

Changeset: 81668b1f4877
Author:    johnc
Date:      2011-01-26 09:57 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/81668b1f4877

Merge

! src/share/vm/gc_implementation/g1/concurrentMark.cpp

Changeset: 27e4ea99855d
Author:    johnc
Date:      2011-01-27 13:42 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/27e4ea99855d

Merge

! src/share/vm/runtime/arguments.cpp



More information about the hotspot-compiler-dev mailing list