comparison src/share/vm/classfile/vmSymbols.hpp @ 3619:5e9645341ec3

support for new RiRuntime features: add code without making it the default for the method, executing Java tasks on the compile thread, communicate nmethod reference to Java code as HotSpotCompiledMethod
author Lukas Stadler <lukas.stadler@jku.at>
date Wed, 09 Nov 2011 11:27:38 +0100
parents 7604c69a6301
children 136ea96eb7f8
comparison
equal deleted inserted replaced
3601:3822c5969a8b 3619:5e9645341ec3
261 /* support for graal */ \ 261 /* support for graal */ \
262 template(com_sun_hotspot_graal_VMExits, "com/oracle/max/graal/hotspot/VMExits") \ 262 template(com_sun_hotspot_graal_VMExits, "com/oracle/max/graal/hotspot/VMExits") \
263 template(com_sun_hotspot_graal_HotSpotMethodResolved, "com/oracle/max/graal/hotspot/HotSpotMethodResolvedImpl") \ 263 template(com_sun_hotspot_graal_HotSpotMethodResolved, "com/oracle/max/graal/hotspot/HotSpotMethodResolvedImpl") \
264 template(com_sun_hotspot_graal_HotSpotTargetMethod, "com/oracle/max/graal/hotspot/HotSpotTargetMethod") \ 264 template(com_sun_hotspot_graal_HotSpotTargetMethod, "com/oracle/max/graal/hotspot/HotSpotTargetMethod") \
265 template(com_sun_hotspot_graal_HotSpotField, "com/oracle/max/graal/hotspot/HotSpotField") \ 265 template(com_sun_hotspot_graal_HotSpotField, "com/oracle/max/graal/hotspot/HotSpotField") \
266 template(com_sun_hotspot_graal_HotSpotCompiledMethod, "com/oracle/max/graal/hotspot/HotSpotCompiledMethod") \
266 template(com_sun_graal_graalOptions, "com/sun/graal/graalOptions") \ 267 template(com_sun_graal_graalOptions, "com/sun/graal/graalOptions") \
267 template(com_sun_hotspot_graal_HotSpotOptions, "com/oracle/max/graal/hotspot/HotSpotOptions") \ 268 template(com_sun_hotspot_graal_HotSpotOptions, "com/oracle/max/graal/hotspot/HotSpotOptions") \
268 template(com_sun_hotspot_graal_HotSpotTypeResolved, "com/oracle/max/graal/hotspot/HotSpotTypeResolvedImpl") \ 269 template(com_sun_hotspot_graal_HotSpotTypeResolved, "com/oracle/max/graal/hotspot/HotSpotTypeResolvedImpl") \
269 template(com_sun_hotspot_graal_HotSpotType, "com/oracle/max/graal/hotspot/HotSpotType") \ 270 template(com_sun_hotspot_graal_HotSpotType, "com/oracle/max/graal/hotspot/HotSpotType") \
270 template(com_sun_hotspot_graal_HotSpotExceptionHandler,"com/oracle/max/graal/hotspot/HotSpotExceptionHandler") \ 271 template(com_sun_hotspot_graal_HotSpotExceptionHandler,"com/oracle/max/graal/hotspot/HotSpotExceptionHandler") \
301 template(com_sun_cri_ci_CiKind, "com/sun/cri/ci/CiKind") \ 302 template(com_sun_cri_ci_CiKind, "com/sun/cri/ci/CiKind") \
302 template(com_sun_cri_ci_CiRuntimeCall, "com/sun/cri/ci/CiRuntimeCall") \ 303 template(com_sun_cri_ci_CiRuntimeCall, "com/sun/cri/ci/CiRuntimeCall") \
303 template(startCompiler_name, "startCompiler") \ 304 template(startCompiler_name, "startCompiler") \
304 template(shutdownCompiler_name, "shutdownCompiler") \ 305 template(shutdownCompiler_name, "shutdownCompiler") \
305 template(compileMethod_name, "compileMethod") \ 306 template(compileMethod_name, "compileMethod") \
307 template(pollJavaQueue_name, "pollJavaQueue") \
306 template(compileMethod_signature, "(Lcom/oracle/max/graal/hotspot/HotSpotMethodResolved;I)V") \ 308 template(compileMethod_signature, "(Lcom/oracle/max/graal/hotspot/HotSpotMethodResolved;I)V") \
307 template(setOption_name, "setOption") \ 309 template(setOption_name, "setOption") \
308 template(setDefaultOptions_name, "setDefaultOptions") \ 310 template(setDefaultOptions_name, "setDefaultOptions") \
309 template(setOption_signature, "(Ljava/lang/String;)Z") \ 311 template(setOption_signature, "(Ljava/lang/String;)Z") \
310 template(createRiMethodResolved_name, "createRiMethodResolved") \ 312 template(createRiMethodResolved_name, "createRiMethodResolved") \