comparison src/share/vm/classfile/vmSymbols.hpp @ 12652:0dd597c6c9c7

fixed performance regression in hosted CompileTheWorld
author Doug Simon <doug.simon@oracle.com>
date Fri, 01 Nov 2013 13:07:22 +0100
parents f87c68d79f07
children f6c511451e4a
comparison
equal deleted inserted replaced
12651:c73b857b1be9 12652:0dd597c6c9c7
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 /* graal.truffle */ \ 351 /* graal.truffle */ \
352 template(com_oracle_graal_truffle_GraalTruffleRuntime, "com/oracle/graal/truffle/GraalTruffleRuntime") \ 352 template(com_oracle_graal_truffle_GraalTruffleRuntime, "com/oracle/graal/truffle/GraalTruffleRuntime") \
353 template(startCompiler_name, "startCompiler") \ 353 template(startCompiler_name, "startCompiler") \
354 template(bootstrap_name, "bootstrap") \ 354 template(bootstrap_name, "bootstrap") \
355 template(compileTheWorld_name, "compileTheWorld") \
355 template(shutdownCompiler_name, "shutdownCompiler") \ 356 template(shutdownCompiler_name, "shutdownCompiler") \
356 template(compileMethod_name, "compileMethod") \ 357 template(compileMethod_name, "compileMethod") \
357 template(compileMethod_signature, "(JLcom/oracle/graal/hotspot/meta/HotSpotResolvedObjectType;IZ)V") \ 358 template(compileMethod_signature, "(JLcom/oracle/graal/hotspot/meta/HotSpotResolvedObjectType;IZ)V") \
358 template(setOption_name, "setOption") \ 359 template(setOption_name, "setOption") \
359 template(setOption_signature, "(Ljava/lang/String;)Z") \ 360 template(setOption_signature, "(Ljava/lang/String;)Z") \