comparison src/share/vm/graal/vmStructs_graal.hpp @ 13479:606959535fd4

remove Graal mirror from Class
author twisti
date Wed, 25 Dec 2013 20:27:59 -0800
parents 2b43fcc68add
children 5a9afbf72714
comparison
equal deleted inserted replaced
13478:fe03864a2c72 13479:606959535fd4
27 27
28 #include "compiler/abstractCompiler.hpp" 28 #include "compiler/abstractCompiler.hpp"
29 #include "graal/graalEnv.hpp" 29 #include "graal/graalEnv.hpp"
30 30
31 #define VM_STRUCTS_GRAAL(nonstatic_field, static_field) \ 31 #define VM_STRUCTS_GRAAL(nonstatic_field, static_field) \
32 static_field(java_lang_Class, _graal_mirror_offset, int) \
33 nonstatic_field(ThreadShadow, _pending_deoptimization, int) \ 32 nonstatic_field(ThreadShadow, _pending_deoptimization, int) \
34 33
35 #define VM_TYPES_GRAAL(declare_type, declare_toplevel_type) \ 34 #define VM_TYPES_GRAAL(declare_type, declare_toplevel_type) \
36 35
37 #define VM_INT_CONSTANTS_GRAAL(declare_constant) \ 36 #define VM_INT_CONSTANTS_GRAAL(declare_constant) \