# HG changeset patch # User Doug Simon # Date 1305704645 -7200 # Node ID 8fcf5179aafdf0b18e07ab0ff127b2a022d1ccee # Parent 3396862d4cee800e84f360bd788046a1f583f5dd Sync with renames in Maxine code base. diff -r 3396862d4cee -r 8fcf5179aafd graal/hotspot/hotspot Default.launch --- a/graal/hotspot/hotspot Default.launch Wed May 18 08:54:51 2011 +0200 +++ b/graal/hotspot/hotspot Default.launch Wed May 18 09:44:05 2011 +0200 @@ -15,7 +15,7 @@ - + diff -r 3396862d4cee -r 8fcf5179aafd src/share/vm/runtime/arguments.cpp --- a/src/share/vm/runtime/arguments.cpp Wed May 18 08:54:51 2011 +0200 +++ b/src/share/vm/runtime/arguments.cpp Wed May 18 09:44:05 2011 +0200 @@ -2682,11 +2682,11 @@ fatal("Must set GRAAL environment variable to a Graal project directory."); } if (PrintVMOptions) tty->print_cr(" GRAAL=%s", graal_dir); - sprintf(temp, "%s/CRI/bin", maxine_dir); + sprintf(temp, "%s/com.oracle.max.cri/bin", maxine_dir); scp_p->add_prefix(temp); - sprintf(temp, "%s/Base/bin", maxine_dir); + sprintf(temp, "%s/com.oracle.max.base/bin", maxine_dir); scp_p->add_prefix(temp); - sprintf(temp, "%s/Assembler/bin", maxine_dir); + sprintf(temp, "%s/com.oracle.max.asmdis/bin", maxine_dir); scp_p->add_prefix(temp); sprintf(temp, "%s/com.oracle.max.asm/bin", maxine_dir); scp_p->add_prefix(temp);