comparison src/share/vm/jvmci/jvmciJavaClasses.hpp @ 22575:569c82ebb96e

Replace JVMCICompileWithC1Only with package based controls
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Thu, 17 Sep 2015 18:25:08 -0700
parents 6821ef65ef4c
children 3f6488b29c1a
comparison
equal deleted inserted replaced
22574:5a706439be63 22575:569c82ebb96e
269 objArrayOop_field(HotSpotStackFrameReference, locals, "[Ljava/lang/Object;") \ 269 objArrayOop_field(HotSpotStackFrameReference, locals, "[Ljava/lang/Object;") \
270 typeArrayOop_field(HotSpotStackFrameReference, localIsVirtual, "[Z") \ 270 typeArrayOop_field(HotSpotStackFrameReference, localIsVirtual, "[Z") \
271 end_class \ 271 end_class \
272 start_class(HotSpotConstantPool) \ 272 start_class(HotSpotConstantPool) \
273 long_field(HotSpotConstantPool, metaspaceConstantPool) \ 273 long_field(HotSpotConstantPool, metaspaceConstantPool) \
274 end_class \
275 start_class(HotSpotJVMCIRuntime) \
276 objArrayOop_field(HotSpotJVMCIRuntime, trivialPrefixes, "[Ljava/lang/String;") \
274 end_class \ 277 end_class \
275 /* end*/ 278 /* end*/
276 279
277 #define START_CLASS(name) \ 280 #define START_CLASS(name) \
278 class name : AllStatic { \ 281 class name : AllStatic { \