:graphics:compilePrismCompilers fails with latest 9-dev tip on my mac

2016-09-21 Thread Alexander Nyssen
Hi all, having updated 9-dev to the latest tip, the gradle build now fails on my Mac with the following errors. Updating JIGSAW home to ea136 did not resolve the problems. Any ideas? Best Regards, Alexander :graphics:compilePrismCompilers /Users/nyssen/mercurial/openjfx/9-dev/rt-JDK-8166242/m

Re: :graphics:compilePrismCompilers fails with latest 9-dev tip on my mac

2016-09-21 Thread Vadim Pakhnushev
Hi Alexander, This happens because in the https://bugs.openjdk.java.net/browse/JDK-8165809 these parts of build were reworked. You could start with gradle cleanAll, if it doesn't help, then rm -r build buildSrc/build should help. Thanks, Vadim On 21.09.2016 9:58, Alexander Nyssen wrote: Hi

Re: :graphics:compilePrismCompilers fails with latest 9-dev tip on my mac

2016-09-21 Thread Alexander Nyssen
Hi Vadim, unfortunately both does not help, the problem persists. Best Regards, Alexander > Am 21.09.2016 um 10:02 schrieb Vadim Pakhnushev : > > Hi Alexander, > > This happens because in the https://bugs.openjdk.java.net/browse/JDK-8165809 > these parts of build were reworked. > You could st

Re: :graphics:compilePrismCompilers fails with latest 9-dev tip on my mac

2016-09-21 Thread Vadim Pakhnushev
And you don't have any local modifications? That's strange, I just tried it on my mac and it works fine. Let's see your gradle --debug log then. Vadim On 21.09.2016 11:23, Alexander Nyssen wrote: Hi Vadim, unfortunately both does not help, the problem persists. Best Regards, Alexander Am 21

Re: :graphics:compilePrismCompilers fails with latest 9-dev tip on my mac

2016-09-21 Thread Alexander Nyssen
Hi Vadim, you were right. My build.gradle was tampered. Sorry for the noise. Best Regards, Alexander > Am 21.09.2016 um 12:11 schrieb Vadim Pakhnushev : > > And you don't have any local modifications? > That's strange, I just tried it on my mac and it works fine. > Let's see your gradle --debug

Re: :graphics:compilePrismCompilers fails with latest 9-dev tip on my mac

2016-09-21 Thread David Hill
On 9/21/16, 2:58 AM, Alexander Nyssen wrote: Hi all, having updated 9-dev to the latest tip, the gradle build now fails on my Mac with the following errors. Updating JIGSAW home to ea136 did not resolve the problems. Any ideas? What version of gradle are you using ? Dave Best Regards, Al

Re: :graphics:compilePrismCompilers fails with latest 9-dev tip on my mac

2016-09-21 Thread Alexander Nyssen
Hi Dave, I am using 2.11, as recommend. But as already said, the problem was on my side. Best Regards, Alexander > Am 21.09.2016 um 15:39 schrieb David Hill : > > On 9/21/16, 2:58 AM, Alexander Nyssen wrote: >> Hi all, >> >> having updated 9-dev to the latest tip, the gradle build now fails on

code complexity survey

2016-09-21 Thread Vard Antinyan
Dear openjfx developers, We have undertaken a task to assess code complexity triggers and generate recommendations for developing simple and understandable code. Our intension is to share the results with you, developers, so everyone can learn the triggers behind complex software. We need

Warnings when running with -Xcheck:jni

2016-09-21 Thread Scott Palmer
I noticed several warnings coming from javaFX when I ran my app with -X:check:jni Is that something worth filing an issue over,or is it basically a known thing and we don't particularly care? E.g.: WARNING in native method: JNI call made without checking exceptions when required to from CallStat

Re: Warnings when running with -Xcheck:jni

2016-09-21 Thread Kevin Rushforth
We do care at least about the first one (pending exceptions), and we should fix them. Can you file a bug? As for the 'exceeds capacity' warning for JNI local refs we haven't in general cared about these (I don't know of any VM for which this would cause a problem), but we still might want to s

review @Native in graphics windows build

2016-09-21 Thread David Hill
Kevin, Chien, https://bugs.openjdk.java.net/browse/JDK-8166471 webrev: http://cr.openjdk.java.net/~ddhill/8166471 -- David Hill Java Embedded Development "A man's feet should be planted in his country, but his eyes should survey the world." -- G

Re: How to Read JavaFX Pulse Log Message

2016-09-21 Thread Matthieu BROUILLARD
Hi Tai, I cannot help you interpreting the pulse log but with recent oracle JDK you can use Java Mission Control & the JavaFX plugin/extension to have a deep understanding of all pulses and of the different steps within the pulse (CSS parsing/rendering, layouting, painting, ...) Regards, Matthie

Review request for 8166242: Removal of com.sun.javafx.embed.AbstractEvents

2016-09-21 Thread Alexander Nyssen
Hallo Kevin, Alexander Z, Vadim, I have created an initial patch for the replacement of AbstractEvents with direct usage of JavaFX representations: https://bugs.openjdk.java.net/browse/JDK-8166242 http://cr.openjdk.java.net/~anyssen/8166242/webrev.00/ Best Regards, Alexander