RFR: JDK-8254920: Application launched with jpackage produced .exe crashes JVM
Alexey Semenyuk
asemenyuk at openjdk.java.net
Thu Oct 29 21:07:45 UTC 2020
On Thu, 29 Oct 2020 17:32:24 GMT, Andy Herrick <herrick at openjdk.org> wrote:
> JVM
test/jdk/tools/jpackage/helpers/jdk/jpackage/test/HelloApp.java line 276:
> 274: AppOutputVerifier av = getVerifier(cmd, args);
> 275: if (av != null) {
> 276: // when running app launchers, clear users environment
How about executeLauncher() method? It will not clear the environment.
-------------
PR: https://git.openjdk.java.net/jdk/pull/940
More information about the core-libs-dev
mailing list