RFR: 8298099: [JVMCI] decouple libgraal from JVMCI module at runtime [v2]
Doug Simon
dnsimon at openjdk.org
Mon Dec 5 17:21:18 UTC 2022
On Mon, 5 Dec 2022 15:58:19 GMT, Alan Bateman <alanb at 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
More information about the core-libs-dev
mailing list