jrose [Thu, 02 Dec 2010 02:52:34 -0800] rev 7557
7001379: bootstrap method data needs to be moved from constant pool to a classfile attribute
Reviewed-by: twisti
jrose [Mon, 22 Nov 2010 22:41:31 -0800] rev 7556
6979327: method handle invocation should use casts instead of type parameters to specify return type
Summary: Change result type parameters to result type casts. (Also, replace private placeholder class InvokeDynamic.)
Reviewed-by: twisti
jrose [Sat, 30 Oct 2010 21:08:23 -0700] rev 7555
6981777: implement JSR 292 EG adjustments from summer 2010
Reviewed-by: twisti
jrose [Sat, 30 Oct 2010 21:02:30 -0700] rev 7554
6939224: MethodHandle.invokeGeneric needs to perform the correct set of conversions
Summary: JDK changes which run atop the corresponding JVM hook
Reviewed-by: never, twisti
lana [Mon, 20 Dec 2010 21:09:57 -0800] rev 7553
Merge
lana [Mon, 13 Dec 2010 16:25:26 -0800] rev 7552
Merge
darcy [Mon, 13 Dec 2010 14:34:37 -0800] rev 7551
7006129: Project Coin: Annotation type to reduce varargs warnings
Reviewed-by: jjg, mcimadamore
sherman [Mon, 13 Dec 2010 14:12:56 -0800] rev 7550
7003462: cannot read InputStream returned by java.util.ZipFile.getInputStream(ZipEntry)
Summary: The returned InflatedInputStream object should be kept in map streams
Reviewed-by: alanb
vinnie [Mon, 13 Dec 2010 15:07:20 +0000] rev 7549
Merge
vinnie [Mon, 13 Dec 2010 14:58:52 +0000] rev 7548
6799854: CodeSigner.hashCode() does not work with serialization
Reviewed-by: mullan