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