mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-19 18:07:49 +00:00
7025628: Remove the temporary hack added for jdk modularization in hotspot
Removed Reviewed-by: ohair, coleenp
This commit is contained in:
parent
5b717e764a
commit
a5327b368f
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user