< prev index next >

hotspot/test/runtime/valhalla/valuetypes/VboxUnbox.java

Print this page

        

@@ -31,11 +31,13 @@
  * @test VboxUnbox
  * @summary Exercise vbox & vunbox bytecodes
  * @library /test/lib
  * @build runtime.valhalla.valuetypes.ValueCapableClass
  * @run main/othervm -Xint -noverify -XX:+EnableMVT runtime.valhalla.valuetypes.VboxUnbox
- * @run main/othervm -Xcomp -noverify -XX:+EnableMVT runtime.valhalla.valuetypes.VboxUnbox
+ * @run main/othervm -Xcomp -noverify -XX:+EnableMVT
+ *                   -XX:+UnlockDiagnosticVMOptions -XX:DisableIntrinsic=_isAssignableFrom
+ *                   runtime.valhalla.valuetypes.VboxUnbox
  */
 public class VboxUnbox {
 
     public static void main(String[] args) {
         testCorrectBoxing();
< prev index next >