jgish [Fri, 27 Jul 2012 16:17:11 -0400] rev 13404
6914123: (str) Missing synchronization in java.lang.String#contentEquals(CharSequence)
Summary: Change contentEquals( CharSequence cs ) to do synchronization if cs is a StringBuffer
Reviewed-by: mduigou
Contributed-by: Jim Gish <jim.gish@oracle.com>
mullan [Wed, 01 Aug 2012 11:08:11 -0400] rev 13403
Merge
mullan [Wed, 01 Aug 2012 11:06:44 -0400] rev 13402
7179715: OCSP revocation checking fails if the signer certificate is identified using the key ID
Reviewed-by: vinnie
katleman [Thu, 09 Aug 2012 18:02:01 -0700] rev 13401
Added tag jdk8-b51 for changeset 1325e8a540e5
duke [Wed, 05 Jul 2017 18:19:08 +0200] rev 13400
Merge
amurillo [Fri, 10 Aug 2012 23:07:38 -0700] rev 13399
Added tag hs24-b20 for changeset 25eb3939c390
twisti [Fri, 10 Aug 2012 17:50:24 -0700] rev 13398
Merge
twisti [Fri, 10 Aug 2012 15:50:49 -0700] rev 13397
Merge
twisti [Tue, 07 Aug 2012 14:32:08 -0700] rev 13396
7188911: nightly failures after JSR 292 lazy method handle update (round 2)
Reviewed-by: kvn, jrose
twisti [Wed, 01 Aug 2012 14:44:26 -0700] rev 13395
7188276: JSR 292: assert(ct == T_OBJECT) failed: rt=T_OBJECT, ct=13
Reviewed-by: kvn, jrose
kvn [Wed, 01 Aug 2012 14:10:32 -0700] rev 13394
7188227: VM should recognize M-series SPARC
Summary: Check kstat data for SPARC-M.
Reviewed-by: roland
kvn [Mon, 30 Jul 2012 09:49:25 -0700] rev 13393
7187454: stack overflow in C2 compiler thread on Solaris x86
Summary: Added new FormatBufferResource class to use thread's resource area for error message buffer.
Reviewed-by: twisti
twisti [Fri, 27 Jul 2012 16:14:15 -0700] rev 13392
7187290: nightly failures after JSR 292 lazy method handle update
Reviewed-by: kvn, twisti
twisti [Tue, 24 Jul 2012 10:51:00 -0700] rev 13391
7023639: JSR 292 method handle invocation needs a fast path for compiled code
6984705: JSR 292 method handle creation should not go through JNI
Summary: remove assembly code for JDK 7 chained method handles
Reviewed-by: jrose, twisti, kvn, mhaupt
Contributed-by: John Rose <john.r.rose@oracle.com>, Christian Thalinger <christian.thalinger@oracle.com>, Michael Haupt <michael.haupt@oracle.com>
amurillo [Fri, 03 Aug 2012 13:24:02 -0700] rev 13390
7189086: new hotspot build - hs24-b20
Reviewed-by: jcoomes