On Wed, 18 Nov 2020 17:26:02 GMT, Paul Sandoz <[email protected]> wrote:
>> Mandy Chung has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Fix the name passed to condy calling classData
>
> IIUC `classData` can be used for an original lookup that is not produced by
> the result of `defineHiddenClassWithClassData`, but in such cases the class
> data will always be null.
>
> Since `defineHiddenClassWithClassData` rejects null values for class data, we
> could detect such usage and throw in the bootstrap methods. That would
> require a special constant assignment for hidden classes with no class data.
> Probably not worth it.
>
> Recommend an API note.
@PaulSandoz @JornVernee can you please review CSR:
https://bugs.openjdk.java.net/browse/JDK-8256214
-------------
PR: https://git.openjdk.java.net/jdk/pull/1171