comparison src/share/vm/classfile/vmSymbols.hpp @ 4139:feb590a8497f

remove pollJavaQueue and related functionality, minimize diff against HotSpot in the compileBroker.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 18 Dec 2011 00:41:15 +0100
parents 04b9a2566eec
children b765172082ac
comparison
equal deleted inserted replaced
4138:82af018d61db 4139:feb590a8497f
315 template(com_sun_cri_ci_CiRuntimeCall, "com/sun/cri/ci/CiRuntimeCall") \ 315 template(com_sun_cri_ci_CiRuntimeCall, "com/sun/cri/ci/CiRuntimeCall") \
316 template(startCompiler_name, "startCompiler") \ 316 template(startCompiler_name, "startCompiler") \
317 template(bootstrap_name, "bootstrap") \ 317 template(bootstrap_name, "bootstrap") \
318 template(shutdownCompiler_name, "shutdownCompiler") \ 318 template(shutdownCompiler_name, "shutdownCompiler") \
319 template(compileMethod_name, "compileMethod") \ 319 template(compileMethod_name, "compileMethod") \
320 template(pollJavaQueue_name, "pollJavaQueue") \
321 template(compileMethod_signature, "(Lcom/oracle/max/graal/hotspot/HotSpotMethodResolved;IZ)V") \ 320 template(compileMethod_signature, "(Lcom/oracle/max/graal/hotspot/HotSpotMethodResolved;IZ)V") \
322 template(setOption_name, "setOption") \ 321 template(setOption_name, "setOption") \
323 template(setDefaultOptions_name, "setDefaultOptions") \ 322 template(setDefaultOptions_name, "setDefaultOptions") \
324 template(setOption_signature, "(Ljava/lang/String;)Z") \ 323 template(setOption_signature, "(Ljava/lang/String;)Z") \
325 template(createRiMethodResolved_name, "createRiMethodResolved") \ 324 template(createRiMethodResolved_name, "createRiMethodResolved") \