On Mon, 10 Nov 2025 09:38:32 GMT, SendaoYan <[email protected]> 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
