Re: [OpenJDK 2D-Dev] RFR: 8262497: Delete unused utility methods in ICC_Profile class

2021-03-01 Thread Tejpal Rebari
On Sun, 28 Feb 2021 04:59:48 GMT, Sergey Bylokhov wrote: > A few utility methods in the ICC_Profile class are unused since 1997, I think > we can delete them. Marked as reviewed by trebari (Committer). - PR: https://git.openjdk.java.net/jdk/pull/2764

Re: [OpenJDK 2D-Dev] RFR: 6211242: AreaAveragingScaleFilter(int, int): IAE is not specified

2021-02-08 Thread Tejpal Rebari
On Mon, 8 Feb 2021 09:30:02 GMT, Prasanta Sadhukhan wrote: > Constructor AreaAveragingScaleFilter(int, int) for > java.awt.image.AreaAveragingScaleFilter class throws IllegalArgumentException > when 0 is passed for width,height but it's not specified in the spec. > Updated spec to illustrate

Re: [OpenJDK 2D-Dev] RFR: 8198343: Test java/awt/print/PrinterJob/TestPgfmtSetMPA.java may fail w/o printer

2021-02-02 Thread Tejpal Rebari
On Wed, 3 Feb 2021 05:41:23 GMT, Prasanta Sadhukhan wrote: > This test require a printer to test its objective, so printer existence check > is added. Marked as reviewed by trebari (Committer). - PR: https://git.openjdk.java.net/jdk/pull/2370

Re: [OpenJDK 2D-Dev] RFR: 8255043: Incorrectly styled copyright text

2020-10-20 Thread Tejpal Rebari
On Tue, 20 Oct 2020 08:17:27 GMT, Sergey Bylokhov wrote: > In some files, the copyright text is styled as a JavaDoc comment. > Most of the affected files are tests, only one product file is affected: > src/java.sql/share/classes/javax/sql/package-info.java > > The chenge is trivial: > - /** >