diff src/share/vm/runtime/arguments.hpp @ 7125:1baf7f1e3f23

decoupled C++ Graal runtime from C1
author Doug Simon <doug.simon@oracle.com>
date Mon, 03 Dec 2012 15:32:17 +0100
parents e522a00b91aa
children 291ffc492eb6
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.hpp	Mon Dec 03 13:56:13 2012 +0100
+++ b/src/share/vm/runtime/arguments.hpp	Mon Dec 03 15:32:17 2012 +0100
@@ -229,7 +229,7 @@
   static char** _jvm_args_array;
   static int    _num_jvm_args;
 #ifdef GRAAL
-  // an array containing all graal arguments specified in the command line
+  // an array containing all Graal arguments specified in the command line
   static char** _graal_args_array;
   static int    _num_graal_args;
 #endif