RFR: 8325373: Improve StackCounter error reporting for bad switch cases [v2]
Adam Sotona
asotona at openjdk.org
Thu Apr 25 07:07:43 UTC 2024
On Wed, 24 Apr 2024 22:48:30 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:
>> Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:
>>
>> applied suggested changes
>
> src/java.base/share/classes/jdk/internal/classfile/impl/Util.java line 229:
>
>> 227: }))));
>> 228: ClassPrinter.toYaml(clm.methods().get(0).code().get(), ClassPrinter.Verbosity.TRACE_ALL, dump);
>> 229: } catch (Error | Exception suppresed) {
>
> If you like you can replace `suppresed` [sic] with `_`.
Both fixed, thanks for the review.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18914#discussion_r1578982248
More information about the core-libs-dev
mailing list