Re: [OpenJDK 2D-Dev] RFR: 8145584: java/awt/font/TextLayout/TestGetPixelBounds.java fails on Linux

2016-01-06 Thread Jennifer Godinez
Looks good. Jennifer On 12/16/2015 01:12 PM, Phil Race wrote: http://cr.openjdk.java.net/~prr/8145584/ https://bugs.openjdk.java.net/browse/JDK-8145584 The bug is that the code that tries to measure where the bounds of the rendering is not applying the same rounding of the rendering position a

[OpenJDK 2D-Dev] RFR 8146076: Fail of sun/java2d/marlin/CeilAndFloorTests.java with Jigsaw

2016-01-06 Thread Laurent Bourgès
Hi, Please review this trivial fix for 2 Marlin tests to make them work with jake: http://cr.openjdk.java.net/~lbourges/marlin/marlin-8146076.0/ I tested the patch with latest jtreg-4.2 (tip) and JDK9 jigsaw EA b99. Regards, Laurent

Re: [OpenJDK 2D-Dev] RFR 8146076: Fail of sun/java2d/marlin/CeilAndFloorTests.java with Jigsaw

2016-01-06 Thread Philip Race
+1. -phil. On 1/6/16, 2:26 PM, Laurent Bourgès wrote: Hi, Please review this trivial fix for 2 Marlin tests to make them work with jake: http://cr.openjdk.java.net/~lbourges/marlin/marlin-8146076.0/ I tested the patch with l