jrose [Fri, 18 Jun 2010 15:23:57 -0700] rev 5725
Merge
jrose [Thu, 13 May 2010 20:01:34 -0700] rev 5724
Merge
jrose [Mon, 03 May 2010 23:32:47 -0700] rev 5723
6939196: method handle signatures off the boot class path get linkage errors
Summary: Remove workaround from MethodHandleImpl lookup code; add JUnit regression test to MethodHandlesTest.
Reviewed-by: twisti
jrose [Fri, 30 Apr 2010 23:48:23 -0700] rev 5722
6939134: JSR 292 adjustments to method handle invocation
Summary: split MethodHandle.invoke into invokeExact and invokeGeneric; also clean up JVM-to-Java interfaces
Reviewed-by: twisti
mikejwre [Thu, 17 Jun 2010 16:28:11 -0700] rev 5721
Added tag jdk7-b98 for changeset 3046e368377b
duke [Wed, 05 Jul 2017 17:15:57 +0200] rev 5720
Merge
trims [Fri, 18 Jun 2010 00:19:10 -0700] rev 5719
Merge
trims [Fri, 18 Jun 2010 00:09:22 -0700] rev 5718
Merge
jmasa [Thu, 10 Jun 2010 08:27:35 -0700] rev 5717
Merge
johnc [Mon, 07 Jun 2010 17:46:04 -0700] rev 5716
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
jcoomes [Thu, 27 May 2010 13:09:56 -0700] rev 5715
6956472: test/runtime/6888954/vmerrors.sh uses ksh-specific syntax
Reviewed-by: jmelvin, kvn
johnc [Mon, 24 May 2010 17:11:22 -0700] rev 5714
6941378: G1: change default value of G1UseFixedWindowMMUTracker to true
Summary: Rather than changing the default value of the G1UseFixedWindowMMUTracker, the flag and associated guarantee have been removed.
Reviewed-by: jcoomes, tonyp, ysr
coleenp [Wed, 09 Jun 2010 13:53:58 -0400] rev 5713
Merge
coleenp [Fri, 04 Jun 2010 17:44:51 -0400] rev 5712
Merge
acorn [Thu, 03 Jun 2010 13:34:47 -0400] rev 5711
Merge
acorn [Thu, 03 Jun 2010 13:21:47 -0400] rev 5710
6852873: Reduce safepoint cleanup time
Summary: New optional flags to reduce inflated monitor cleanup times
Reviewed-by: chrisphi, dice