Re: Understanding the com.sun.* APIs being (ab)used by the community

2015-06-03 Thread Kevin Rushforth
Right. They won't be flagged as problematic by the tool, but Jonathan knows which ones are -- namely, any JavaFX package that doesn't begin with javafx. -- Kevin Nicolai Parlog wrote: Hi Stefan, running jdeps as shown in Jonathans post (with -v) [p]rints all class-level dependencies[1].

Re: Understanding the com.sun.* APIs being (ab)used by the community

2015-06-03 Thread Jonathan Giles
Thanks everyone for emailing me your jdeps output - I now have 15 files and plenty of data to do some more analysis. You can stop emailing me files now! :-) Also, Nicolai and Kevin are correct - I'm not relying on JDeps to do any analysis of the output for me, I'm just using it to dump all

Re: Trouble building JDK in debug mode

2015-06-03 Thread Kevin Rushforth
That should work. What platform are you using? How did you overlay your JavaFX bits? Are you sure it is using your build of jfxrt.jar? -- Kevin Sam' wrote: Sorry to create a new post, I have not managed to reply to the other topic since I had deactivated the notifications.. I am building

Understanding the com.sun.* APIs being (ab)used by the community

2015-06-03 Thread Jonathan Giles
Hi folks, I've written a tool that analyses the output of JDeps. This allows for me to quickly understand what com.sun.* APIs are being used by projects. It basically just gives a tally of each com.sun.* class that is being used, given a directory of files that are output from JDeps (where

Re: Understanding the com.sun.* APIs being (ab)used by the community

2015-06-03 Thread Phil Race
I can't speak for Jonathan on that point but if you find you are using something not on the list at the URL below, you may want to ask on the appropriate list what would be a suitable replacement https://wiki.openjdk.java.net/display/JDK8/Java+Dependency+Analysis+Tool Note that sometimes it can

Re: Understanding the com.sun.* APIs being (ab)used by the community

2015-06-03 Thread Hervé Girod
I know that it's the openjfx list, but are you also interested on other internal APIs usages? Hervé Sent from my iPhone On Jun 3, 2015, at 08:17, Jonathan Giles jonathan.gi...@oracle.com wrote: Hi folks, I've written a tool that analyses the output of JDeps. This allows for me to

[9] review request: RT-46160 [WebView] outstanding resource locks detected when using clip in canvas

2015-06-03 Thread Anton Tarasov
Hi Kevin, Vadim, Please review the fix: JIRA: https://javafx-jira.kenai.com/browse/RT-46160 webrev: http://cr.openjdk.java.net/~ant/RT-46160/webrev.0 Thanks, Anton.

Re: Understanding the com.sun.* APIs being (ab)used by the community

2015-06-03 Thread Kevin Rushforth
Do you mean elsewhere in the JDK? Those would be better discussed on either the jigsaw-interest list or on the relevant list for those APIs (e.g., awt, swing, java2d have their own lists). -- Kevin Hervé Girod wrote: I know that it's the openjfx list, but are you also interested on other

Re: Understanding the com.sun.* APIs being (ab)used by the community

2015-06-03 Thread Hervé Girod
Thanks! However I have also jars which are using JavaFX on which I will use the tool against ! Sent from my iPhone On Jun 3, 2015, at 18:08, Phil Race philip.r...@oracle.com wrote: I can't speak for Jonathan on that point but if you find you are using something not on the list at the URL

[8u60, 9] review request for RT-37411: [Drag and Drop Linux] setDragView still doesn't work on linux

2015-06-03 Thread Morris Meyer
David, Kevin et al, Please review this simple fix for RT-37411. It is pretty low risk vis-a-vis 8u60. Thanks much. --morris meyer JIRA - https://javafx-jira.kenai.com/browse/RT-37411 WEBREV - http://cr.openjdk.java.net/~morris/RT-37411.01/