On Mon, 5 Dec 2022 17:17:16 GMT, Doug Simon <dnsi...@openjdk.org> wrote:

>> 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`?

How about this:

// Determines if the named module is present in the
// modules jimage file or in the exploded modules directory.
static bool is_module_observable(const char* module_name);

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

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

Reply via email to