diff src/share/vm/runtime/os.cpp @ 21796:1c22030625eb

moved putting truffle.jar on the boot class path from the VM to mx (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Mon, 08 Jun 2015 22:32:04 +0200
parents 71b338926f2e
children
line wrap: on
line diff
--- a/src/share/vm/runtime/os.cpp	Mon Jun 08 22:21:12 2015 +0200
+++ b/src/share/vm/runtime/os.cpp	Mon Jun 08 22:32:04 2015 +0200
@@ -1192,9 +1192,6 @@
 #ifdef JVMCI
         "%/lib/jvmci-service.jar:"
 #endif
-#ifndef NO_TRUFFLE_JAR
-        "%/lib/truffle.jar:"
-#endif
         "%/classes";
     char* sysclasspath = format_boot_path(classpath_format, home, home_len, fileSep, pathSep);
     if (sysclasspath == NULL) return false;