Re: RFR: 8253939: [TESTBUG] Increase coverage of the cgroups detection code for Java [v2]

2020-10-23 Thread Severin Gehwolf
> Test only change. With > [JDK-8253435](https://bugs.openjdk.java.net/browse/JDK-8253435) a test has > been added on the hotspot side, but nothing for the Java Metrics code. Same > for [JDK-8252359](https://bugs.openjdk.java.net/browse/JDK-8252359). This > patch alleviates that. > > Thoughts

RFR: 8253939: [TESTBUG] Increase coverage of the cgroups detection code for Java

2020-10-12 Thread Severin Gehwolf
Test only change. With [JDK-8253435](https://bugs.openjdk.java.net/browse/JDK-8253435) a test has been added on the hotspot side, but nothing for the Java Metrics code. Same for [JDK-8252359](https://bugs.openjdk.java.net/browse/JDK-8252359). This patch alleviates that. Thoughts? -