RFR: 8303431: [JVMCI] libgraal annotation API [v7]
Doug Simon
dnsimon at openjdk.org
Tue Apr 18 07:03:45 UTC 2023
On Tue, 18 Apr 2023 01:06:31 GMT, Joe Darcy <darcy at openjdk.org> wrote:
>> Just above (line 228) you can see a call to this method where the argument comes from `Map.values()` whose type is `Collection` so I'd prefer to leave it as is rather than have to convert the argument to a `List`.
>
> In that case, I think the comment on line 232 should be updated to not say "list".
I changed the comment to "Encodes annotations to a byte array."
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/12810#discussion_r1169582963
More information about the core-libs-dev
mailing list