RFR: 8299858: [Metrics] Swap memory limit reported incorrectly when too large [v4]
Severin Gehwolf
sgehwolf at openjdk.org
Thu Jan 26 14:50:21 UTC 2023
On Wed, 25 Jan 2023 13:45:28 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
>> Please review this fix to [JDK-8292541](https://bugs.openjdk.org/browse/JDK-8292541) which adds the same handling for swap values exceeding what's possible in the non-container case. I.e. treats it as unlimited and fixes the reporting. This has been handled on the hotspot side similarly with [JDK-8292083](https://bugs.openjdk.org/browse/JDK-8292083).
>>
>> Testing:
>> - [x] Container tests on linux x86_64 with cg v1
>> - [x] Container tests on linux x86_64 with cg v2
>> - [x] GHA (seem to have had some infra issues, so re-running)
>
> Severin Gehwolf has updated the pull request incrementally with one additional commit since the last revision:
>
> Do proper error checking
Windows GHA test failure of [compiler/jsr292/ContinuousCallSiteTargetChange](https://github.com/jerboaa/jdk/actions/runs/4008775901#user-content-compiler_jsr292_continuouscallsitetargetchange) seems unrelated.
-------------
PR: https://git.openjdk.org/jdk/pull/12118
More information about the core-libs-dev
mailing list