comparison src/share/vm/runtime/arguments.cpp @ 6580:d56d600819fe

moved AMD64 into its own (new) project: com.oracle.graal.amd64
author Doug Simon <doug.simon@oracle.com>
date Thu, 25 Oct 2012 12:52:54 +0200
parents ec196bfc458b
children c38f13903fdf
comparison
equal deleted inserted replaced
6579:77fb2026fcbe 6580:d56d600819fe
2146 2146
2147 // this declaration is checked for correctness by 'mx build' - only 2147 // this declaration is checked for correctness by 'mx build' - only
2148 // modify its entries, not its name or shape 2148 // modify its entries, not its name or shape
2149 const char* graal_projects[] = { 2149 const char* graal_projects[] = {
2150 #ifdef AMD64 2150 #ifdef AMD64
2151 "com.oracle.graal.amd64",
2151 "com.oracle.graal.asm.amd64", 2152 "com.oracle.graal.asm.amd64",
2152 "com.oracle.graal.lir.amd64", 2153 "com.oracle.graal.lir.amd64",
2153 "com.oracle.graal.compiler.amd64", 2154 "com.oracle.graal.compiler.amd64",
2154 "com.oracle.graal.hotspot.amd64", 2155 "com.oracle.graal.hotspot.amd64",
2155 #endif 2156 #endif