--- old/src/hotspot/share/classfile/classListParser.cpp 2020-05-01 02:25:56.296049047 -0700 +++ new/src/hotspot/share/classfile/classListParser.cpp 2020-05-01 02:25:55.920041814 -0700 @@ -280,7 +280,7 @@ // This function is used for loading classes for customized class loaders // during archive dumping. InstanceKlass* ClassListParser::load_class_from_source(Symbol* class_name, TRAPS) { -#if !(defined(_LP64) && (defined(LINUX)|| defined(SOLARIS) || defined(__APPLE__))) +#if !(defined(_LP64) && (defined(LINUX) || defined(__APPLE__))) // The only supported platforms are: (1) Linux/64-bit and (2) Solaris/64-bit and // (3) MacOSX/64-bit // This #if condition should be in sync with the areCustomLoadersSupportedForCDS