test/runtime/6626217/You_Have_Been_P0wned.java

Mon, 28 Jul 2014 15:06:38 -0700

author
fzhinkin
date
Mon, 28 Jul 2014 15:06:38 -0700
changeset 6997
dbb05f6d93c4
parent 0
f90c822e73f8
permissions
-rw-r--r--

8051344: JVM crashed in Compile::start() during method parsing w/ UseRTMDeopt turned on
Summary: call rtm_deopt() only if there were no compilation bailouts before.
Reviewed-by: kvn

aoqi@0 1
aoqi@0 2 // I can cast any old thing I want to this type object:
aoqi@0 3 public class You_Have_Been_P0wned {
aoqi@0 4 // Make a bunch of int-fields so I can peek & poke it
aoqi@0 5 int _a;
aoqi@0 6 int _b;
aoqi@0 7 int _c;
aoqi@0 8 int _d;
aoqi@0 9
aoqi@0 10 }
aoqi@0 11

mercurial