< prev index next >

test/runtime/valhalla/valuetypes/VboxUnbox.java

Print this page
rev 10545 : remove -Xint from runtime tests + force TieredCompilation off
rev 10546 : runtime tests with -Xcomp

*** 31,40 **** --- 31,41 ---- * @test VboxUnbox * @summary Exercise vbox & vunbox bytecodes * @library /testlibrary / * @build runtime.valhalla.valuetypes.ValueCapableClass * @run main/othervm -Xint -noverify runtime.valhalla.valuetypes.VboxUnbox + * @run main/othervm -Xcomp -noverify runtime.valhalla.valuetypes.VboxUnbox * * To dump generated byte-code, add "-Dvalhalla.dumpIsolatedMethodClasses=/tmp/foo" */ public class VboxUnbox {
< prev index next >