On Fri, 3 Dec 2021 20:55:23 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
> The "missing-explicit-ctor" check was disabled by the > [JDK-8071961](https://bugs.openjdk.java.net/browse/JDK-8071961) and later was > fixed by the [JDK-8250853](https://bugs.openjdk.java.net/browse/JDK-8250853). > So we can re-enable this check again. > > The fix will remove the "Java.gmk" file and as a result the > "jdk.unsupported.desktop" folder. > > All "Pre-submit tests" builds are green. Marked as reviewed by prr (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/6708