prr [Tue, 02 Jul 2013 14:25:56 -0700] rev 18519
8019692: JDK build CC_OPT_HIGHEST setting isn't valid for Sun C++ compiler
Reviewed-by: jgodinez
prr [Mon, 01 Jul 2013 12:39:26 -0700] rev 18518
8015144: Performance regression in ICU OpenType Layout library
Reviewed-by: srl, jgodinez
lana [Fri, 28 Jun 2013 19:37:48 -0700] rev 18517
Merge
vadim [Wed, 26 Jun 2013 13:49:16 +0400] rev 18516
8016254: several sun/java2d/OpenGL tests failed with SIGFPE
Reviewed-by: prr, bae
cl [Thu, 04 Jul 2013 01:00:52 -0700] rev 18515
Added tag jdk8-b97 for changeset a23062727b66
duke [Wed, 05 Jul 2017 19:02:28 +0200] rev 18514
Merge
amurillo [Thu, 04 Jul 2013 14:45:58 -0700] rev 18513
Added tag hs25-b40 for changeset d5b4e1fe16bd
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