diff src/share/vm/jvmci/vmStructs_jvmci.hpp @ 23743:a67f4d28935f jvmci-0.20

expose Hotspot intrinsics and HotSpotIntrinsicCandidate info to JVMCI compilers - part 2 (JDK-8164358)
author Doug Simon <doug.simon@oracle.com>
date Wed, 24 Aug 2016 14:35:44 +0200
parents 5de73b32cff8
children d6bd0b9cd0b6
line wrap: on
line diff
--- a/src/share/vm/jvmci/vmStructs_jvmci.hpp	Tue Aug 23 23:42:00 2016 +0200
+++ b/src/share/vm/jvmci/vmStructs_jvmci.hpp	Wed Aug 24 14:35:44 2016 +0200
@@ -111,9 +111,6 @@
   declare_preprocessor_constant("JVM_ACC_SYNTHETIC", JVM_ACC_SYNTHETIC)                           \
   declare_preprocessor_constant("JVM_RECOGNIZED_FIELD_MODIFIERS", JVM_RECOGNIZED_FIELD_MODIFIERS) \
                                                                                                   \
-  declare_constant(CompilerToVM::KLASS_TAG)                                                       \
-  declare_constant(CompilerToVM::SYMBOL_TAG)                                                      \
-                                                                                                  \
   declare_constant(BitData::exception_seen_flag)                                                  \
   declare_constant(BitData::null_seen_flag)                                                       \
   declare_constant(CounterData::count_off)                                                        \