Please Re-Open JDK-8169596

2017-11-27 Thread Scott Palmer
https://bugs.openjdk.java.net/browse/JDK-8169596

There is no reason to preclude creating command-line tools with Java.  This
restriction makes it impossible to create programs like javapackager with
javapackager.

Scott


[10] Review request - 8090011: 'tab' key makes control loose focus

2017-11-27 Thread Rajath Kamath
Hi all,

Please review a fix for HTMLEditor. Details mentioned in JBS:

JBS : https://bugs.openjdk.java.net/browse/JDK-8090011 
WebRev : http://cr.openjdk.java.net/~rkamath/8090011/webrev.00/  

Thanks,
Rajath


Re: [10] RFR JDK-8189280:Memory leak in SwingNode if Stage is not shown

2017-11-27 Thread Prasanta Sadhukhan

Removed commented code in-place

Regards
Prasanta
On 11/27/2017 1:20 PM, Jayathirth D V wrote:

Hi Prasanta,

In the test case please add reason why you have kept commented code like :
 //public static void main(String[] args) {
 //Application.launch(args);
 //}

 //@Override
 //public void start(Stage primaryStage) {
 //memoryLeakTest();
 //}

Also please resolve indentation problem in comments like:

 //stage.show();
//tk.firePulse();

//tk.firePulse();

Thanks,
Jay
-Original Message-
From: Prasanta Sadhukhan
Sent: Monday, November 27, 2017 1:08 PM
To: Kevin Rushforth; openjfx-dev@openjdk.java.net Mailing
Subject: [10] RFR JDK-8189280:Memory leak in SwingNode if Stage is not shown

Hi All,

Please review a swingnode memory leak fix for fx 
http://cr.openjdk.java.net/~psadhukhan/fx/8189280/webrev.00/
for issue
https://bugs.openjdk.java.net/browse/JDK-8189280

More info in JBS.

Regards
Prasanta