diff src/share/vm/runtime/arguments.cpp @ 2581:4a36a0bd6d18

added GraalGraph to classpath, Node as superclass of Value
author Lukas Stadler <lukas.stadler@jku.at>
date Thu, 05 May 2011 13:27:48 +0200
parents 62feb6fd69a9
children 3558ca7088c0
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Wed May 04 18:57:26 2011 +0200
+++ b/src/share/vm/runtime/arguments.cpp	Thu May 05 13:27:48 2011 +0200
@@ -2692,6 +2692,8 @@
       scp_p->add_prefix(temp);
       sprintf(temp, "%s/graal/GraalRuntime/bin", graal_dir);
       scp_p->add_prefix(temp);
+      sprintf(temp, "%s/graal/GraalGraph/bin", graal_dir);
+      scp_p->add_prefix(temp);
       *scp_assembly_required_p = true;
     } else if (match_option(option, "-C1X:", &tail)) { // -C1X:xxxx
       // Option for the C1X compiler.