comparison src/share/vm/runtime/arguments.cpp @ 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 409ef3a68dc8
children 37daba6a4e5a
comparison
equal deleted inserted replaced
3573:782ed8718420 3574:4e3bcc322fdc
2039 sprintf(temp, "%s/com.oracle.max.graal.graph/bin", maxine_dir); 2039 sprintf(temp, "%s/com.oracle.max.graal.graph/bin", maxine_dir);
2040 scp_compiler.add_prefix(temp); 2040 scp_compiler.add_prefix(temp);
2041 sprintf(temp, "%s/com.oracle.max.graal.compiler/bin", maxine_dir); 2041 sprintf(temp, "%s/com.oracle.max.graal.compiler/bin", maxine_dir);
2042 scp_compiler.add_prefix(temp); 2042 scp_compiler.add_prefix(temp);
2043 sprintf(temp, "%s/com.oracle.max.graal.nodes/bin", maxine_dir); 2043 sprintf(temp, "%s/com.oracle.max.graal.nodes/bin", maxine_dir);
2044 scp_compiler.add_prefix(temp);
2045 sprintf(temp, "%s/com.oracle.max.graal.snippets/bin", maxine_dir);
2044 scp_compiler.add_prefix(temp); 2046 scp_compiler.add_prefix(temp);
2045 sprintf(temp, "%s/com.oracle.max.graal.extensions/bin", maxine_dir); 2047 sprintf(temp, "%s/com.oracle.max.graal.extensions/bin", maxine_dir);
2046 scp_compiler.add_prefix(temp); 2048 scp_compiler.add_prefix(temp);
2047 sprintf(temp, "%s/com.oracle.max.graal.runtime/bin", maxine_dir); 2049 sprintf(temp, "%s/com.oracle.max.graal.runtime/bin", maxine_dir);
2048 scp_compiler.add_prefix(temp); 2050 scp_compiler.add_prefix(temp);