hg: jdk6/jdk6/hotspot: 5 new changesets

ahughes at redhat.com ahughes at redhat.com
Thu Jun 17 01:41:41 PDT 2010


Changeset: d53d91cb378c
Author:    johnc
Date:      2010-06-07 17:46 -0700
URL:       http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/d53d91cb378c

6953058: G1: A bigapp crashes with SIGSEGV in compiled code
Summary: In C2's G1 post write barrier, the loads of the buffer and index fields from the DirtyCardQueue structure may be moved across a safepoint. Use the current value of "control" in the C2 IR to limit how far these loads can move.
Reviewed-by: never, iveresov, kvn

! src/share/vm/opto/graphKit.cpp

Changeset: e835ff93bcc1
Author:    trims
Date:      2010-06-10 15:58 -0700
URL:       http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/e835ff93bcc1

6960390: Bump the HS17 build number to 16
Summary: Update the HS17 build number to 16
Reviewed-by: jcoomes

! make/hotspot_version

Changeset: 5944e4ff6d31
Author:    trims
Date:      2010-06-10 16:02 -0700
URL:       http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/5944e4ff6d31

6960393: Fix misplaced b15 hg tag for hs17
Summary: Change where the hs17-b15 tag was placed
Reviewed-by: jcoomes

! .hgtags

Changeset: 47d78593b370
Author:    trims
Date:      2010-06-10 16:03 -0700
URL:       http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/47d78593b370

Added tag hs17-b15 for changeset 193a468093fa

! .hgtags

Changeset: 37bdd3bf03b3
Author:    andrew
Date:      2010-06-17 09:41 +0100
URL:       http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/37bdd3bf03b3

Merge

! .hgtags
! make/hotspot_version
! src/share/vm/opto/graphKit.cpp



More information about the jdk6-dev mailing list