amurillo [Thu, 04 Jul 2013 14:45:57 -0700] rev 18512
Merge
roland [Thu, 04 Jul 2013 03:41:57 -0700] rev 18511
Merge
roland [Thu, 04 Jul 2013 01:42:34 -0700] rev 18510
Merge
twisti [Tue, 02 Jul 2013 22:51:23 -0700] rev 18509
Merge
twisti [Tue, 02 Jul 2013 20:27:00 -0700] rev 18508
8017571: JSR292: JVM crashing on assert "cast to instanceKlass" while producing MethodHandle for array methods with MethodHandle.findVirtual
Reviewed-by: kvn
drchase [Tue, 02 Jul 2013 20:42:12 -0400] rev 18507
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
Summary: add intrinsics using new instruction to interpreter, C1, C2, for suitable x86; add test
Reviewed-by: kvn, twisti
anoll [Tue, 02 Jul 2013 07:51:31 +0200] rev 18506
8014972: Crash with specific values for -XX:InitialCodeCacheSize=500K -XX:ReservedCodeCacheSize=500k
Summary: Introduce a minimum code cache size that guarantees that the VM can startup.
Reviewed-by: kvn, twisti
kvn [Tue, 02 Jul 2013 10:30:49 -0700] rev 18505
8019247: SIGSEGV in compiled method c8e.e.t_.getArray(Ljava/lang/Class;)[Ljava/lang/Object
Summary: Undo recent changes (and add more comments) in Ideal_allocation().
Reviewed-by: roland
simonis [Mon, 01 Jul 2013 14:14:16 -0700] rev 18504
8019382: PPC64: Fix bytecodeInterpreter to compile with '-Wunused-value'
Summary: cast the offending expressions to (void)
Reviewed-by: kvn, coleenp
kvn [Mon, 01 Jul 2013 12:22:34 -0700] rev 18503
8006629: NEED_TEST: need test for JDK-8001071
Summary: added regression test
Reviewed-by: kvn, coleenp
Contributed-by: Filipp Zhinkin <filipp.zhinkin@oracle.com>