RFR: 8298099: [JVMCI] decouple libgraal from JVMCI module at runtime [v2]

Alan Bateman alanb at openjdk.org
Thu Dec 8 07:17:05 UTC 2022


On Mon, 5 Dec 2022 17:30:24 GMT, Doug Simon <dnsimon at 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


More information about the hotspot-dev mailing list