changeset 10023:3d4cdc2de2c1

Temporarily changed compilation policy to 0.
author Christian Haeubl <haeubl@ssw.jku.at>
date Thu, 13 Jun 2013 14:45:32 +0200
parents 3ce140f4f2c9
children b2934877ba61
files src/share/vm/runtime/globals.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Jun 13 14:44:33 2013 +0200
+++ b/src/share/vm/runtime/globals.hpp	Thu Jun 13 14:45:32 2013 +0200
@@ -2394,7 +2394,7 @@
   product(intx, CICompilerCount, CI_COMPILER_COUNT,                         \
           "Number of compiler threads to run")                              \
                                                                             \
-  product(intx, CompilationPolicyChoice, NOT_GRAALVM(0) GRAALVM_ONLY(4),    \
+  product(intx, CompilationPolicyChoice, 0,                                 \
           "which compilation policy (0/1)")                                 \
                                                                             \
   develop(bool, UseStackBanging, true,                                      \