On Fri, 10 Mar 2023 07:51:55 GMT, Adam Sotona <asot...@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