[code-reflection] RFR: Assert code modeling [v3]
Paul Sandoz
psandoz at openjdk.org
Sat Mar 2 00:27:53 UTC 2024
On Sat, 2 Mar 2024 00:18:20 GMT, Ian Graves <igraves at openjdk.org> wrote:
>> Initial work on the code model for supporting assertions. This PR contains the code model. A subsequent PR will include interpreter updates to execute assertions in IR form.
>
> Ian Graves has updated the pull request incrementally with one additional commit since the last revision:
>
> Updates to CoreOps.
Marked as reviewed by psandoz (Lead).
src/java.base/share/classes/java/lang/reflect/code/op/CoreOps.java line 821:
> 819:
> 820: AssertOp(AssertOp that, CopyContext cc, OpTransformer ot) {
> 821:
Suggestion:
AssertOp(AssertOp that, CopyContext cc, OpTransformer ot) {
-------------
PR Review: https://git.openjdk.org/babylon/pull/32#pullrequestreview-1912378340
PR Review Comment: https://git.openjdk.org/babylon/pull/32#discussion_r1509746946
More information about the babylon-dev
mailing list