On Wed, 7 Apr 2021 14:19:50 GMT, Harold Seigel <hsei...@openjdk.org> wrote:
>> Please review this additional cleanup of use of TRAPS in hotspot runtime >> code. The changes were tested with Mach5 tiers 1-2 on Linux, Mac OS, and >> Windows and Mach5 tiers 3-5 on Linux x64. >> >> Thanks, Harold > > Harold Seigel has updated the pull request incrementally with one additional > commit since the last revision: > > remove unneeded statement Marked as reviewed by dcubed (Reviewer). src/hotspot/share/interpreter/bytecode.cpp line 160: > 158: } > 159: > 160: Handle Bytecode_invoke::appendix(TRAPS) { You might want to mention the removal of this function in the bug report so that it will show up in a JBS search. ------------- PR: https://git.openjdk.java.net/jdk/pull/3345