Re: RFR: 8212703: Remove sun.java2d.fontpath property from java launcher code

2018-12-10 Thread Alan Bateman
On 09/12/2018 07:59, Philip Race wrote: Here is an update with a Java-only test, using ProcessBuilder. http://cr.openjdk.java.net/~prr/8212703.1/index.html Looks okay to me. -Alan

Re: RFR: 8212703: Remove sun.java2d.fontpath property from java launcher code

2018-12-10 Thread Roger Riggs
Looks fine, Thanks for the test update. Roger On 12/09/2018 02:59 AM, Philip Race wrote: Here is an update with a Java-only test, using ProcessBuilder. http://cr.openjdk.java.net/~prr/8212703.1/index.html -phil. On 12/1/18, 9:27 AM, Alan Bateman wrote: On 30/11/2018 23:11, Roger Riggs w

Re: RFR: 8212703: Remove sun.java2d.fontpath property from java launcher code

2018-12-09 Thread Philip Race
Here is an update with a Java-only test, using ProcessBuilder. http://cr.openjdk.java.net/~prr/8212703.1/index.html -phil. On 12/1/18, 9:27 AM, Alan Bateman wrote: On 30/11/2018 23:11, Roger Riggs wrote: Hi Phil, That looks fine. Too bad it introduces a new shell test, we're trying to get

Re: RFR: 8212703: Remove sun.java2d.fontpath property from java launcher code

2018-12-01 Thread Alan Bateman
On 30/11/2018 23:11, Roger Riggs wrote: Hi Phil, That looks fine. Too bad it introduces a new shell test, we're trying to get rid of them. The other alternative would have the test program needed to set the environment and launch a java program. The implementation look good to me too and I a

Re: RFR: 8212703: Remove sun.java2d.fontpath property from java launcher code

2018-11-30 Thread Roger Riggs
Hi Phil, That looks fine. Too bad it introduces a new shell test, we're trying to get rid of them. The other alternative would have the test program needed to set the environment and launch a java program. Thanks, Roger On 11/30/2018 05:56 PM, Phil Race wrote: Bug : https://bugs.openjdk.ja