tonyp [Thu, 13 Oct 2011 13:54:29 -0400] rev 10745
7098085: G1: partially-young GCs not initiated under certain circumstances
Reviewed-by: ysr, brutisso
iveresov [Fri, 21 Oct 2011 00:58:30 -0700] rev 10744
Merge
kvn [Wed, 19 Oct 2011 10:52:30 -0700] rev 10743
7100935: win32: memmove is not atomic but is used for pd_conjoint_*_atomic operations
Summary: replace the call to memmove by a simple copy loop
Reviewed-by: dholmes, kvn, never
Contributed-by: axel.siebenborn@sap.com, volker.simonis@gmail.com
never [Mon, 17 Oct 2011 21:38:29 -0700] rev 10742
7098528: crash with java -XX:+ExtendedDTraceProbes
Reviewed-by: kvn
never [Mon, 17 Oct 2011 11:00:41 -0700] rev 10741
7093690: JSR292: SA-JDI AssertionFailure: Expected raw sp likely got real sp, value was
Reviewed-by: kvn, twisti
dholmes [Mon, 17 Oct 2011 01:40:27 -0400] rev 10740
Merge
dcubed [Thu, 13 Oct 2011 09:35:42 -0700] rev 10739
7098194: integrate macosx-port changes
Summary: Integrate bsd-port/hotspot and macosx-port/hotspot changes as of 2011.09.29.
Reviewed-by: kvn, dholmes, never, phh
Contributed-by: Christos Zoulas <christos@zoulas.com>, Greg Lewis <glewis@eyesbeyond.com>, Kurt Miller <kurt@intricatesoftware.com>, Alexander Strange <astrange@apple.com>, Mike Swingler <swingler@apple.com>, Roger Hoover <rhoover@apple.com>, Victor Hernandez <vhernandez@apple.com>, Pratik Solanki <psolanki@apple.com>
dholmes [Mon, 10 Oct 2011 21:01:36 -0400] rev 10738
7096278: Update the VM name to indicate it is an embedded build
Reviewed-by: kvn, never, jcoomes, bobv
iveresov [Sun, 16 Oct 2011 02:59:24 -0700] rev 10737
Merge
kvn [Fri, 14 Oct 2011 10:07:28 -0700] rev 10736
7100757: The BitSet.nextSetBit() produces incorrect result in 32bit VM on Sparc
Summary: Instruction countTrailingZerosL() should use iRegIsafe dst register since it is used in long arithmetic.
Reviewed-by: never, twisti