diff src/share/vm/runtime/globals.hpp @ 5747:120820e30baa

added basic high-level interpreter support to HotSpot
author Christian Haeubl <haeubl@ssw.jku.at>
date Tue, 03 Jul 2012 16:56:40 +0200
parents f536a459c2d3
children 957c266d8bc5
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Tue Jul 03 15:00:23 2012 +0200
+++ b/src/share/vm/runtime/globals.hpp	Tue Jul 03 16:56:40 2012 +0200
@@ -631,6 +631,15 @@
   develop(bool, InlineAtomicLong, true,                                     \
           "inline sun.misc.AtomicLong")                                     \
                                                                             \
+  product(ccstr, HighLevelInterpreterClass, NULL,                           \
+          "fully qualified class name of the high-level interpreter")       \
+                                                                            \
+  product(ccstr, HighLevelInterpreterArguments, NULL,                       \
+          "arguments that are passed to the high-level interpreter")        \
+                                                                            \
+  notproduct(bool, PrintHighLevelInterpreterVMTransitions, false,           \
+          "print transitions between VM and high-level interpreter")        \
+                                                                            \
   develop(bool, InlineThreadNatives, true,                                  \
           "inline Thread.currentThread, etc")                               \
                                                                             \