comparison 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
comparison
equal deleted inserted replaced
23742:f0bfcd6688ce 23743:a67f4d28935f
108 declare_constant(JVMCIRuntime::by_holder) \ 108 declare_constant(JVMCIRuntime::by_holder) \
109 declare_constant(JVMCIRuntime::by_full_signature) \ 109 declare_constant(JVMCIRuntime::by_full_signature) \
110 \ 110 \
111 declare_preprocessor_constant("JVM_ACC_SYNTHETIC", JVM_ACC_SYNTHETIC) \ 111 declare_preprocessor_constant("JVM_ACC_SYNTHETIC", JVM_ACC_SYNTHETIC) \
112 declare_preprocessor_constant("JVM_RECOGNIZED_FIELD_MODIFIERS", JVM_RECOGNIZED_FIELD_MODIFIERS) \ 112 declare_preprocessor_constant("JVM_RECOGNIZED_FIELD_MODIFIERS", JVM_RECOGNIZED_FIELD_MODIFIERS) \
113 \
114 declare_constant(CompilerToVM::KLASS_TAG) \
115 declare_constant(CompilerToVM::SYMBOL_TAG) \
116 \ 113 \
117 declare_constant(BitData::exception_seen_flag) \ 114 declare_constant(BitData::exception_seen_flag) \
118 declare_constant(BitData::null_seen_flag) \ 115 declare_constant(BitData::null_seen_flag) \
119 declare_constant(CounterData::count_off) \ 116 declare_constant(CounterData::count_off) \
120 declare_constant(JumpData::taken_off_set) \ 117 declare_constant(JumpData::taken_off_set) \