changeset 2511:62feb6fd69a9

Adjusted classpaths such that new graalvm repo structure works.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 27 Apr 2011 12:14:48 +0200
parents 206c5144fe1d
children 7f44417fb32f
files src/share/vm/runtime/arguments.cpp
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Wed Apr 27 11:53:40 2011 +0200
+++ b/src/share/vm/runtime/arguments.cpp	Wed Apr 27 12:14:48 2011 +0200
@@ -2682,15 +2682,15 @@
         fatal("Must set GRAAL environment variable to a Graal project directory.");
       }
       if (PrintVMOptions) tty->print_cr(" GRAAL=%s", graal_dir);
-      sprintf(temp, "%s/C1X/bin", maxine_dir);
-      scp_p->add_prefix(temp);
       sprintf(temp, "%s/CRI/bin", maxine_dir);
       scp_p->add_prefix(temp);
       sprintf(temp, "%s/Base/bin", maxine_dir);
       scp_p->add_prefix(temp);
       sprintf(temp, "%s/Assembler/bin", maxine_dir);
       scp_p->add_prefix(temp);
-      sprintf(temp, "%s/graal/Runtime/bin", graal_dir);
+      sprintf(temp, "%s/graal/GraalCompiler/bin", graal_dir);
+      scp_p->add_prefix(temp);
+      sprintf(temp, "%s/graal/GraalRuntime/bin", graal_dir);
       scp_p->add_prefix(temp);
       *scp_assembly_required_p = true;
     } else if (match_option(option, "-C1X:", &tail)) { // -C1X:xxxx