comparison src/share/vm/runtime/arguments.cpp @ 5570:30162e74f11f

Updated list of projects added to the bootclasspath.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 11 Jun 2012 17:04:59 +0200
parents 18f51ca0070f
children 957c266d8bc5
comparison
equal deleted inserted replaced
5569:af976ca29136 5570:30162e74f11f
2145 "com.oracle.max.cri", 2145 "com.oracle.max.cri",
2146 "com.oracle.graal.debug", 2146 "com.oracle.graal.debug",
2147 "com.oracle.graal.graph", 2147 "com.oracle.graal.graph",
2148 "com.oracle.graal.lir", 2148 "com.oracle.graal.lir",
2149 "com.oracle.graal.lir.amd64", 2149 "com.oracle.graal.lir.amd64",
2150 "com.oracle.graal.bytecode",
2150 "com.oracle.graal.java" 2151 "com.oracle.graal.java"
2151 }; 2152 };
2152 2153
2153 SysClassPath scp_compiler(""); 2154 SysClassPath scp_compiler("");
2154 const int len = sizeof(graal_projects) / sizeof(char*); 2155 const int len = sizeof(graal_projects) / sizeof(char*);