RFR: Classfile API Proposal to add CodeBuilder.CatchBuilder::catchingMulti
Adam Sotona
adam.sotona at oracle.com
Fri Sep 23 12:45:05 UTC 2022
Hi,
In https://github.com/openjdk/jdk-sandbox/pull/37 I’m proposing to add method:
catchingMulti(List<ClassDesc> exceptionTypes, Consumer<BlockCodeBuilder> catchHandler);
to CodeBuilder.CatchBuilder
The method creates multiple records into the exception table for the same handler.
Thanks,
Adam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/classfile-api-dev/attachments/20220923/57b3f937/attachment.htm>
More information about the classfile-api-dev
mailing list