Index: src/test/api/java/common/java/awt/image/RasterTest.java =================================================================== --- src/test/api/java/common/java/awt/image/RasterTest.java (revision 513659) +++ src/test/api/java/common/java/awt/image/RasterTest.java (working copy) @@ -90,7 +90,7 @@ // Regression test for HARMONY-2875 try { Raster.createRaster(new BandedSampleModel(1, 2, 3, 4), - new DataBufferByte(new byte[191], 0), + new DataBufferByte(new byte[191], 5), new Point(new Point(28, 43))).getPixels(6, Integer.MAX_VALUE, 1, 0, new int[] {}); fail("ArrayIndexOutOfBoundsException should be thrown"); //$NON-NLS-1$