Alexey Ivanov
Alexey Ivanov
Any other reviewer?
> Will this be backported to Java 21 and 22? It would be very helpful if it could be. It is already backported to 22. I'm working on backporting it...
@honkar-jdk, could you, as the author of the test, take a look, please?
/integrate
> but for older code you can only guess "Element: X existed before JDK 10". So I was left to check on my own, and made a mistake. Why is...
> method: void java.awt.geom.Path2D.Double.trimToSize(): `@since` version is 9 instead of 10 > method: void java.awt.geom.Path2D.Float.trimToSize(): `@since` version is 9 instead of 10 In JDK 10, a new method `trimToSize` was...
Referring to the [discussion about BasicSliderUI() constructor](https://github.com/openjdk/jdk/pull/19192#discussion_r1600699721): > > Hmm, the _explicit_ default constructor was added in JDK 16, but it was implicit before then. > > I believe there...
> > How do we remove this constructor? Can it be removed right away? Should it be deprecated for several releases before it's removed? > > Just delete it in...