comparison src/share/vm/runtime/arguments.cpp @ 2689:8fcf5179aafd

Sync with renames in Maxine code base.
author Doug Simon <doug.simon@oracle.com>
date Wed, 18 May 2011 09:44:05 +0200
parents 0ea5f12e873a
children 810e2d253e00
comparison
equal deleted inserted replaced
2688:3396862d4cee 2689:8fcf5179aafd
2680 if (PrintVMOptions) tty->print("MAXINE=%s", maxine_dir); 2680 if (PrintVMOptions) tty->print("MAXINE=%s", maxine_dir);
2681 if (!os::getenv("GRAAL", graal_dir, sizeof(graal_dir))) { 2681 if (!os::getenv("GRAAL", graal_dir, sizeof(graal_dir))) {
2682 fatal("Must set GRAAL environment variable to a Graal project directory."); 2682 fatal("Must set GRAAL environment variable to a Graal project directory.");
2683 } 2683 }
2684 if (PrintVMOptions) tty->print_cr(" GRAAL=%s", graal_dir); 2684 if (PrintVMOptions) tty->print_cr(" GRAAL=%s", graal_dir);
2685 sprintf(temp, "%s/CRI/bin", maxine_dir); 2685 sprintf(temp, "%s/com.oracle.max.cri/bin", maxine_dir);
2686 scp_p->add_prefix(temp); 2686 scp_p->add_prefix(temp);
2687 sprintf(temp, "%s/Base/bin", maxine_dir); 2687 sprintf(temp, "%s/com.oracle.max.base/bin", maxine_dir);
2688 scp_p->add_prefix(temp); 2688 scp_p->add_prefix(temp);
2689 sprintf(temp, "%s/Assembler/bin", maxine_dir); 2689 sprintf(temp, "%s/com.oracle.max.asmdis/bin", maxine_dir);
2690 scp_p->add_prefix(temp); 2690 scp_p->add_prefix(temp);
2691 sprintf(temp, "%s/com.oracle.max.asm/bin", maxine_dir); 2691 sprintf(temp, "%s/com.oracle.max.asm/bin", maxine_dir);
2692 scp_p->add_prefix(temp); 2692 scp_p->add_prefix(temp);
2693 sprintf(temp, "%s/graal/GraalCompiler/bin", graal_dir); 2693 sprintf(temp, "%s/graal/GraalCompiler/bin", graal_dir);
2694 scp_p->add_prefix(temp); 2694 scp_p->add_prefix(temp);