RFR: 8294966: jdk.jartool sun.tools.jar.FingerPrint uses ASM to parse class jar entries [v4]
Mandy Chung
mchung at openjdk.org
Fri Mar 10 17:52:26 UTC 2023
On Fri, 10 Mar 2023 07:51:55 GMT, Adam Sotona <asotona at openjdk.org> wrote:
>> make/modules/jdk.jartool/Java.gmk line 28:
>>
>>> 26: DISABLED_WARNINGS_java += missing-explicit-ctor
>>> 27: JAVAC_FLAGS += -XDstringConcat=inline
>>> 28: JAVAC_FLAGS += --enable-preview
>>
>> This change is no longer needed. It's not a preview API.
>
> Unfortunately patterns in switch statements are still in preview. This flag and participation in preview can be removed once they are finalised.
Thanks for the clarification. I forgot about that.
-------------
PR: https://git.openjdk.org/jdk/pull/11694
More information about the core-libs-dev
mailing list