RFR: 8273563: Improve performance of implicit exceptions with -XX:-OmitStackTraceInFastThrow [v2]
Richard Reingruber
rrich at openjdk.java.net
Fri Sep 24 13:33:55 UTC 2021
On Tue, 21 Sep 2021 18:09:48 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> Would be interesting to know what else benefits from it. Maybe startup performance (class loading may use many Exceptions).
That's true. Many exceptions are thrown in classloading but these are not builtin exceptions and therefore not affected.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5488
More information about the hotspot-compiler-dev
mailing list