On Mon, 5 Dec 2022 17:30:24 GMT, Doug Simon <dnsi...@openjdk.org> wrote:
>> 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); That looks okay to me. I don't have any other comments on this part. ------------- PR: https://git.openjdk.org/jdk/pull/11513