On Mon, 5 Dec 2022 13:53:07 GMT, Doug Simon <dnsi...@openjdk.org> wrote:
>> Doug Simon has updated the pull request incrementally with one additional >> commit since the last revision: >> >> generalized ClassLoader::has_jvmci_module to is_module_resolvable > > src/hotspot/share/classfile/classLoader.hpp line 378: > >> 376: >> 377: // Determines if the `module_name` module is resolvable. >> 378: static bool is_module_resolvable(const char* module_name); > > Is "resolvable" the right concept here? Or should it be something like > "findable" instead? Assuming --limit-modules isn't used, it is testing if the module is "observable". ------------- PR: https://git.openjdk.org/jdk/pull/11513