On Mon, 29 Mar 2021 17:40:09 GMT, Harold Seigel <hsei...@openjdk.org> wrote:
> Please review this change for JDK-8264193 to remove unneeded TRAPS parameters > from modules and default methods files. Besides removing TRAPS, > Modules::get_named_module() was changed to return an oop instead of a > jobject, removing its need for a TRAPS parameter. > > This change was tested with Mach5 tiers 1 and 2 on Linux, Mac OS, and > Windows, and Mach5 tiers 3-5 on Linux x64. > > Thanks, Harold Looks good!! ------------- Marked as reviewed by coleenp (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/3247