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.java.net/browse/JDK-8212703
Webrev : http://cr.openjdk.java.net/~prr/8212703/
This removes the code in the launcher that sets the
sun.java2d.fontpath property
from the JAVA2D_FONTPATH environment variable.
We can still set the system property directly when using for debugging
but
that is all now internal to the java.desktop module.
-phil.