RFR: 8362237: IllegalArgumentException in the launcher when exception without stack trace is thrown [v2]
Christian Stein
cstein at openjdk.org
Wed Jul 16 17:41:27 UTC 2025
> 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.
Christian Stein has updated the pull request incrementally with one additional commit since the last revision:
Add null checks for getStackTrace() results
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/26315/files
- new: https://git.openjdk.org/jdk/pull/26315/files/199dc7e0..c7d4bbf9
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=26315&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=26315&range=00-01
Stats: 6 lines in 1 file changed: 3 ins; 0 del; 3 mod
Patch: https://git.openjdk.org/jdk/pull/26315.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/26315/head:pull/26315
PR: https://git.openjdk.org/jdk/pull/26315
More information about the compiler-dev
mailing list