8282986: Remove "system" in boot class path names

Reviewed-by: iklam, dholmes
This commit is contained in:
Coleen Phillimore 2022-07-07 15:27:55 +00:00
parent 74ca6ca25b
commit 8e7b45b820
6 changed files with 25 additions and 25 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -447,7 +447,7 @@ void Modules::define_module(Handle module, jboolean is_open, jstring version,
}
// If the module is defined to the boot loader and an exploded build is being
// used, prepend <java.home>/modules/modules_name to the system boot class path.
// used, prepend <java.home>/modules/modules_name to the boot class path.
if (h_loader.is_null() && !ClassLoader::has_jrt_entry()) {
ClassLoader::add_to_exploded_build_list(THREAD, module_symbol);
}