duke [Wed, 05 Jul 2017 16:42:58 +0200] rev 1444
Merge
trims [Wed, 29 Oct 2008 19:22:09 -0700] rev 1443
Merge
xlu [Wed, 22 Oct 2008 20:47:00 -0700] rev 1442
Merge
acorn [Wed, 22 Oct 2008 15:07:23 -0400] rev 1441
Merge
acorn [Wed, 22 Oct 2008 14:48:08 -0400] rev 1440
6761092: jvm crashes when CDS is enabled.
Summary: CDS hardcoded max c++ virtual method table increased
Reviewed-by: coleenp, xlu, jmasa
never [Tue, 21 Oct 2008 11:23:52 -0700] rev 1439
6762004: 6532536 fix contains changes in os_solaris.cpp which were pushed by mistake
Reviewed-by: kvn
never [Tue, 21 Oct 2008 11:21:45 -0700] rev 1438
Merge
kvn [Tue, 14 Oct 2008 15:10:26 -0700] rev 1437
6532536: Optimize arraycopy stubs for Intel cpus
Summary: Use SSE2 movdqu in arraycopy stubs on newest Intel's cpus
Reviewed-by: rasbold
rasbold [Tue, 14 Oct 2008 06:58:58 -0700] rev 1436
6717150: improper constant folding of subnormal strictfp multiplications and divides
Summary: suppress constant folding of double divides and multiplications on ia32
Reviewed-by: never
rasbold [Fri, 10 Oct 2008 09:47:56 -0700] rev 1435
6752257: Use NOT instead of XOR -1 on x86
Summary: add match rule for xor -1
Reviewed-by: never, kvn