[code-reflection] RFR: Exception regions fix

Paul Sandoz psandoz at openjdk.org
Wed Jan 31 22:59:19 UTC 2024


On Wed, 31 Jan 2024 15:55:41 GMT, Adam Sotona <asotona at openjdk.org> wrote:

> BytecodeGenerator::computeExceptionRegionMembership now collects all necessary info into BitSets and directly declares the regions with CodeBuilder.
> All tests are now passing.
> 
> Please review.
> 
> Thanks,
> Adam

src/java.base/share/classes/java/lang/reflect/code/bytecode/BytecodeGenerator.java line 125:

> 123:         public void accept(CodeBuilder cob, CodeElement coe) {
> 124:             cob.accept(coe);
> 125: //            switch (coe) {

Is DebugTransform redundant now?

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

PR Review Comment: https://git.openjdk.org/babylon/pull/12#discussion_r1473578898


More information about the babylon-dev mailing list