RFR: 8362237: IllegalArgumentException in the launcher when exception without stack trace is thrown

Kevin Rushforth kcr at openjdk.org
Tue Jul 15 22:51:38 UTC 2025


On Tue, 15 Jul 2025 12:20:43 GMT, Christian Stein <cstein at openjdk.org> wrote:

> Please review this change introducing a range check before pruning
> stacktrace elements in source launch mode. An additional `null`-check
> was also added to this change set.

Looks good to me. I confirm that this also fixes [JDK-8314756](https://bugs.openjdk.org/browse/JDK-8314756). That bug can probably be closed as a duplicate of this one, JDK-8362237.

-------------

Marked as reviewed by kcr (Author).

PR Review: https://git.openjdk.org/jdk/pull/26315#pullrequestreview-3022557559


More information about the compiler-dev mailing list