Re: RFR: 8274856: Failing jpackage tests with fastdebug/release build

2021-11-14 Thread Andy Herrick
On Fri, 5 Nov 2021 19:58:01 GMT, Alexey Semenyuk wrote: > The fix is to isolate C++ calls in the separate forked child process on > Linux. > This change requires the passing of JLI command line arguments and values of > environment variables between two processes. Marked as reviewed by herric

Re: RFR: 8274856: Failing jpackage tests with fastdebug/release build

2021-11-12 Thread Victor Dyakov
On Fri, 5 Nov 2021 19:58:01 GMT, Alexey Semenyuk wrote: > The fix is to isolate C++ calls in the separate forked child process on > Linux. > This change requires the passing of JLI command line arguments and values of > environment variables between two processes. @andyherrick please review

Re: RFR: 8274856: Failing jpackage tests with fastdebug/release build

2021-11-06 Thread Alexander Matveev
On Fri, 5 Nov 2021 19:58:01 GMT, Alexey Semenyuk wrote: > The fix is to isolate C++ calls in the separate forked child process on > Linux. > This change requires the passing of JLI command line arguments and values of > environment variables between two processes. Marked as reviewed by almatv

RFR: 8274856: Failing jpackage tests with fastdebug/release build

2021-11-05 Thread Alexey Semenyuk
The fix is to isolate C++ calls in the separate forked child process on Linux. This change requires the passing of JLI command line arguments and values of environment variables between two processes. - Commit messages: - Whitespace clean up - 8274856: Failing jpackage tests with