diff src/share/vm/runtime/arguments.cpp @ 3586:7604c69a6301

rename com.oracle.max.graal.runtime to com.oracle.max.graal.hotspot
author Gilles Duboscq <gilles.m.duboscq@gmail.com>
date Fri, 07 Oct 2011 16:49:07 +0200
parents 5a4295ccaaea
children 3822c5969a8b
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Thu Oct 06 17:14:21 2011 +0200
+++ b/src/share/vm/runtime/arguments.cpp	Fri Oct 07 16:49:07 2011 +0200
@@ -2050,7 +2050,7 @@
     scp_compiler.add_prefix(temp);
     sprintf(temp, "%s/com.oracle.max.graal.extensions/bin", maxine_dir);
     scp_compiler.add_prefix(temp);
-    sprintf(temp, "%s/com.oracle.max.graal.runtime/bin", maxine_dir);
+    sprintf(temp, "%s/com.oracle.max.graal.hotspot/bin", maxine_dir);
     scp_compiler.add_prefix(temp);
     sprintf(temp, "%s/com.oracle.max.graal.graphviz/bin", maxine_dir);
     scp_compiler.add_prefix(temp);