RFR: JDK-8273526: Extend the OSContainer API pids controller with pids.current [v2]
Matthias Baesken
mbaesken at openjdk.java.net
Wed Sep 15 08:07:56 UTC 2021
On Fri, 10 Sep 2021 12:36:35 GMT, Severin Gehwolf <sgehwolf at openjdk.org> 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
More information about the core-libs-dev
mailing list