[OpenJDK 2D-Dev] RFR: 8172813 test/java/awt/font/JNICheck/JNICheck.sh fails on Linux

2017-01-13 Thread Phil Race
Bug : https://bugs.openjdk.java.net/browse/JDK-8172813 Webrev : http://cr.openjdk.java.net/~prr/8172813/ - Clear local refs once we are done with them. - Use grep to filter out from the log unrelated warnings as separately reported here : https://bugs.openjdk.java.net/browse/JDK-8131136

[OpenJDK 2D-Dev] [9] RFR: JDK-8167278: ArrayIndexOutOfBoundsException when calling ImageIO.read(InputStream) with RLE4 BMP

2017-01-13 Thread Prahalad Kumar Narayanan
Hello Everyone Good day to you. Request your time in reviewing the fix for bug . [JDK-8167278] : ArrayIndexOutOfBoundsException when calling ImageIO.read(InputStream) with RLE4 BMP Root Cause . The issue seems to stem from a mal-formed RLE4 Encoded Bitmap Image . Specifically -