RFR: 8334714: Class-File API leaves preview
Chen Liang
liach at openjdk.org
Wed Jul 17 00:09:51 UTC 2024
On Mon, 15 Jul 2024 13:26:39 GMT, ExE Boss <duke at openjdk.org> wrote:
>> Class-File API is leaving preview.
>> This is a removal of all `@PreviewFeature` annotations from Class-File API.
>> It also bumps all `@since` tags and removes `jdk.internal.javac.PreviewFeature.Feature.CLASSFILE_API`.
>>
>> Please review.
>>
>> Thanks,
>> Adam
>
> Note that `Utf8Entry::equalsString` has inconsistent behaviour when called with a `null` value, which I’ve reported as [JI‑9077307], and should probably be fixed before this API leaves preview.
>
> [JI‑9077307]: https://bugs.openjdk.org/browse/JI-9077307 "JI‑9077307: Inconsistent NPE behaviour of `Utf8Entry::equalsString`"
@ExE-Boss Your report has been promoted to https://bugs.openjdk.org/browse/JDK-8336430 and will be addressed in a separate patch.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19826#issuecomment-2232040064
More information about the compiler-dev
mailing list