minqi [Wed, 25 Mar 2015 15:18:37 -0700] rev 30117
8074345: Enable RewriteBytecodes when VM runs with CDS
Summary: Enable bytecode rewriting when CDS turned on.
Reviewed-by: coleenp, iklam
Contributed-by: yumin.qi@oracle.com, ioi.lam@oracle.com
ykantser [Wed, 25 Mar 2015 15:22:44 +0000] rev 30116
Merge
ykantser [Wed, 25 Mar 2015 12:38:50 +0100] rev 30115
8075818: serviceability/threads/TestFalseDeadLock.java should be unquarantined
Reviewed-by: jbachorik, sspitsyn
hseigel [Wed, 25 Mar 2015 08:16:48 -0400] rev 30114
7127066: Class verifier accepts an invalid class file
Summary: For *store bytecodes, compare incoming, not outgoing, type state with exception handlers' stack maps.
Reviewed-by: acorn, dholmes