[code-reflection] RFR: Support bytecode generation for invocation of varArg method [v4]

Paul Sandoz psandoz at openjdk.org
Fri Nov 15 22:16:27 UTC 2024


On Sun, 10 Nov 2024 04:26:12 GMT, Mourad Abbay <mabbay at openjdk.org> wrote:

>> Support bytecode generation for invocation of varArg method.
>
> Mourad Abbay has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - Add test for long and double
>  - Apply Suggestions

Marked as reviewed by psandoz (Lead).

src/java.base/share/classes/java/lang/reflect/code/op/CoreOp.java line 1564:

> 1562: 
> 1563:         public List<Value> argOperands() {
> 1564:             if (!isVarArgs()){

Suggestion:

            if (!isVarArgs) {

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

PR Review: https://git.openjdk.org/babylon/pull/272#pullrequestreview-2439804067
PR Review Comment: https://git.openjdk.org/babylon/pull/272#discussion_r1844581019


More information about the babylon-dev mailing list