< prev index next >

src/hotspot/share/classfile/modules.hpp

Print this page

*** 30,39 **** --- 30,40 ---- class ModuleEntryTable; class Symbol; class Modules : AllStatic { + static void check_cds_restrictions(TRAPS) NOT_CDS_JAVA_HEAP_RETURN; public: // define_module defines a module containing the specified packages. It binds the // module to its class loader by creating the ModuleEntry record in the // ClassLoader's ModuleEntry table, and creates PackageEntry records in the class
< prev index next >