RFR: 8315771: [JVMCI] Resolution of bootstrap methods with int[] static arguments [v2]
Sacha Coppey
duke at openjdk.org
Wed Sep 6 15:45:29 UTC 2023
On Wed, 6 Sep 2023 11:59:00 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
>> Sacha Coppey has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Rewrite doc for bootstrapArgumentIndexAt and add second argument to access different static arguments
>
> src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/meta/ConstantPool.java line 173:
>
>> 171: }
>> 172:
>> 173: /**
>
> This is very confusing documentation. It's not clear what index or entry you are referring to each time you say "index". Please provide a concrete example.
I have rewritten the documentation, I hope it is clearer. I also added a second argument to be able to access different different static arguments on the same bootstrap specifier.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15588#discussion_r1317486571
More information about the hotspot-compiler-dev
mailing list