8193897: JDK-8191374 caused windows_i586 build to fail
authoriklam
Wed, 20 Dec 2017 11:30:23 -0800
changeset 48473 9a5bcee1a706
parent 48472 de2e4ff493bf
child 48474 6e69aea2aee7
8193897: JDK-8191374 caused windows_i586 build to fail Reviewed-by: hseigel
src/hotspot/share/classfile/classLoader.cpp
--- a/src/hotspot/share/classfile/classLoader.cpp	Wed Dec 20 10:05:09 2017 -0500
+++ b/src/hotspot/share/classfile/classLoader.cpp	Wed Dec 20 11:30:23 2017 -0800
@@ -803,7 +803,7 @@
   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);
     }