roland [Wed, 07 Sep 2011 09:35:52 +0200] rev 10518
7086394: c2/arm: enable UseFPUForSpilling
Summary: ARM has instructions to move data directly between the fpu and integer registers.
Reviewed-by: kvn, never
never [Mon, 05 Sep 2011 17:09:05 -0700] rev 10517
7051798: SA-JDI: NPE in Frame.addressOfStackSlot(Frame.java:244)
Reviewed-by: kvn
kvn [Sat, 03 Sep 2011 14:03:54 -0700] rev 10516
7086560: 7085404 changes broke VM with -XX:-EnableInvokeDynamic
Summary: Add check that ciEnv::_CallSite_klass is initialized.
Reviewed-by: jrose
never [Sat, 03 Sep 2011 09:56:57 -0700] rev 10515
Merge
never [Fri, 02 Sep 2011 20:58:21 -0700] rev 10514
7071307: MethodHandle bimorphic inlining should consider the frequency
Reviewed-by: twisti, roland, kvn, iveresov
never [Fri, 02 Sep 2011 22:00:49 -0700] rev 10513
7016881: JSR 292: JDI: sun.jvm.hotspot.utilities.AssertionFailure: index out of bounds
Reviewed-by: kvn, twisti
kvn [Fri, 02 Sep 2011 12:13:33 -0700] rev 10512
7039731: arraycopy could use prefetch on SPARC
Summary: Use BIS and prefetch in arraycopy stubs for Sparc (BIS for T4 only).
Reviewed-by: never, iveresov