Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8239422: [TESTBUG] compiler/c1/TestPrintIRDuringConstruction.java fai…
…led when C1 is disabled

Skip test if C1 is not available.

Backport-of: eef0237
  • Loading branch information
theaoqi authored and RealCLanger committed Oct 21, 2021
1 parent 00255bd commit 25c33bc
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2019, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -25,7 +25,7 @@
* @test
* @summary load/store elimination will print out instructions without bcis.
* @bug 8235383
* @requires vm.debug == true
* @requires vm.debug == true & vm.compiler1.enabled
* @run main/othervm -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Xcomp -XX:+PrintIRDuringConstruction -XX:+Verbose compiler.c1.TestPrintIRDuringConstruction
*/

Expand Down

1 comment on commit 25c33bc

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