diff src/share/vm/classfile/vmSymbols.hpp @ 15463:a20be10ad437

made Graal work with the HotSpot compiler queue and compiler threads, enabled by -XX:-UseGraalCompilationQueue
author Doug Simon <doug.simon@oracle.com>
date Fri, 02 May 2014 00:36:27 +0200
parents 0ba58961ba14
children 063ec2920d21
line wrap: on
line diff
--- a/src/share/vm/classfile/vmSymbols.hpp	Fri May 02 00:17:40 2014 +0200
+++ b/src/share/vm/classfile/vmSymbols.hpp	Fri May 02 00:36:27 2014 +0200
@@ -367,7 +367,7 @@
   template(compileTheWorld_name,                  "compileTheWorld")                                                                  \
   template(shutdownCompiler_name,                 "shutdownCompiler")                                                                 \
   template(compileMethod_name,                    "compileMethod")                                                                    \
-  template(compileMethod_signature,               "(JIZ)V")                                                                           \
+  template(compileMethod_signature,               "(JIJZ)V")                                                                          \
   template(setOption_name,                        "setOption")                                                                        \
   template(setOption_signature,                   "(Ljava/lang/String;)Z")                                                            \
   template(finalizeOptions_name,                  "finalizeOptions")                                                                  \