src/hotspot/share/classfile/classListParser.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/hotspot/share/classfile/classListParser.cpp	Thu Aug 30 10:25:26 2018
--- new/src/hotspot/share/classfile/classListParser.cpp	Thu Aug 30 10:25:25 2018

*** 271,283 **** --- 271,283 ---- } // 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__))) ! // 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 // method in test/lib/jdk/test/lib/Platform.java. error("AppCDS custom class loaders not supported on this platform"); #endif

src/hotspot/share/classfile/classListParser.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File