[OpenJDK 2D-Dev] RFR: 8250855: Address reliance on default constructors in the Java 2D APIs

Sergey Bylokhov serb at openjdk.java.net
Mon Sep 14 21:30:20 UTC 2020


On Mon, 14 Sep 2020 14:32:18 GMT, Conor Cleary <github.com+69505734+ccleary-oracle at openjdk.org> wrote:

> This issue relates to JDK-8250639 '☂ Address reliance on default constructors in the java.desktop module'. The changes
> address the reliance on default constructors by adding in basic constructors in the following classes:
> - java.awt.Image
> - java.awt.PrintJob
> - java.awt.font.GlyphVector
> - java.awt.font.LayoutPath
> - java.awt.font.LineMetrics
> - java.awt.image.AbstractMultiResolutionImage
> - java.awt.image.BufferStrategy
> - java.awt.image.ImageFilter
> - java.awt.image.RGBImageFilter
> - java.awt.image.VolatileImage
> - javax.print.PrintServiceLookup
> - javax.print.ServiceUI
> - javax.print.ServiceUIFactory
> - javax.print.StreamPrintServiceFactory
> - javax.print.event.PrintJobAdapter
> 
> specdiff:
> http://cr.openjdk.java.net/~ccleary/issues/webrevs-store/8250855/webrevs/webrev.02/specdiff/overview-summary.html csr:
> https://bugs.openjdk.java.net/browse/JDK-8252495

Marked as reviewed by serb (Reviewer).

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

PR: https://git.openjdk.java.net/jdk/pull/153


More information about the 2d-dev mailing list