On Tue, 22 Feb 2022 12:17:59 GMT, Ichiroh Takiguchi <itakigu...@openjdk.org> 
wrote:

> Run jtreg:jdk/java/lang/ProcessBuilder/Basic.java on AIX.
> The test was failed by:
>   Incorrect handling of envstrings containing NULs
> 
> According to my investigation, this issue was happened after following change 
> was applied.
> JDK-8272600: (test) Use native "sleep" in Basic.java
> 
> test.nativepath value was added into AIX's LIBPATH during running this 
> testcase.
> On AIX, test.nativepath value should be removed from LIBPATH value before 
> comparing the values.

This pull request has now been integrated.

Changeset: c5c6058f
Author:    Ichiroh Takiguchi <itakigu...@openjdk.org>
URL:       
https://git.openjdk.java.net/jdk/commit/c5c6058fd57d4b594012035eaf18a57257f4ad85
Stats:     7 lines in 1 file changed: 5 ins; 0 del; 2 mod

8282219: jdk/java/lang/ProcessBuilder/Basic.java fails on AIX

Reviewed-by: rriggs

-------------

PR: https://git.openjdk.java.net/jdk/pull/7574

Reply via email to