changeset 3574:4e3bcc322fdc

Added snippets project to bootstrap classpath.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 12 Sep 2011 18:19:20 +0200
parents 782ed8718420
children 37daba6a4e5a c94966c5fb41
files src/share/vm/runtime/arguments.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Wed Sep 07 16:45:01 2011 +0200
+++ b/src/share/vm/runtime/arguments.cpp	Mon Sep 12 18:19:20 2011 +0200
@@ -2042,6 +2042,8 @@
     scp_compiler.add_prefix(temp);
     sprintf(temp, "%s/com.oracle.max.graal.nodes/bin", maxine_dir);
     scp_compiler.add_prefix(temp);
+    sprintf(temp, "%s/com.oracle.max.graal.snippets/bin", maxine_dir);
+    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);