Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8271323: [TESTBUG] serviceability/sa/ClhsdbCDSCore.java fails with -X…
…X:TieredStopAtLevel=1

Backport-of: 9bc52af
  • Loading branch information
GoeLin committed Feb 17, 2023
1 parent 363586e commit 183bb36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/hotspot/jtreg/serviceability/sa/ClhsdbCDSCore.java
Expand Up @@ -167,8 +167,8 @@ public static void main(String[] args) throws Exception {

List testJavaOpts = Arrays.asList(Utils.getTestJavaOpts());

if (testJavaOpts.contains("-Xcomp") && testJavaOpts.contains("-XX:TieredStopAtLevel=1")) {
// No MDOs are allocated in -XX:TieredStopAtLevel=1 + -Xcomp mode
if (testJavaOpts.contains("-XX:TieredStopAtLevel=1")) {
// No MDOs are allocated in -XX:TieredStopAtLevel=1
// The reason is methods being compiled aren't hot enough
// Let's not call printmdo in such scenario
cmds = List.of("printall", "jstack -v");
Expand Down

1 comment on commit 183bb36

@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.