comparison src/share/vm/classfile/vmSymbols.hpp @ 15582:063ec2920d21

made Graal runtime initialization in hosted mode lazy
author Doug Simon <doug.simon@oracle.com>
date Fri, 09 May 2014 18:46:41 +0200
parents a20be10ad437
children c73df62cbaee
comparison
equal deleted inserted replaced
15581:0dc0926cf0d8 15582:063ec2920d21
358 template(com_oracle_graal_api_code_RegisterSaveLayout, "com/oracle/graal/api/code/RegisterSaveLayout") \ 358 template(com_oracle_graal_api_code_RegisterSaveLayout, "com/oracle/graal/api/code/RegisterSaveLayout") \
359 template(com_oracle_graal_api_code_InvalidInstalledCodeException, "com/oracle/graal/api/code/InvalidInstalledCodeException") \ 359 template(com_oracle_graal_api_code_InvalidInstalledCodeException, "com/oracle/graal/api/code/InvalidInstalledCodeException") \
360 template(com_oracle_graal_api_code_SpeculationLog, "com/oracle/graal/api/code/SpeculationLog") \ 360 template(com_oracle_graal_api_code_SpeculationLog, "com/oracle/graal/api/code/SpeculationLog") \
361 /* graal.gpu */ \ 361 /* graal.gpu */ \
362 template(com_oracle_graal_gpu_ExternalCompilationResult, "com/oracle/graal/gpu/ExternalCompilationResult") \ 362 template(com_oracle_graal_gpu_ExternalCompilationResult, "com/oracle/graal/gpu/ExternalCompilationResult") \
363 /* graal.truffle */ \ 363 /* graal method and field names */ \
364 template(com_oracle_graal_truffle_hotspot_HotSpotTruffleRuntime, "com/oracle/graal/truffle/hotspot/HotSpotTruffleRuntime") \
365 template(startCompiler_name, "startCompiler") \
366 template(bootstrap_name, "bootstrap") \
367 template(compileTheWorld_name, "compileTheWorld") \
368 template(shutdownCompiler_name, "shutdownCompiler") \
369 template(compileMethod_name, "compileMethod") \ 364 template(compileMethod_name, "compileMethod") \
370 template(compileMethod_signature, "(JIJZ)V") \ 365 template(compileMethod_signature, "(JIJZ)V") \
371 template(setOption_name, "setOption") \ 366 template(setOption_name, "setOption") \
372 template(setOption_signature, "(Ljava/lang/String;)Z") \ 367 template(setOption_signature, "(Ljava/lang/String;)Z") \
373 template(finalizeOptions_name, "finalizeOptions") \
374 template(getVMToCompiler_name, "getVMToCompiler") \ 368 template(getVMToCompiler_name, "getVMToCompiler") \
375 template(getVMToCompiler_signature, "()Lcom/oracle/graal/hotspot/bridge/VMToCompiler;") \ 369 template(getVMToCompiler_signature, "()Lcom/oracle/graal/hotspot/bridge/VMToCompiler;") \
376 template(runtime_name, "runtime") \
377 template(runtime_signature, "()Lcom/oracle/graal/hotspot/HotSpotGraalRuntime;") \
378 template(makeInstance_name, "makeInstance") \
379 template(makeInstance_signature, "()Lcom/oracle/graal/truffle/hotspot/HotSpotTruffleRuntime;") \
380 template(initialize_name, "initialize") \
381 template(forObject_name, "forObject") \
382 template(callbackInternal_name, "callbackInternal") \
383 template(callback_signature, "(Ljava/lang/Object;)Ljava/lang/Object;") \
384 \ 370 \
385 /* common method and field names */ \ 371 /* common method and field names */ \
386 template(object_initializer_name, "<init>") \ 372 template(object_initializer_name, "<init>") \
387 template(class_initializer_name, "<clinit>") \ 373 template(class_initializer_name, "<clinit>") \
388 template(println_name, "println") \ 374 template(println_name, "println") \