changeset 15400:619e823d69c4

graal init: improve help text
author Bernhard Urban <bernhard.urban@jku.at>
date Fri, 25 Apr 2014 12:01:29 +0200
parents 40d0022115ee
children 27fa615f5a1c
files src/share/vm/graal/graalGlobals.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/graal/graalGlobals.hpp	Mon Apr 28 11:18:15 2014 +0200
+++ b/src/share/vm/graal/graalGlobals.hpp	Fri Apr 25 12:01:29 2014 +0200
@@ -53,7 +53,7 @@
           "Bootstrap Graal before running Java main method"))               \
                                                                             \
   product(bool, ForceGraalInitialization, false,                            \
-          "Force VM to initialize the Compiler although not used")          \
+          "Force VM to initialize the compiler even if not used")           \
                                                                             \
   product(intx, TraceGraal, 0,                                              \
           "Trace level for Graal")                                          \