mfang [Thu, 09 Feb 2012 10:16:24 -0800] rev 12125
Merge
mfang [Wed, 08 Feb 2012 10:18:33 -0800] rev 12124
Merge
katleman [Thu, 15 Mar 2012 15:17:02 -0700] rev 12123
Added tag jdk8-b30 for changeset b1e7314664f0
duke [Wed, 05 Jul 2017 18:05:46 +0200] rev 12122
Merge
amurillo [Sat, 17 Mar 2012 00:10:12 -0700] rev 12121
Added tag hs24-b04 for changeset d87d6ad0b075
amurillo [Sat, 17 Mar 2012 00:10:12 -0700] rev 12120
Merge
jcoomes [Fri, 16 Mar 2012 23:45:05 -0700] rev 12119
Merge
brutisso [Wed, 14 Mar 2012 12:49:27 +0100] rev 12118
7068625: Testing 8 bytes of card table entries at a time speeds up card-scanning
Summary: Check clean words instead of clean bytes
Reviewed-by: jcoomes, jmasa, jwilhelm, ysr
Contributed-by: alexey.ragozin@gmail.com
brutisso [Tue, 13 Mar 2012 21:12:53 +0100] rev 12117
7152954: G1: Native memory leak during full GCs
Summary: Add destructor to TruncatedSeq and call delete when necessary
Reviewed-by: johnc, tonyp
iveresov [Mon, 12 Mar 2012 13:12:07 -0700] rev 12116
7151089: PS NUMA: NUMA allocator should not attempt to free pages when using SHM large pages
Summary: Don't attempt to uncommit SHM-based large pages
Reviewed-by: kvn
jmelvin [Fri, 16 Mar 2012 15:13:22 -0400] rev 12115
7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6
Summary: On Mac OS X, align system property "os.arch" with Apple legacy JDKs. Also, improve os.name string matching by using contains() method instead of .startsWith().
Reviewed-by: dcubed, phh, ohair, katleman
Contributed-by: james.melvin@oracle.com
sspitsyn [Wed, 14 Mar 2012 20:06:48 -0700] rev 12114
7123170: JCK vm/jvmti/ResourceExhausted/resexh001/resexh00101/ tests fails since 7u4 b02
Summary: The JVMTI ResourceExhausted events must be generated in all places where OOME is thrown
Reviewed-by: acorn, coleenp, dcubed, dholmes, dsamersoff, jwilhelm, tonyp
Contributed-by: serguei.spitsyn@oracle.com
never [Mon, 12 Mar 2012 15:28:07 -0700] rev 12113
7152957: VM crashes with assert(false) failed: bad AD file
Reviewed-by: kvn, never
Contributed-by: nils.eliasson@oracle.com
amurillo [Fri, 09 Mar 2012 13:34:45 -0800] rev 12112
7152700: new hotspot build - hs24-b04
Reviewed-by: jcoomes
amurillo [Fri, 09 Mar 2012 13:08:18 -0800] rev 12111
Added tag hs24-b03 for changeset c1a6253f0d55
amurillo [Fri, 09 Mar 2012 13:08:18 -0800] rev 12110
Merge
never [Fri, 09 Mar 2012 08:34:36 -0800] rev 12109
Merge
never [Tue, 06 Mar 2012 16:32:23 -0800] rev 12108
7150390: JFR test crashed on assert(_jni_lock_count == count) failed: must be equal
Reviewed-by: dholmes, minqi, kvn, coleenp
never [Mon, 05 Mar 2012 18:10:31 -0800] rev 12107
6658428: C2 doesn't inline java method if corresponding intrinsic failed to inline.
Summary: Allow fallback to non-intrinsic inline case
Reviewed-by: kvn, jrose, never
Contributed-by: nils.eliasson@oracle.com
never [Fri, 02 Mar 2012 13:13:25 -0800] rev 12106
Merge
roland [Fri, 02 Mar 2012 16:04:24 +0100] rev 12105
6910464: Lookupswitch and Tableswitch default branches not recognized as safepoints
Summary: C1 does not recognize the default branch of a lookupswitch or tableswitch bytecode to be a safepoint if backward.
Reviewed-by: kvn, never
acorn [Fri, 09 Mar 2012 00:28:20 -0500] rev 12104
Merge
coleenp [Mon, 05 Mar 2012 14:19:00 -0500] rev 12103
7150046: SIGILL on sparcv9 fastdebug
Summary: Breakpoint needs to do 64-bit compare for pointers on sparcv9
Reviewed-by: coleenp, never
Contributed-by: dean.long@oracle.com
dsamersoff [Thu, 01 Mar 2012 12:41:13 +0400] rev 12102
7118280: The gbyc00102 JCK7 test causes an assert in JVM 7.0 fastdebug mode
Summary: Assert doesn't respect invokedynamic opcode
Reviewed-by: dcubed, phh
dcubed [Thu, 08 Mar 2012 06:33:26 -0800] rev 12101
7152206: anti-delta the fix for 7152031
Summary: Backout the fix for 7152031; the real bug to be fixed in jdk repo.
Reviewed-by: michaelm
dcubed [Wed, 07 Mar 2012 14:58:17 -0800] rev 12100
7152031: Hotspot needs updated xawt path [macosx]
Summary: Update to use the right path on MacOS X.
Reviewed-by: michaelm, jcoomes, amurillo
brutisso [Mon, 05 Mar 2012 22:34:18 +0100] rev 12099
Merge
jcoomes [Sat, 03 Mar 2012 12:45:10 -0800] rev 12098
7150899: remove unused build.targets lines from jprt.properties
Reviewed-by: ohair