Integrated: 8308093: Disable language preview features use in JDK

Adam Sotona asotona at openjdk.org
Tue May 23 07:27:05 UTC 2023


On Mon, 22 May 2023 10:01:55 GMT, Adam Sotona <asotona at openjdk.org> wrote:

> This patch disables temporary use of language preview features in JDK.
> Temporary enabled language preview features (to allow Pattern Matching for switch use in the Classfile API library) are no more necessary.
> All redundant use of --enable-preview in the Classfile API tests are also removed.
> 
> Please review.
> 
> Thanks,
> Adam

This pull request has now been integrated.

Changeset: c4408278
Author:    Adam Sotona <asotona at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/c4408278d1012746c91ba4c31068538850c68d30
Stats:     24 lines in 12 files changed: 0 ins; 22 del; 2 mod

8308093: Disable language preview features use in JDK

Reviewed-by: liach, erikj, alanb, darcy

-------------

PR: https://git.openjdk.org/jdk/pull/14076


More information about the core-libs-dev mailing list