< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/ByteCodes.java

Print this page

        

@@ -246,17 +246,15 @@
         // value-type bytecodes
         vload           = 203,
         vstore          = 204,
         vaload          = 205,
         vastore         = 206,
-        vnew            = 207,
-        vreturn         = 210,
+        vreturn         = 207,
+        vdefault       =  208,
+        vwithfield     =  209,
 
-        vdefault       =  214,
-        vwithfield     =  215,
-
-        ByteCodeCount   = 216;
+        ByteCodeCount   = 210;
 
     /** Virtual instruction codes; used for constant folding.
      */
     int string_add      = 256,  // string +
         bool_not        = 257,  // boolean !
< prev index next >