diff src/share/vm/graal/vmStructs_graal.hpp @ 14093:dd783f0ecf17

refactor CompilerToVM interface
author twisti
date Thu, 06 Mar 2014 15:18:47 -0800
parents d2f520f46180
children 12eaf1a47a90
line wrap: on
line diff
--- a/src/share/vm/graal/vmStructs_graal.hpp	Thu Mar 06 23:17:10 2014 +0100
+++ b/src/share/vm/graal/vmStructs_graal.hpp	Thu Mar 06 15:18:47 2014 -0800
@@ -26,6 +26,7 @@
 #define SHARE_VM_GRAAL_VMSTRUCTS_GRAAL_HPP
 
 #include "compiler/abstractCompiler.hpp"
+#include "graal/graalCompilerToVM.hpp"
 #include "graal/graalEnv.hpp"
 
 #define VM_STRUCTS_GRAAL(nonstatic_field, static_field)                       \
@@ -43,5 +44,8 @@
                                                                                                   \
   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)                                                      \
 
 #endif // SHARE_VM_GRAAL_VMSTRUCTS_GRAAL_HPP