comparison src/share/vm/classfile/vmSymbols.hpp @ 13254:42aaf7306707

Teach Graal about Symbol and ConstantPool so we can move more logic into Java. We'll see how that ends...
author twisti
date Thu, 05 Dec 2013 18:13:04 -0800
parents c0b0974dd509
children f13f6dc290c8
comparison
equal deleted inserted replaced
13253:4d1cd29cceb0 13254:42aaf7306707
373 template(createResolvedJavaType_signature, "(JLjava/lang/String;Ljava/lang/String;Ljava/lang/Class;I)Lcom/oracle/graal/api/meta/ResolvedJavaType;") \ 373 template(createResolvedJavaType_signature, "(JLjava/lang/String;Ljava/lang/String;Ljava/lang/Class;I)Lcom/oracle/graal/api/meta/ResolvedJavaType;") \
374 template(createPrimitiveJavaType_name, "createPrimitiveJavaType") \ 374 template(createPrimitiveJavaType_name, "createPrimitiveJavaType") \
375 template(createPrimitiveJavaType_signature, "(I)Lcom/oracle/graal/api/meta/JavaType;") \ 375 template(createPrimitiveJavaType_signature, "(I)Lcom/oracle/graal/api/meta/JavaType;") \
376 template(createLocalImpl_name, "createLocalImpl") \ 376 template(createLocalImpl_name, "createLocalImpl") \
377 template(createLocalImpl_signature, "(Ljava/lang/String;Ljava/lang/String;Lcom/oracle/graal/hotspot/meta/HotSpotResolvedObjectType;III)Lcom/oracle/graal/hotspot/debug/LocalImpl;") \ 377 template(createLocalImpl_signature, "(Ljava/lang/String;Ljava/lang/String;Lcom/oracle/graal/hotspot/meta/HotSpotResolvedObjectType;III)Lcom/oracle/graal/hotspot/debug/LocalImpl;") \
378 template(createConstant_name, "createConstant") \
379 template(createConstant_signature, "(Lcom/oracle/graal/api/meta/Kind;J)Lcom/oracle/graal/api/meta/Constant;") \
380 template(createConstantFloat_name, "createConstantFloat") \
381 template(createConstantFloat_signature, "(F)Lcom/oracle/graal/api/meta/Constant;") \
382 template(createConstantDouble_name, "createConstantDouble") \
383 template(createConstantDouble_signature, "(D)Lcom/oracle/graal/api/meta/Constant;") \
384 template(createConstantObject_name, "createConstantObject") \
385 template(createConstantObject_signature, "(Ljava/lang/Object;)Lcom/oracle/graal/api/meta/Constant;") \
386 template(getVMToCompiler_name, "getVMToCompiler") \ 378 template(getVMToCompiler_name, "getVMToCompiler") \
387 template(getVMToCompiler_signature, "()Lcom/oracle/graal/hotspot/bridge/VMToCompiler;") \ 379 template(getVMToCompiler_signature, "()Lcom/oracle/graal/hotspot/bridge/VMToCompiler;") \
388 template(runtime_name, "runtime") \ 380 template(runtime_name, "runtime") \
389 template(runtime_signature, "()Lcom/oracle/graal/hotspot/HotSpotGraalRuntime;") \ 381 template(runtime_signature, "()Lcom/oracle/graal/hotspot/HotSpotGraalRuntime;") \
390 template(makeInstance_name, "makeInstance") \ 382 template(makeInstance_name, "makeInstance") \