comparison src/share/vm/runtime/arguments.cpp @ 5508:22fe762332af

Changes in C++ part for the Java renamings.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Jun 2012 18:37:15 +0200
parents af59b4dfc9e4
children 18f51ca0070f
comparison
equal deleted inserted replaced
5507:dc71b06d09f8 5508:22fe762332af
2128 if (PrintVMOptions) tty->print_cr("GRAAL=%s", graal_dir); 2128 if (PrintVMOptions) tty->print_cr("GRAAL=%s", graal_dir);
2129 2129
2130 // this declaration is checked for correctness by 'mx build' - only 2130 // this declaration is checked for correctness by 'mx build' - only
2131 // modify its entries, not its name or shape 2131 // modify its entries, not its name or shape
2132 const char* graal_projects[] = { 2132 const char* graal_projects[] = {
2133 "com.oracle.graal.api",
2134 "com.oracle.graal.api.meta",
2133 "com.oracle.max.criutils", 2135 "com.oracle.max.criutils",
2134 "com.oracle.graal.hotspot", 2136 "com.oracle.graal.hotspot",
2135 "com.oracle.max.asm", 2137 "com.oracle.max.asm",
2136 "com.oracle.graal.alloc", 2138 "com.oracle.graal.alloc",
2137 "com.oracle.graal.snippets", 2139 "com.oracle.graal.snippets",