comparison src/share/vm/runtime/arguments.cpp @ 5512:18f51ca0070f

Changes in the C++ part according to the Java renamings.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Jun 2012 19:02:39 +0200
parents 22fe762332af
children 30162e74f11f
comparison
equal deleted inserted replaced
5511:fe3288796132 5512:18f51ca0070f
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", 2133 "com.oracle.graal.api",
2134 "com.oracle.graal.api.meta", 2134 "com.oracle.graal.api.meta",
2135 "com.oracle.graal.api.code",
2136 "com.oracle.graal.api.interpreter",
2135 "com.oracle.max.criutils", 2137 "com.oracle.max.criutils",
2136 "com.oracle.graal.hotspot", 2138 "com.oracle.graal.hotspot",
2137 "com.oracle.max.asm", 2139 "com.oracle.max.asm",
2138 "com.oracle.graal.alloc", 2140 "com.oracle.graal.alloc",
2139 "com.oracle.graal.snippets", 2141 "com.oracle.graal.snippets",