[OpenJDK 2D-Dev] RFR: 7018932 : Drawing very large coordinates with a dashed Stroke can cause Java to hang [v4]

Laurent Bourgès lbourges at openjdk.java.net
Mon Jan 11 09:00:28 UTC 2021


On Mon, 11 Jan 2021 06:09:46 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

>> Laurent Bourgès has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fixed RenderingEngine.strokeTo(clip) to call by default former method.
>>   Fixed CurveClipSplitter (float) to use double-precision for higher
>>   accuracy.
>>   Improved StrokedLineTest to use only bufferedimage rendering.
>
> test/jdk/sun/java2d/marlin/StrokedLinePerf.java line 37:
> 
>> 35:  * @bug 7018932
>> 36:  * @summary fix LoopPipe.getStrokedSpans() performance (clipping enabled by Marlin renderer)
>> 37:  * @run main DrawingTest7018932
> 
> typo DrawingTest7018932 -> StrokedLinePerf

Removed invalid test

-------------

PR: https://git.openjdk.java.net/jdk/pull/2013


More information about the 2d-dev mailing list