RFR: 8298099: [JVMCI] decouple libgraal from JVMCI module at runtime [v2]
Alan Bateman
alanb at openjdk.org
Mon Dec 5 16:02:11 UTC 2022
On Mon, 5 Dec 2022 13:53:07 GMT, Doug Simon <dnsimon at 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
More information about the hotspot-dev
mailing list