On Fri, 21 May 2021 03:26:49 GMT, liach <github.com+7806504+li...@openjdk.org> wrote:
>> Gavin Bierman has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Removing file constants.patch added by mistake > > src/java.base/share/classes/java/lang/constant/ClassDesc.java line 56: > >> 54: * @since 12 >> 55: */ >> 56: sealed public interface ClassDesc > > Should move `sealed` behind `public` per the blessed modifier order from JLS. > https://docs.oracle.com/javase/specs/jls/se16/preview/specs/sealed-classes-jls.html#jls-8.1.1 > > Per http://openjdk.java.net/jeps/409 the finalized sealed classes have no > difference from that in 16, so the order suggested there should be valid. Thanks. Now changed. ------------- PR: https://git.openjdk.java.net/jdk/pull/4135