comparison src/share/vm/classfile/vmSymbols.hpp @ 10056:a323a9e20f9d

Fixed a few race conditions in the compilation queue.
author Christian Haeubl <haeubl@ssw.jku.at>
date Fri, 14 Jun 2013 19:12:56 +0200
parents 0f7ca53be929
children 836a62f43af9
comparison
equal deleted inserted replaced
10055:9469034773b2 10056:a323a9e20f9d
350 template(com_oracle_graal_api_code_InvalidInstalledCodeException, "com/oracle/graal/api/code/InvalidInstalledCodeException") \ 350 template(com_oracle_graal_api_code_InvalidInstalledCodeException, "com/oracle/graal/api/code/InvalidInstalledCodeException") \
351 template(startCompiler_name, "startCompiler") \ 351 template(startCompiler_name, "startCompiler") \
352 template(bootstrap_name, "bootstrap") \ 352 template(bootstrap_name, "bootstrap") \
353 template(shutdownCompiler_name, "shutdownCompiler") \ 353 template(shutdownCompiler_name, "shutdownCompiler") \
354 template(compileMethod_name, "compileMethod") \ 354 template(compileMethod_name, "compileMethod") \
355 template(compileMethod_signature, "(JLcom/oracle/graal/hotspot/meta/HotSpotResolvedObjectType;IZI)Z") \ 355 template(compileMethod_signature, "(JLcom/oracle/graal/hotspot/meta/HotSpotResolvedObjectType;IZI)V") \
356 template(setOption_name, "setOption") \ 356 template(setOption_name, "setOption") \
357 template(setOption_signature, "(Ljava/lang/String;)Z") \ 357 template(setOption_signature, "(Ljava/lang/String;)Z") \
358 template(createUnresolvedJavaMethod_name, "createUnresolvedJavaMethod") \ 358 template(createUnresolvedJavaMethod_name, "createUnresolvedJavaMethod") \
359 template(createUnresolvedJavaMethod_signature, "(Ljava/lang/String;Ljava/lang/String;Lcom/oracle/graal/api/meta/JavaType;)Lcom/oracle/graal/api/meta/JavaMethod;") \ 359 template(createUnresolvedJavaMethod_signature, "(Ljava/lang/String;Ljava/lang/String;Lcom/oracle/graal/api/meta/JavaType;)Lcom/oracle/graal/api/meta/JavaMethod;") \
360 template(createSignature_name, "createSignature") \ 360 template(createSignature_name, "createSignature") \