On Wed, 7 Jul 2021 14:28:27 GMT, Erik Gahlin <egahlin at openjdk.org> wrote:
> The large check should only happen once
`if (written > 127) {` in EventWriterHost::end_event_write could also be eliminated.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4670