Skip to content

Commit

Permalink
8341131: Some jdk/jfr/event/compiler tests shouldn't be executed with…
Browse files Browse the repository at this point in the history
… Xcomp

Reviewed-by: chagedorn
  • Loading branch information
lmesnik committed Oct 8, 2024
1 parent 966eb72 commit 7312eea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions test/jdk/jdk/jfr/event/compiler/TestCompilerCompile.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, 2024, 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 Down Expand Up @@ -41,7 +41,7 @@
* @test
* @key jfr
* @requires vm.hasJFR
* @requires vm.compMode!="Xint"
* @requires vm.compMode == "Xmixed"
* @library /test/lib
* @build jdk.test.whitebox.WhiteBox
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox
Expand Down
2 changes: 1 addition & 1 deletion test/jdk/jdk/jfr/event/compiler/TestCompilerInlining.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
* @key jfr
* @summary Verifies that corresponding JFR events are emitted in case of inlining.
* @requires vm.hasJFR
*
* @requires vm.compMode == "Xmixed"
* @requires vm.opt.Inline == true | vm.opt.Inline == null
* @library /test/lib
* @modules jdk.jfr
Expand Down
4 changes: 2 additions & 2 deletions test/jdk/jdk/jfr/event/compiler/TestDeoptimization.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019, 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2019, 2024, 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 Down Expand Up @@ -51,7 +51,7 @@ public static void dummyMethod(boolean b) {
* @key jfr
* @summary sanity test for Deoptimization event, depends on Compilation event
* @requires vm.hasJFR
* @requires vm.compMode != "Xint"
* @requires vm.compMode == "Xmixed"
* @requires vm.flavor == "server" & (vm.opt.TieredStopAtLevel == 4 | vm.opt.TieredStopAtLevel == null)
* @requires vm.opt.StressUnstableIfTraps == null | !vm.opt.StressUnstableIfTraps
* @library /test/lib
Expand Down

0 comments on commit 7312eea

Please sign in to comment.