Re: RFR: 8269851: OperatingSystemMXBean getProcessCpuLoad reports incorrect process cpu usage in containers [v4]

2021-07-09 Thread Severin Gehwolf
On Thu, 8 Jul 2021 02:51:09 GMT, xpbob wrote: >> …ocess cpu usage in containers > > xpbob has updated the pull request incrementally with one additional commit > since the last revision: > > remove whitespace Thanks for the update. `getProcessCpuLoad()` and `getCpuLoad()` looks way too sim

RFR: 8270067: AArch64: several clhsdb tests fail with -Xcomp

2021-07-09 Thread Nick Gasson
Running the jtreg test serviceability/sa/ClhsdbWhere.java with -Xcomp -XX:-TieredCompilation fails with the following exception: Error: java.lang.NullPointerException: Cannot invoke "sun.jvm.hotspot.debugger.Address.getJLongAt(long)" because "valueAddr" is null java.lang.NullPointerException:

Re: RFR: 8269909: getStack method in hprof.parser.Reader should use try-with-resource [v2]

2021-07-09 Thread Lin Zang
> 8269909: getStack method in hprof.parser.Reader should use try-with-resource Lin Zang has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional c