mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
6829189: Java programming with JSR 292 needs language support
Language changes documented in http://wikis.sun.com/display/mlvm/ProjectCoinProposal Reviewed-by: jjg, darcy, mcimadamore
This commit is contained in:
parent
21694f8b3f
commit
5ba10ad9ad
25 changed files with 881 additions and 13 deletions
|
@ -318,7 +318,7 @@ public interface RuntimeConstants {
|
|||
public static final int opc_invokespecial = 183;
|
||||
public static final int opc_invokestatic = 184;
|
||||
public static final int opc_invokeinterface = 185;
|
||||
// public static final int opc_xxxunusedxxx = 186;
|
||||
public static final int opc_invokedynamic = 186;
|
||||
public static final int opc_new = 187;
|
||||
public static final int opc_newarray = 188;
|
||||
public static final int opc_anewarray = 189;
|
||||
|
@ -549,7 +549,7 @@ public interface RuntimeConstants {
|
|||
"invokespecial", // was "invokenonvirtual",
|
||||
"invokestatic",
|
||||
"invokeinterface",
|
||||
"bytecode 186", //"xxxunusedxxx",
|
||||
"invokedynamic",
|
||||
"new",
|
||||
"newarray",
|
||||
"anewarray",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue