comparison src/share/vm/graal/vmStructs_graal.hpp @ 13818:d2f520f46180

added more unit tests for meta.api, discovering and fixing an issue with HotSpotResolvedJavaField.getModifiers() in the process
author Doug Simon <doug.simon@oracle.com>
date Thu, 30 Jan 2014 00:48:41 +0100
parents 5a9afbf72714
children dd783f0ecf17
comparison
equal deleted inserted replaced
13817:d7ed39d0a6d9 13818:d2f520f46180
32 nonstatic_field(ThreadShadow, _pending_deoptimization, int) \ 32 nonstatic_field(ThreadShadow, _pending_deoptimization, int) \
33 nonstatic_field(ThreadShadow, _pending_failed_speculation, oop) \ 33 nonstatic_field(ThreadShadow, _pending_failed_speculation, oop) \
34 34
35 #define VM_TYPES_GRAAL(declare_type, declare_toplevel_type) \ 35 #define VM_TYPES_GRAAL(declare_type, declare_toplevel_type) \
36 36
37 #define VM_INT_CONSTANTS_GRAAL(declare_constant) \ 37 #define VM_INT_CONSTANTS_GRAAL(declare_constant, declare_preprocessor_constant) \
38 declare_constant(Deoptimization::Reason_aliasing) \ 38 declare_constant(Deoptimization::Reason_aliasing) \
39 declare_constant(GraalEnv::ok) \ 39 declare_constant(GraalEnv::ok) \
40 declare_constant(GraalEnv::dependencies_failed) \ 40 declare_constant(GraalEnv::dependencies_failed) \
41 declare_constant(GraalEnv::cache_full) \ 41 declare_constant(GraalEnv::cache_full) \
42 declare_constant(GraalEnv::code_too_large) \ 42 declare_constant(GraalEnv::code_too_large) \
43 \
44 declare_preprocessor_constant("JVM_ACC_SYNTHETIC", JVM_ACC_SYNTHETIC) \
45 declare_preprocessor_constant("JVM_RECOGNIZED_FIELD_MODIFIERS", JVM_RECOGNIZED_FIELD_MODIFIERS) \
43 46
44 #endif // SHARE_VM_GRAAL_VMSTRUCTS_GRAAL_HPP 47 #endif // SHARE_VM_GRAAL_VMSTRUCTS_GRAAL_HPP