--- old/src/hotspot/share/classfile/modules.hpp 2018-04-09 15:32:59.321130670 -0700 +++ new/src/hotspot/share/classfile/modules.hpp 2018-04-09 15:32:59.055105581 -0700 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved. +* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -28,6 +28,7 @@ #include "memory/allocation.hpp" #include "runtime/handles.hpp" +class ModuleEntryTable; class Symbol; class Modules : AllStatic { @@ -122,6 +123,7 @@ // Return TRUE iff package is defined by loader static bool is_package_defined(Symbol* package_name, Handle h_loader, TRAPS); + static ModuleEntryTable* get_module_entry_table(Handle h_loader); }; #endif // SHARE_VM_CLASSFILE_MODULES_HPP