RFR: 8295239: Refactor java/util/Formatter/Basic script into a Java native test launcher [v9]
Justin Lu
duke at openjdk.org
Thu Oct 20 17:12:54 UTC 2022
On Wed, 19 Oct 2022 22:20:56 GMT, Brent Christian <bchristi at openjdk.org> wrote:
>> Justin Lu has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Additional cleanup and string formatting
>
> test/jdk/java/util/Formatter/BasicTestLauncher.java line 90:
>
>> 88: ProcessBuilder pb = ProcessTools.createTestJvm(JAVA_OPTS, TEST_CLASS);
>> 89: pb.environment().put("TZ", timeZone);
>> 90: Process process = pb.start();
>
> Nit: indentation
Fixed, thanks!
-------------
PR: https://git.openjdk.org/jdk/pull/10715
More information about the core-libs-dev
mailing list