On Tue, 30 Mar 2021 01:40:02 GMT, David Holmes <dhol...@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 > > Great cleanup Harold! > > Thanks, > David Thanks Lois, Calvin, Coleen, and David for the reviews! ------------- PR: https://git.openjdk.java.net/jdk/pull/3247