< prev index next >

src/hotspot/share/jvmci/vmStructs_jvmci.cpp

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -396,11 +396,10 @@
   declare_constant(JVM_CONSTANT_Integer)                                  \
   declare_constant(JVM_CONSTANT_Float)                                    \
   declare_constant(JVM_CONSTANT_Long)                                     \
   declare_constant(JVM_CONSTANT_Double)                                   \
   declare_constant(JVM_CONSTANT_Class)                                    \
-  declare_constant(JVM_CONSTANT_Value)                                    \
   declare_constant(JVM_CONSTANT_String)                                   \
   declare_constant(JVM_CONSTANT_Fieldref)                                 \
   declare_constant(JVM_CONSTANT_Methodref)                                \
   declare_constant(JVM_CONSTANT_InterfaceMethodref)                       \
   declare_constant(JVM_CONSTANT_NameAndType)                              \

@@ -410,16 +409,13 @@
   declare_constant(JVM_CONSTANT_ExternalMax)                              \
                                                                           \
   declare_constant(JVM_CONSTANT_Invalid)                                  \
   declare_constant(JVM_CONSTANT_InternalMin)                              \
   declare_constant(JVM_CONSTANT_UnresolvedClass)                          \
-  declare_constant(JVM_CONSTANT_UnresolvedValue)                          \
   declare_constant(JVM_CONSTANT_ClassIndex)                               \
-  declare_constant(JVM_CONSTANT_ValueIndex)                               \
   declare_constant(JVM_CONSTANT_StringIndex)                              \
   declare_constant(JVM_CONSTANT_UnresolvedClassInError)                   \
-  declare_constant(JVM_CONSTANT_UnresolvedValueInError)                   \
   declare_constant(JVM_CONSTANT_MethodHandleInError)                      \
   declare_constant(JVM_CONSTANT_MethodTypeInError)                        \
   declare_constant(JVM_CONSTANT_DynamicInError)                           \
   declare_constant(JVM_CONSTANT_InternalMax)                              \
                                                                           \
< prev index next >