comparison src/share/vm/classfile/vmSymbols.hpp @ 2296:34354e2e40a3

cleanups and client/server fixes: * explicit init of CompilerImpl * CompilationServer terminates without EOFException * moved C1XOptions initialization code into separate class (static initializer changed to static method) * added ConnectionObserver to CompilationServer
author Lukas Stadler <lukas.stadler@jku.at>
date Wed, 13 Apr 2011 14:40:13 +0200
parents 6190d20bd6d6
children 0654ee04b214
comparison
equal deleted inserted replaced
2295:160aacf936ad 2296:34354e2e40a3
263 template(com_sun_hotspot_c1x_VMExits, "com/sun/hotspot/c1x/VMExits") \ 263 template(com_sun_hotspot_c1x_VMExits, "com/sun/hotspot/c1x/VMExits") \
264 template(com_sun_hotspot_c1x_HotSpotMethodResolved, "com/sun/hotspot/c1x/HotSpotMethodResolved") \ 264 template(com_sun_hotspot_c1x_HotSpotMethodResolved, "com/sun/hotspot/c1x/HotSpotMethodResolved") \
265 template(com_sun_hotspot_c1x_HotSpotTargetMethod, "com/sun/hotspot/c1x/HotSpotTargetMethod") \ 265 template(com_sun_hotspot_c1x_HotSpotTargetMethod, "com/sun/hotspot/c1x/HotSpotTargetMethod") \
266 template(com_sun_hotspot_c1x_HotSpotField, "com/sun/hotspot/c1x/HotSpotField") \ 266 template(com_sun_hotspot_c1x_HotSpotField, "com/sun/hotspot/c1x/HotSpotField") \
267 template(com_sun_c1x_C1XOptions, "com/sun/c1x/C1XOptions") \ 267 template(com_sun_c1x_C1XOptions, "com/sun/c1x/C1XOptions") \
268 template(com_sun_hotspot_c1x_HotSpotOptions, "com/sun/hotspot/c1x/HotSpotOptions") \
268 template(com_sun_hotspot_c1x_HotSpotTypeResolved, "com/sun/hotspot/c1x/HotSpotTypeResolvedImpl") \ 269 template(com_sun_hotspot_c1x_HotSpotTypeResolved, "com/sun/hotspot/c1x/HotSpotTypeResolvedImpl") \
269 template(com_sun_hotspot_c1x_HotSpotType, "com/sun/hotspot/c1x/HotSpotType") \ 270 template(com_sun_hotspot_c1x_HotSpotType, "com/sun/hotspot/c1x/HotSpotType") \
270 template(com_sun_hotspot_c1x_HotSpotExceptionHandler,"com/sun/hotspot/c1x/HotSpotExceptionHandler") \ 271 template(com_sun_hotspot_c1x_HotSpotExceptionHandler,"com/sun/hotspot/c1x/HotSpotExceptionHandler") \
271 template(com_sun_hotspot_c1x_HotSpotProxy, "com/sun/hotspot/c1x/HotSpotProxy") \ 272 template(com_sun_hotspot_c1x_HotSpotProxy, "com/sun/hotspot/c1x/HotSpotProxy") \
272 template(com_sun_hotspot_c1x_Compiler, "com/sun/hotspot/c1x/Compiler") \ 273 template(com_sun_hotspot_c1x_Compiler, "com/sun/hotspot/c1x/Compiler") \
298 template(com_sun_cri_ci_CiKind, "com/sun/cri/ci/CiKind") \ 299 template(com_sun_cri_ci_CiKind, "com/sun/cri/ci/CiKind") \
299 template(com_sun_cri_ci_CiRuntimeCall, "com/sun/cri/ci/CiRuntimeCall") \ 300 template(com_sun_cri_ci_CiRuntimeCall, "com/sun/cri/ci/CiRuntimeCall") \
300 template(compileMethod_name, "compileMethod") \ 301 template(compileMethod_name, "compileMethod") \
301 template(compileMethod_signature, "(JLjava/lang/String;I)V") \ 302 template(compileMethod_signature, "(JLjava/lang/String;I)V") \
302 template(setOption_name, "setOption") \ 303 template(setOption_name, "setOption") \
304 template(setDefaultOptions_name, "setDefaultOptions") \
303 template(setOption_signature, "(Ljava/lang/String;)Z") \ 305 template(setOption_signature, "(Ljava/lang/String;)Z") \
304 template(createRiMethodResolved_name, "createRiMethodResolved") \ 306 template(createRiMethodResolved_name, "createRiMethodResolved") \
305 template(createRiMethodResolved_signature, "(JLjava/lang/String;)Lcom/sun/cri/ri/RiMethod;") \ 307 template(createRiMethodResolved_signature, "(JLjava/lang/String;)Lcom/sun/cri/ri/RiMethod;") \
306 template(createRiMethodUnresolved_name, "createRiMethodUnresolved") \ 308 template(createRiMethodUnresolved_name, "createRiMethodUnresolved") \
307 template(createRiMethodUnresolved_signature, "(Ljava/lang/String;Ljava/lang/String;Lcom/sun/cri/ri/RiType;)Lcom/sun/cri/ri/RiMethod;") \ 309 template(createRiMethodUnresolved_signature, "(Ljava/lang/String;Ljava/lang/String;Lcom/sun/cri/ri/RiType;)Lcom/sun/cri/ri/RiMethod;") \
326 template(createCiConstantObject_name, "createCiConstantObject") \ 328 template(createCiConstantObject_name, "createCiConstantObject") \
327 template(createCiConstantObject_signature, "(Ljava/lang/Object;)Lcom/sun/cri/ci/CiConstant;") \ 329 template(createCiConstantObject_signature, "(Ljava/lang/Object;)Lcom/sun/cri/ci/CiConstant;") \
328 template(getVMExits_name, "getVMExits") \ 330 template(getVMExits_name, "getVMExits") \
329 template(getVMExits_signature, "()Lcom/sun/hotspot/c1x/VMExits;") \ 331 template(getVMExits_signature, "()Lcom/sun/hotspot/c1x/VMExits;") \
330 template(getInstance_name, "getInstance") \ 332 template(getInstance_name, "getInstance") \
333 template(initialize_name, "initialize") \
331 template(getInstance_signature, "()Lcom/sun/hotspot/c1x/Compiler;") \ 334 template(getInstance_signature, "()Lcom/sun/hotspot/c1x/Compiler;") \
332 template(forObject_name, "forObject") \ 335 template(forObject_name, "forObject") \
333 \ 336 \
334 /* common method and field names */ \ 337 /* common method and field names */ \
335 template(object_initializer_name, "<init>") \ 338 template(object_initializer_name, "<init>") \