comparison src/share/vm/classfile/vmSymbols.hpp @ 15018:db4254246f9a

Remove Constant.forObject and Constant.asObject to improve compiler/VM separation
author Christian Wimmer <christian.wimmer@oracle.com>
date Mon, 07 Apr 2014 16:09:17 -0700
parents 4062efea018b
children 36e1a11a72b3
comparison
equal deleted inserted replaced
15017:ff5660822992 15018:db4254246f9a
313 template(com_oracle_graal_hotspot_meta_HotSpotNmethod, "com/oracle/graal/hotspot/meta/HotSpotNmethod") \ 313 template(com_oracle_graal_hotspot_meta_HotSpotNmethod, "com/oracle/graal/hotspot/meta/HotSpotNmethod") \
314 template(com_oracle_graal_hotspot_meta_HotSpotJavaType, "com/oracle/graal/hotspot/meta/HotSpotJavaType") \ 314 template(com_oracle_graal_hotspot_meta_HotSpotJavaType, "com/oracle/graal/hotspot/meta/HotSpotJavaType") \
315 template(com_oracle_graal_hotspot_meta_HotSpotResolvedJavaMethod, "com/oracle/graal/hotspot/meta/HotSpotResolvedJavaMethod") \ 315 template(com_oracle_graal_hotspot_meta_HotSpotResolvedJavaMethod, "com/oracle/graal/hotspot/meta/HotSpotResolvedJavaMethod") \
316 template(com_oracle_graal_hotspot_meta_HotSpotResolvedObjectType, "com/oracle/graal/hotspot/meta/HotSpotResolvedObjectType") \ 316 template(com_oracle_graal_hotspot_meta_HotSpotResolvedObjectType, "com/oracle/graal/hotspot/meta/HotSpotResolvedObjectType") \
317 template(com_oracle_graal_hotspot_meta_HotSpotMonitorValue, "com/oracle/graal/hotspot/meta/HotSpotMonitorValue") \ 317 template(com_oracle_graal_hotspot_meta_HotSpotMonitorValue, "com/oracle/graal/hotspot/meta/HotSpotMonitorValue") \
318 template(com_oracle_graal_hotspot_meta_HotSpotObjectConstant, "com/oracle/graal/hotspot/meta/HotSpotObjectConstant") \
319 template(com_oracle_graal_hotspot_meta_HotSpotMetaspaceConstant, "com/oracle/graal/hotspot/meta/HotSpotMetaspaceConstant") \
318 /* graal.api.meta */ \ 320 /* graal.api.meta */ \
319 template(com_oracle_graal_api_meta_Constant, "com/oracle/graal/api/meta/Constant") \ 321 template(com_oracle_graal_api_meta_Constant, "com/oracle/graal/api/meta/Constant") \
322 template(com_oracle_graal_api_meta_PrimitiveConstant, "com/oracle/graal/api/meta/PrimitiveConstant") \
323 template(com_oracle_graal_api_meta_NullConstant, "com/oracle/graal/api/meta/NullConstant") \
320 template(com_oracle_graal_api_meta_ConstantPool, "com/oracle/graal/api/meta/ConstantPool") \ 324 template(com_oracle_graal_api_meta_ConstantPool, "com/oracle/graal/api/meta/ConstantPool") \
321 template(com_oracle_graal_api_meta_ExceptionHandler, "com/oracle/graal/api/meta/ExceptionHandler") \ 325 template(com_oracle_graal_api_meta_ExceptionHandler, "com/oracle/graal/api/meta/ExceptionHandler") \
322 template(com_oracle_graal_api_meta_JavaMethod, "com/oracle/graal/api/meta/JavaMethod") \ 326 template(com_oracle_graal_api_meta_JavaMethod, "com/oracle/graal/api/meta/JavaMethod") \
323 template(com_oracle_graal_api_meta_JavaType, "com/oracle/graal/api/meta/JavaType") \ 327 template(com_oracle_graal_api_meta_JavaType, "com/oracle/graal/api/meta/JavaType") \
324 template(com_oracle_graal_api_meta_Kind, "com/oracle/graal/api/meta/Kind") \ 328 template(com_oracle_graal_api_meta_Kind, "com/oracle/graal/api/meta/Kind") \
350 template(com_oracle_graal_api_code_InvalidInstalledCodeException, "com/oracle/graal/api/code/InvalidInstalledCodeException") \ 354 template(com_oracle_graal_api_code_InvalidInstalledCodeException, "com/oracle/graal/api/code/InvalidInstalledCodeException") \
351 template(com_oracle_graal_api_code_SpeculationLog, "com/oracle/graal/api/code/SpeculationLog") \ 355 template(com_oracle_graal_api_code_SpeculationLog, "com/oracle/graal/api/code/SpeculationLog") \
352 /* graal.gpu */ \ 356 /* graal.gpu */ \
353 template(com_oracle_graal_gpu_ExternalCompilationResult, "com/oracle/graal/gpu/ExternalCompilationResult") \ 357 template(com_oracle_graal_gpu_ExternalCompilationResult, "com/oracle/graal/gpu/ExternalCompilationResult") \
354 /* graal.truffle */ \ 358 /* graal.truffle */ \
355 template(com_oracle_graal_truffle_GraalTruffleRuntime, "com/oracle/graal/truffle/GraalTruffleRuntime") \ 359 template(com_oracle_graal_truffle_hotspot_HotSpotTruffleRuntime, "com/oracle/graal/truffle/hotspot/HotSpotTruffleRuntime") \
356 template(startCompiler_name, "startCompiler") \ 360 template(startCompiler_name, "startCompiler") \
357 template(bootstrap_name, "bootstrap") \ 361 template(bootstrap_name, "bootstrap") \
358 template(compileTheWorld_name, "compileTheWorld") \ 362 template(compileTheWorld_name, "compileTheWorld") \
359 template(shutdownCompiler_name, "shutdownCompiler") \ 363 template(shutdownCompiler_name, "shutdownCompiler") \
360 template(compileMethod_name, "compileMethod") \ 364 template(compileMethod_name, "compileMethod") \
365 template(getVMToCompiler_name, "getVMToCompiler") \ 369 template(getVMToCompiler_name, "getVMToCompiler") \
366 template(getVMToCompiler_signature, "()Lcom/oracle/graal/hotspot/bridge/VMToCompiler;") \ 370 template(getVMToCompiler_signature, "()Lcom/oracle/graal/hotspot/bridge/VMToCompiler;") \
367 template(runtime_name, "runtime") \ 371 template(runtime_name, "runtime") \
368 template(runtime_signature, "()Lcom/oracle/graal/hotspot/HotSpotGraalRuntime;") \ 372 template(runtime_signature, "()Lcom/oracle/graal/hotspot/HotSpotGraalRuntime;") \
369 template(makeInstance_name, "makeInstance") \ 373 template(makeInstance_name, "makeInstance") \
370 template(makeInstance_signature, "()Lcom/oracle/graal/truffle/GraalTruffleRuntime;") \ 374 template(makeInstance_signature, "()Lcom/oracle/graal/truffle/hotspot/HotSpotTruffleRuntime;") \
371 template(initialize_name, "initialize") \ 375 template(initialize_name, "initialize") \
372 template(forObject_name, "forObject") \ 376 template(forObject_name, "forObject") \
373 template(callbackInternal_name, "callbackInternal") \ 377 template(callbackInternal_name, "callbackInternal") \
374 template(callback_signature, "(Ljava/lang/Object;)Ljava/lang/Object;") \ 378 template(callback_signature, "(Ljava/lang/Object;)Ljava/lang/Object;") \
375 \ 379 \