RFR: 8370492: [Linux] Update cpu shares to cpu.weight mapping function [v2]

Severin Gehwolf sgehwolf at openjdk.org
Mon Nov 10 10:22:07 UTC 2025


On Mon, 10 Nov 2025 09:38:32 GMT, SendaoYan <syan at openjdk.org> wrote:

>> I'd rather not, since by throwing `SkippedException` the other tests won't run either. It's useful to see various values for the back-mapped value. In this case it should be a value < 1024 which is asserted by the if. Later, we have actual assertions in the test for `1024` and `2048`. Does that make sense?
>
> So does the 'import jtreg.SkippedException;' in file test/hotspot/jtreg/containers/docker/TestMisc.java seems do not needed

Yes, indeed. I'll remove it from `test/hotspot/jtreg/containers/docker/TestMisc.java`

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/28157#discussion_r2509756250


More information about the hotspot-runtime-dev mailing list