Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8291570: [TESTBUG] Part of JDK-8250984 absent from 11u
Reviewed-by: serb, sgehwolf
  • Loading branch information
gnu-andrew committed Aug 31, 2022
1 parent 9186b3c commit 2f0f34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hotspot/jtreg/containers/cgroup/PlainRead.java
Expand Up @@ -47,7 +47,7 @@ static public void noMatch(OutputAnalyzer oa, String what, String value) {
oa.shouldNotMatch("^.*" + what + " *" + value + ".*$");
}

static final String good_value = "(\\d+|-1|Unlimited)";
static final String good_value = "(\\d+|-1|-2|Unlimited)";
static final String bad_value = "(failed)";

static final String[] variables = {"Memory Limit is:", "CPU Quota is:", "CPU Period is:", "active_processor_count:"};
Expand Down

1 comment on commit 2f0f34c

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.