--- old/test/hotspot/jtreg/containers/cgroup/PlainRead.java 2019-10-14 20:38:39.919933713 +0200 +++ new/test/hotspot/jtreg/containers/cgroup/PlainRead.java 2019-10-14 20:38:39.796933456 +0200 @@ -46,7 +46,7 @@ oa.shouldNotMatch("^.*" + what + " *" + value + ".*$"); } - static final String good_value = "(\\d+|-1|Unlimited)"; + static final String good_value = "(\\d+|-1|Unlimited|max)"; static final String bad_value = "(failed)"; static final String[] variables = {"Memory Limit is:", "CPU Shares is:", "CPU Quota is:", "CPU Period is:", "active_processor_count:"};