[code-reflection] RFR: Bytecode cleanup, renames and javadoc [v5]

Paul Sandoz psandoz at openjdk.org
Tue Sep 17 18:50:17 UTC 2024


On Mon, 16 Sep 2024 13:44:35 GMT, Adam Sotona <asotona at openjdk.org> wrote:

>> This PR introduces only minimal functional changes, it is mainly focused on the bytecode package cleanup and documentation.
>> 
>> Any comments and suggestions are welcome.
>> 
>> Thanks,
>> Adam
>
> Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:
> 
>   fixed lifting of INVOKESPECIAL + TestSmallCorpus skipping when UnsupportedOperationException

test/jdk/java/lang/reflect/code/bytecode/TestSmallCorpus.java line 150:

> 148:                 }
> 149:             } catch (UnsupportedOperationException uoe) {
> 150:                 // InvokeSuperOp

Is this related to bytecode instructions for construction not conforming to an expected shape?

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

PR Review Comment: https://git.openjdk.org/babylon/pull/228#discussion_r1763733639


More information about the babylon-dev mailing list