diff src/share/vm/classfile/vmSymbols.hpp @ 3651:a31028282e3e

Support blocking compilation.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 16 Nov 2011 23:35:03 +0100
parents 0e8a2a629afb
children 5c8fc9f05960
line wrap: on
line diff
--- a/src/share/vm/classfile/vmSymbols.hpp	Wed Nov 16 21:27:28 2011 +0100
+++ b/src/share/vm/classfile/vmSymbols.hpp	Wed Nov 16 23:35:03 2011 +0100
@@ -306,7 +306,7 @@
   template(shutdownCompiler_name,                     "shutdownCompiler")                                               \
   template(compileMethod_name,                        "compileMethod")                                                  \
   template(pollJavaQueue_name,                        "pollJavaQueue")                                                  \
-  template(compileMethod_signature,                   "(Lcom/oracle/max/graal/hotspot/HotSpotMethodResolved;I)V")       \
+  template(compileMethod_signature,                   "(Lcom/oracle/max/graal/hotspot/HotSpotMethodResolved;IZ)V")      \
   template(setOption_name,                            "setOption")                                                      \
   template(setDefaultOptions_name,                    "setDefaultOptions")                                              \
   template(setOption_signature,                       "(Ljava/lang/String;)Z")                                          \