comparison src/share/vm/runtime/arguments.cpp @ 2490:29246b1d2d3c

Renamed project HotSpotVM => Runtime
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 22 Apr 2011 15:22:45 +0200
parents 2ab52cda08e5
children 0654ee04b214
comparison
equal deleted inserted replaced
2297:099e697d8934 2490:29246b1d2d3c
2761 scp_p->add_prefix(temp); 2761 scp_p->add_prefix(temp);
2762 sprintf(temp, "%s/Base/bin", maxine_dir); 2762 sprintf(temp, "%s/Base/bin", maxine_dir);
2763 scp_p->add_prefix(temp); 2763 scp_p->add_prefix(temp);
2764 sprintf(temp, "%s/Assembler/bin", maxine_dir); 2764 sprintf(temp, "%s/Assembler/bin", maxine_dir);
2765 scp_p->add_prefix(temp); 2765 scp_p->add_prefix(temp);
2766 sprintf(temp, "%s/c1x4hotspotsrc/HotSpotVM/bin", graal_dir); 2766 sprintf(temp, "%s/graal/Runtime/bin", graal_dir);
2767 scp_p->add_prefix(temp); 2767 scp_p->add_prefix(temp);
2768 *scp_assembly_required_p = true; 2768 *scp_assembly_required_p = true;
2769 } else if (match_option(option, "-C1X:", &tail)) { // -C1X:xxxx 2769 } else if (match_option(option, "-C1X:", &tail)) { // -C1X:xxxx
2770 // Option for the C1X compiler. 2770 // Option for the C1X compiler.
2771 if (PrintVMOptions) { 2771 if (PrintVMOptions) {