Re: RFR: 8278086: [REDO] ImageIO.write() method will throw IndexOutOfBoundsException [v2]

2022-10-02 Thread Jayathirth D V
On Fri, 30 Sep 2022 20:50:15 GMT, Phil Race wrote: >> Jayathirth D V has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Remove biType variable > > src/java.desktop/share/classes/com/sun/imageio/plugins/bmp/BMPImageWriter.java > line 1463:

Re: RFR: 8294456: Fix misleading-indentation warnings in JDK

2022-10-02 Thread Joe Darcy
On Thu, 29 Sep 2022 13:11:03 GMT, Raffaello Giulietti wrote: > This fixes misleading indentations, which allows enabling the (currently > disabled) `misleading-indentation` warning flag on two `.gmk` files. Marked as reviewed by darcy (Reviewer). - PR: https://git.openjdk.org/jdk