On Mon, 5 Dec 2022 15:58:19 GMT, Alan Bateman <al...@openjdk.org> wrote:

>> 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".

I assume this function should therefore be named `is_module_observable`?

-------------

PR: https://git.openjdk.org/jdk/pull/11513

Reply via email to