7025628: Remove the temporary hack added for jdk modularization in hotspot

Removed

Reviewed-by: ohair, coleenp
This commit is contained in:
Mandy Chung 2011-03-22 18:04:03 -04:00
parent 5b717e764a
commit a5327b368f

View file

@ -1079,11 +1079,6 @@ bool os::set_boot_path(char fileSep, char pathSep) {
"%/lib/jsse.jar:"
"%/lib/jce.jar:"
"%/lib/charsets.jar:"
// ## TEMPORARY hack to keep the legacy launcher working when
// ## only the boot module is installed (cf. j.l.ClassLoader)
"%/lib/modules/jdk.boot.jar:"
"%/classes";
char* sysclasspath = format_boot_path(classpath_format, home, home_len, fileSep, pathSep);
if (sysclasspath == NULL) return false;