On Wed, 24 Apr 2024 22:48:30 GMT, Paul Sandoz <[email protected]> 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