diff src/share/vm/graal/graalGlobals.hpp @ 7217:fdba3a43483a

removed unused C++ globals
author Christian Haeubl <haeubl@ssw.jku.at>
date Tue, 04 Dec 2012 14:57:13 +0100
parents 1baf7f1e3f23
children 8a3efb8c831d
line wrap: on
line diff
--- a/src/share/vm/graal/graalGlobals.hpp	Tue Dec 04 11:14:23 2012 +0100
+++ b/src/share/vm/graal/graalGlobals.hpp	Tue Dec 04 14:57:13 2012 +0100
@@ -51,7 +51,7 @@
           "Bootstrap Graal before running Java main method")                \
                                                                             \
   product(ccstr, GraalClassPath, NULL,                                      \
-          "Use the class path for Graal classes")                           \
+          "Use this path, zip, or jar, to locate Graal-specific classes")   \
                                                                             \
   product(intx, TraceGraal, 0,                                              \
           "Trace level for Graal")                                          \
@@ -62,9 +62,6 @@
   product_pd(intx, SafepointPollOffset,                                     \
           "Offset added to polling address (Intel only)")                   \
                                                                             \
-  develop(bool, UseFastNewInstance, true,                                   \
-          "Use fast inlined instance allocation")                           \
-                                                                            \
   develop(bool, UseFastNewTypeArray, true,                                  \
           "Use fast inlined type array allocation")                         \
                                                                             \