mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02: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
1 changed files with 0 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue