comparison src/share/vm/classfile/vmSymbols.hpp @ 5018:bf63d72879aa

fixed an issue that prevented java.util.concurrent methods from being compiled
author Christian Haeubl <christian.haeubl@oracle.com>
date Fri, 02 Mar 2012 16:44:36 -0800
parents 897b7d18bebc
children 055c137f73ed
comparison
equal deleted inserted replaced
5005:c2ebd3d559f7 5018:bf63d72879aa
315 template(com_oracle_max_cri_ci_CiRuntimeCall, "com/oracle/max/cri/ci/CiRuntimeCall") \ 315 template(com_oracle_max_cri_ci_CiRuntimeCall, "com/oracle/max/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(compileMethod_signature, "(Lcom/oracle/max/graal/hotspot/ri/HotSpotMethodResolved;IZ)V") \ 320 template(compileMethod_signature, "(Lcom/oracle/max/graal/hotspot/ri/HotSpotMethodResolved;IZ)Z") \
321 template(setOption_name, "setOption") \ 321 template(setOption_name, "setOption") \
322 template(setDefaultOptions_name, "setDefaultOptions") \ 322 template(setDefaultOptions_name, "setDefaultOptions") \
323 template(setOption_signature, "(Ljava/lang/String;)Z") \ 323 template(setOption_signature, "(Ljava/lang/String;)Z") \
324 template(createRiMethodResolved_name, "createRiMethodResolved") \ 324 template(createRiMethodResolved_name, "createRiMethodResolved") \
325 template(createRiMethodResolved_signature, "(JLjava/lang/String;)Lcom/oracle/max/cri/ri/RiMethod;") \ 325 template(createRiMethodResolved_signature, "(JLjava/lang/String;)Lcom/oracle/max/cri/ri/RiMethod;") \