Subject: [8u121] Review request for JDK-8178837: Potential performance drawback due to type mismatch

Markus KARG markus at headcrashing.eu
Sun Apr 16 16:36:58 UTC 2017


https://bugs.openjdk.java.net/browse/JDK-8178837

 

There is a potential performance drawback due to a type mismatch in
TriangleMesh.java:548 as `points.size()` returns `int` so storing as
`double` makes not much sense. 

 

I provided a patch which simply replaces double by int.



More information about the openjfx-dev mailing list