Re: Building OpenJFX for the first time

2016-06-28 Thread David Hill
On 6/17/16, 4:17 PM, John C. Turnbull wrote: Thanks Kevin - that looks very helpful. -Original Message- From: openjfx-dev [mailto:openjfx-dev-boun...@openjdk.java.net] On Behalf Of Kevin Rushforth Sent: Saturday, 18 June 2016 05:53 To: openjfx-dev@openjdk.java.net Subject: Re: Building

Re: Exception on render thread: "NGTriangleMesh: buildGeometry failed"

2016-06-28 Thread Kevin Rushforth
Yes, so we might want to file a bug (we have several places in native where we should do a better job about handling native OOM). -- Kevin Jim Graham wrote: Would a better exception help? OOME? ...jim On 6/28/16 9:18 AM, Kevin Rushforth wrote: Glad to hear it. -- Kevin

Re: Exception on render thread: "NGTriangleMesh: buildGeometry failed"

2016-06-28 Thread Jim Graham
Would a better exception help? OOME? ...jim On 6/28/16 9:18 AM, Kevin Rushforth wrote: Glad to hear it. -- Kevin GUEVEL, Emanuel wrote: It worked. The problem is not present anymore after switching to a 64-bit JVM. Many thanks for this. :) Best regards, Emanuel

Re: Exception on render thread: "NGTriangleMesh: buildGeometry failed"

2016-06-28 Thread Kevin Rushforth
Glad to hear it. -- Kevin GUEVEL, Emanuel wrote: It worked. The problem is not present anymore after switching to a 64-bit JVM. Many thanks for this. :) Best regards, Emanuel -Message d'origine- De : Kevin Rushforth [mailto:kevin.rushfo...@oracle.com] Envoyé : mardi 28 juin 2016

RE: Exception on render thread: "NGTriangleMesh: buildGeometry failed"

2016-06-28 Thread GUEVEL, Emanuel
It worked. The problem is not present anymore after switching to a 64-bit JVM. Many thanks for this. :) Best regards, Emanuel -Message d'origine- De : Kevin Rushforth [mailto:kevin.rushfo...@oracle.com] Envoyé : mardi 28 juin 2016 16:33 À : GUEVEL, Emanuel Cc :

Re: ClassNotFoundException at HostServicesDelegate

2016-06-28 Thread Kevin Rushforth
A workaround is: java -addmods javafx.deploy We will need a fix that doesn't require this. -- Kevin Kevin Rushforth wrote: Thanks for the pointer. That was enough for me to reproduce the bug. I filed the following issue to track it: https://bugs.openjdk.java.net/browse/JDK-8160464

Re: ClassNotFoundException at HostServicesDelegate

2016-06-28 Thread Kevin Rushforth
Thanks for the pointer. That was enough for me to reproduce the bug. I filed the following issue to track it: https://bugs.openjdk.java.net/browse/JDK-8160464 -- Kevin Yasumasa Suenaga wrote: Hi Kevin, I use JDK 9 EA b124 for Windows x64 from java.net .

Re: ClassNotFoundException at HostServicesDelegate

2016-06-28 Thread Yasumasa Suenaga
Hi Kevin, I use JDK 9 EA b124 for Windows x64 from java.net. https://jdk9.java.net/download/ If you want to full stack trace, please download from here: http://icedtea.classpath.org/bugzilla/attachment.cgi?id=1540=edit This exception does not occur on OracleJDK 8. So I guess this exception

Re: Exception on render thread: "NGTriangleMesh: buildGeometry failed"

2016-06-28 Thread Kevin Rushforth
This suggests that you are running out of native memory. You might consider using a 64-bit JVM. -- Kevin GUEVEL, Emanuel wrote: Hello, I am using JavaFX 8 for a 3D visualization application. I display a set of TriangleMesh and under some circumstances, an exception is thrown on the JavaFX

Re: ClassNotFoundException at HostServicesDelegate

2016-06-28 Thread Kevin Rushforth
Hi Yasumasa, I assume this is a download of the Oracle JDK from java.net? We haven't seen any problems like this, so it might be a problem with HeapStats analyzer. The class in question is a closed-source class that lives in the javafx.deploy module. What exactly are you running? -- Kevin

ClassNotFoundException at HostServicesDelegate

2016-06-28 Thread Yasumasa Suenaga
Hi all, When I ran HeapStats Analyzer [1] on JDK 9 EA b124, I encountered ClassNotFoundException as below: java.lang.ClassNotFoundException: com.sun.deploy.uitoolkit.impl.fx.HostServicesFactory at

Exception on render thread: "NGTriangleMesh: buildGeometry failed"

2016-06-28 Thread GUEVEL, Emanuel
Hello, I am using JavaFX 8 for a 3D visualization application. I display a set of TriangleMesh and under some circumstances, an exception is thrown on the JavaFX rendering thread ("QuantumRenderer") in NGTriangleMesh.validate(). The message is "NGTriangleMesh: buildGeometry failed". I know

[9] Review request for 8160400: WebView can't alert from a timer

2016-06-28 Thread Murali Billa
Hi Kevin, Arun, Please review below fix: JBS : https://bugs.openjdk.java.net/browse/JDK-8160400 Webrev : http://cr.openjdk.java.net/~mbilla/8160400/webrev.00/ Thanks, Murali