< prev index next >

src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotVMConfig.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 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.

@@ -225,13 +225,10 @@
     final int jvmConstantFloat = getConstant("JVM_CONSTANT_Float", Integer.class);
     final int jvmConstantDouble = getConstant("JVM_CONSTANT_Double", Integer.class);
     final int jvmConstantClass = getConstant("JVM_CONSTANT_Class", Integer.class);
     final int jvmConstantUnresolvedClass = getConstant("JVM_CONSTANT_UnresolvedClass", Integer.class);
     final int jvmConstantUnresolvedClassInError = getConstant("JVM_CONSTANT_UnresolvedClassInError", Integer.class);
-    final int jvmConstantValue = getConstant("JVM_CONSTANT_Value", Integer.class);
-    final int jvmConstantUnresolvedValue = getConstant("JVM_CONSTANT_UnresolvedValue", Integer.class);
-    final int jvmConstantUnresolvedValueInError = getConstant("JVM_CONSTANT_UnresolvedValueInError", Integer.class);
     final int jvmConstantString = getConstant("JVM_CONSTANT_String", Integer.class);
     final int jvmConstantFieldref = getConstant("JVM_CONSTANT_Fieldref", Integer.class);
     final int jvmConstantMethodref = getConstant("JVM_CONSTANT_Methodref", Integer.class);
     final int jvmConstantInterfaceMethodref = getConstant("JVM_CONSTANT_InterfaceMethodref", Integer.class);
     final int jvmConstantNameAndType = getConstant("JVM_CONSTANT_NameAndType", Integer.class);
< prev index next >