comparison src/share/vm/runtime/os.cpp @ 16877:6adb14d2320c

truffle.jar should always be on the bootclasspath regardless of the 'graal' status of the vm.
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 20 Aug 2014 17:10:13 +0200
parents addc0564e5b5
children 89152779163c
comparison
equal deleted inserted replaced
16876:9d4c73b0646e 16877:6adb14d2320c
1267 #ifdef __APPLE__ 1267 #ifdef __APPLE__
1268 "%/lib/JObjC.jar:" 1268 "%/lib/JObjC.jar:"
1269 #endif 1269 #endif
1270 #ifdef GRAAL 1270 #ifdef GRAAL
1271 "%/lib/graal-loader.jar:" 1271 "%/lib/graal-loader.jar:"
1272 #endif
1273 #ifndef NO_TRUFFLE_JAR
1272 "%/lib/truffle.jar:" 1274 "%/lib/truffle.jar:"
1273 #endif 1275 #endif
1274 "%/classes"; 1276 "%/classes";
1275 char* sysclasspath = format_boot_path(classpath_format, home, home_len, fileSep, pathSep); 1277 char* sysclasspath = format_boot_path(classpath_format, home, home_len, fileSep, pathSep);
1276 if (sysclasspath == NULL) return false; 1278 if (sysclasspath == NULL) return false;