comparison src/share/vm/classfile/vmSymbols.hpp @ 10672:e7d07c9bb779

Removed priority compilation queue. Fixed another race condition in the compilation queue. Removed Graal-specific compilation policy.
author Christian Haeubl <haeubl@ssw.jku.at>
date Tue, 09 Jul 2013 17:53:58 +0200
parents 9c7d9e2c8326
children 6b0fd0964b87
comparison
equal deleted inserted replaced
10665:dcee58529a1c 10672:e7d07c9bb779
353 template(com_oracle_graal_truffle_GraalTruffleRuntime, "com/oracle/graal/truffle/GraalTruffleRuntime") \ 353 template(com_oracle_graal_truffle_GraalTruffleRuntime, "com/oracle/graal/truffle/GraalTruffleRuntime") \
354 template(startCompiler_name, "startCompiler") \ 354 template(startCompiler_name, "startCompiler") \
355 template(bootstrap_name, "bootstrap") \ 355 template(bootstrap_name, "bootstrap") \
356 template(shutdownCompiler_name, "shutdownCompiler") \ 356 template(shutdownCompiler_name, "shutdownCompiler") \
357 template(compileMethod_name, "compileMethod") \ 357 template(compileMethod_name, "compileMethod") \
358 template(compileMethod_signature, "(JLcom/oracle/graal/hotspot/meta/HotSpotResolvedObjectType;IZI)V") \ 358 template(compileMethod_signature, "(JLcom/oracle/graal/hotspot/meta/HotSpotResolvedObjectType;IZ)V") \
359 template(setOption_name, "setOption") \ 359 template(setOption_name, "setOption") \
360 template(setOption_signature, "(Ljava/lang/String;)Z") \ 360 template(setOption_signature, "(Ljava/lang/String;)Z") \
361 template(createUnresolvedJavaMethod_name, "createUnresolvedJavaMethod") \ 361 template(createUnresolvedJavaMethod_name, "createUnresolvedJavaMethod") \
362 template(createUnresolvedJavaMethod_signature, "(Ljava/lang/String;Ljava/lang/String;Lcom/oracle/graal/api/meta/JavaType;)Lcom/oracle/graal/api/meta/JavaMethod;") \ 362 template(createUnresolvedJavaMethod_signature, "(Ljava/lang/String;Ljava/lang/String;Lcom/oracle/graal/api/meta/JavaType;)Lcom/oracle/graal/api/meta/JavaMethod;") \
363 template(createSignature_name, "createSignature") \ 363 template(createSignature_name, "createSignature") \