diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Thu Oct 25 12:42:25 2012 +0200
+++ b/src/share/vm/runtime/arguments.cpp	Thu Oct 25 12:52:54 2012 +0200
@@ -2148,6 +2148,7 @@
     // modify its entries, not its name or shape
     const char* graal_projects[] = {
 #ifdef AMD64
+        "com.oracle.graal.amd64",
         "com.oracle.graal.asm.amd64",
         "com.oracle.graal.lir.amd64",
         "com.oracle.graal.compiler.amd64",