mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8193897: JDK-8191374 caused windows_i586 build to fail
Reviewed-by: hseigel
This commit is contained in:
parent
114c1a7a69
commit
808189636a
1 changed files with 1 additions and 1 deletions
|
@ -803,7 +803,7 @@ void ClassLoader::setup_boot_search_path(const char *class_path) {
|
|||
bool set_base_piece = true;
|
||||
|
||||
#if INCLUDE_CDS
|
||||
if (DumpSharedSpaces || UseSharedSpaces) {
|
||||
if (DumpSharedSpaces) {
|
||||
if (!Arguments::has_jimage()) {
|
||||
vm_exit_during_initialization("CDS is not supported in exploded JDK build", NULL);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue