Hi,
We recently started investigating the possibility of upgrading our applications (several large enterprise applications with a Swing front-end) from Java 8 to Java 10.
Within the first couple of days of testing, we noticed occasional freezes (on both Windows and Mac) which we traced back to NaN's in the Marlin Dasher code - so very likely due to this particular bug (the problems are not present on Java 9):
https://bugs.openjdk.java.net/browse/JDK-8202580
My questions:
- Are there plans to backport the fix to the JDK 10.0.2 release?
- Do you plan to issue a module patch of v0.9.2 (like you did for the 0.9.1 version)?
This is currently a 'blocker' issue for us, and I could imagine this would also be the case for other Java 10/Swing users.
Best, Mikael.