comparison 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
comparison
equal deleted inserted replaced
2579:4984c8ebd6c7 2581:4a36a0bd6d18
2690 scp_p->add_prefix(temp); 2690 scp_p->add_prefix(temp);
2691 sprintf(temp, "%s/graal/GraalCompiler/bin", graal_dir); 2691 sprintf(temp, "%s/graal/GraalCompiler/bin", graal_dir);
2692 scp_p->add_prefix(temp); 2692 scp_p->add_prefix(temp);
2693 sprintf(temp, "%s/graal/GraalRuntime/bin", graal_dir); 2693 sprintf(temp, "%s/graal/GraalRuntime/bin", graal_dir);
2694 scp_p->add_prefix(temp); 2694 scp_p->add_prefix(temp);
2695 sprintf(temp, "%s/graal/GraalGraph/bin", graal_dir);
2696 scp_p->add_prefix(temp);
2695 *scp_assembly_required_p = true; 2697 *scp_assembly_required_p = true;
2696 } else if (match_option(option, "-C1X:", &tail)) { // -C1X:xxxx 2698 } else if (match_option(option, "-C1X:", &tail)) { // -C1X:xxxx
2697 // Option for the C1X compiler. 2699 // Option for the C1X compiler.
2698 if (PrintVMOptions) { 2700 if (PrintVMOptions) {
2699 tty->print_cr("C1X option %s", tail); 2701 tty->print_cr("C1X option %s", tail);