mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8068687: Remove meta-index support and cleanup hotspot code for rt.jar etc in non-modular jdk image
Remove the meta-index code and rt.jar code and comments Reviewed-by: mchung, gtriantafill
This commit is contained in:
parent
9604a593ee
commit
ce4261471b
8 changed files with 16 additions and 252 deletions
|
@ -109,8 +109,6 @@ SystemProperty *Arguments::_java_home = NULL;
|
|||
SystemProperty *Arguments::_java_class_path = NULL;
|
||||
SystemProperty *Arguments::_sun_boot_class_path = NULL;
|
||||
|
||||
char* Arguments::_meta_index_path = NULL;
|
||||
char* Arguments::_meta_index_dir = NULL;
|
||||
char* Arguments::_ext_dirs = NULL;
|
||||
|
||||
// Check if head of 'option' matches 'name', and sets 'tail' to the remaining
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue