comparison src/share/vm/classfile/vmSymbols.hpp @ 13262:f13f6dc290c8

don't pass HotSpotResolvedObjectType to VMToCompiler.compileMethod but instead create it in Java code
author twisti
date Sun, 08 Dec 2013 14:33:38 -0800
parents 42aaf7306707
children dfb780080923
comparison
equal deleted inserted replaced
13261:0ffe9e4bb364 13262:f13f6dc290c8
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(compileTheWorld_name, "compileTheWorld") \
356 template(shutdownCompiler_name, "shutdownCompiler") \ 356 template(shutdownCompiler_name, "shutdownCompiler") \
357 template(compileMethod_name, "compileMethod") \ 357 template(compileMethod_name, "compileMethod") \
358 template(compileMethod_signature, "(JLcom/oracle/graal/hotspot/meta/HotSpotResolvedObjectType;IZ)V") \ 358 template(compileMethod_signature, "(JIZ)V") \
359 template(setOption_name, "setOption") \ 359 template(setOption_name, "setOption") \
360 template(setOption_signature, "(Ljava/lang/String;)Z") \ 360 template(setOption_signature, "(Ljava/lang/String;)Z") \
361 template(finalizeOptions_name, "finalizeOptions") \ 361 template(finalizeOptions_name, "finalizeOptions") \
362 template(createUnresolvedJavaMethod_name, "createUnresolvedJavaMethod") \ 362 template(createUnresolvedJavaMethod_name, "createUnresolvedJavaMethod") \
363 template(createUnresolvedJavaMethod_signature, "(Ljava/lang/String;Ljava/lang/String;Lcom/oracle/graal/api/meta/JavaType;)Lcom/oracle/graal/api/meta/JavaMethod;") \ 363 template(createUnresolvedJavaMethod_signature, "(Ljava/lang/String;Ljava/lang/String;Lcom/oracle/graal/api/meta/JavaType;)Lcom/oracle/graal/api/meta/JavaMethod;") \