src/share/vm/prims/jvm.h

changeset 2268
3b2dea75431e
parent 2015
083fde3b838e
child 2314
f95d63e2154a
     1.1 --- a/src/share/vm/prims/jvm.h	Sat Oct 30 12:19:07 2010 -0700
     1.2 +++ b/src/share/vm/prims/jvm.h	Sat Oct 30 13:08:23 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2009, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -1047,7 +1047,8 @@
    1.11      JVM_CONSTANT_NameAndType,
    1.12      JVM_CONSTANT_MethodHandle           = 15,  // JSR 292
    1.13      JVM_CONSTANT_MethodType             = 16,  // JSR 292
    1.14 -    JVM_CONSTANT_InvokeDynamic          = 17  // JSR 292
    1.15 +    JVM_CONSTANT_InvokeDynamicTrans     = 17,  // JSR 292, only occurs in old class files
    1.16 +    JVM_CONSTANT_InvokeDynamic          = 18   // JSR 292
    1.17  };
    1.18  
    1.19  /* JVM_CONSTANT_MethodHandle subtypes */

mercurial