On Fri, 10 Sep 2021 12:36:35 GMT, Severin Gehwolf <[email protected]> wrote:
>> Matthias Baesken has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Some simplifications and test adjustment suggested by Severin
>
> test/hotspot/jtreg/containers/docker/TestPids.java line 101:
>
>> 99: System.out.println("Found " + lineMarker + " with
>> value: " + ivalue);
>> 100: try {
>> 101: int ai = Integer.parseInt(ivalue);
>
> Could you move the debug print line to after line 101, please. It could say:
>
> `System.out.println("Found " + lineMarker + " with value: " + ai + ".
> PASS.");`
the debug println has been moved down.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5437