comparison src/share/vm/classfile/vmSymbols.hpp @ 5176:af59b4dfc9e4

compilation queue changes: * new CiCompilationStatistics * added new HotSpot compilation policy (-XX:CompilationPolicyChoice=4) * compile queue prioritizing (-G:+PriorityCompileQueue) * low-priority compilation threads (-G:+SlowCompileThreads) * dynamic compilation thread priority adjustment (-G:+DynamicCompilePriority)
author Lukas Stadler <lukas.stadler@jku.at>
date Thu, 29 Mar 2012 18:43:30 +0200
parents 055c137f73ed
children 290b3025b66f
comparison
equal deleted inserted replaced
5175:a8c5283a835c 5176:af59b4dfc9e4
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/graal/hotspot/ri/HotSpotMethodResolved;IZ)Z") \ 320 template(compileMethod_signature, "(Lcom/oracle/graal/hotspot/ri/HotSpotMethodResolved;IZI)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;") \
342 template(createCiConstantDouble_name, "createCiConstantDouble") \ 342 template(createCiConstantDouble_name, "createCiConstantDouble") \
343 template(createCiConstantDouble_signature, "(D)Lcom/oracle/max/cri/ci/CiConstant;") \ 343 template(createCiConstantDouble_signature, "(D)Lcom/oracle/max/cri/ci/CiConstant;") \
344 template(createCiConstantObject_name, "createCiConstantObject") \ 344 template(createCiConstantObject_name, "createCiConstantObject") \
345 template(createCiConstantObject_signature, "(Ljava/lang/Object;)Lcom/oracle/max/cri/ci/CiConstant;") \ 345 template(createCiConstantObject_signature, "(Ljava/lang/Object;)Lcom/oracle/max/cri/ci/CiConstant;") \
346 template(getVMExits_name, "getVMExits") \ 346 template(getVMExits_name, "getVMExits") \
347 template(getVMExits_signature, "()Lcom/oracle/graal/hotspot/bridge/VMToCompiler;") \ 347 template(getVMExits_signature, "()Lcom/oracle/graal/hotspot/bridge/VMToCompiler;") \
348 template(getInstance_name, "getInstance") \ 348 template(getInstance_name, "getInstance") \
349 template(initialize_name, "initialize") \ 349 template(initialize_name, "initialize") \
350 template(getInstance_signature, "()Lcom/oracle/graal/hotspot/Compiler;") \ 350 template(getInstance_signature, "()Lcom/oracle/graal/hotspot/Compiler;") \
351 template(forObject_name, "forObject") \ 351 template(forObject_name, "forObject") \
352 template(callbackInternal_name, "callbackInternal") \ 352 template(callbackInternal_name, "callbackInternal") \
353 template(callback_signature, "(Ljava/lang/Object;)Ljava/lang/Object;") \ 353 template(callback_signature, "(Ljava/lang/Object;)Ljava/lang/Object;") \
354 template(MethodInvalidatedException, "com/oracle/max/cri/ri/RiCompiledMethod$MethodInvalidatedException") \ 354 template(MethodInvalidatedException, "com/oracle/max/cri/ri/RiCompiledMethod$MethodInvalidatedException") \
355 \ 355 \