[OpenJDK 2D-Dev] RFR: JDK-8259681 : Remove the Marlin rendering engine (single-precision) [v2]

Kevin Rushforth kcr at openjdk.java.net
Sat Jan 16 16:59:39 UTC 2021


On Fri, 15 Jan 2021 23:06:21 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

>> One more idea: 
>> should I rename all Dxxx classes to xxx to make code more obvious, readable ?
>> 
>> However, renaming DMarlinRenderingEngine to MarlinRenderingEngine may lead confusion with previous versions and may be a compatibility issue ? so I would prefer keeping DMarlinRenderingEngine now.
>> 
>> What do you think ?
>
>> However, renaming DMarlinRenderingEngine to MarlinRenderingEngine may lead confusion with previous versions and may be a compatibility issue ? so I would prefer keeping DMarlinRenderingEngine now.
> 
> I agree with you.

I also agree with this. Similarly, when you go to remove the single-precision `MarlinRasterizer` from JavaFX, via [JDK-8259718](https://bugs.openjdk.java.net/browse/JDK-8259718), I would expect to see `DMarlinRasterizer` and similar names to remain.

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

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


More information about the 2d-dev mailing list