Skip to content

Commit 8364611

Browse files
lmesnikpull[bot]
authored andcommitted
8341131: Some jdk/jfr/event/compiler tests shouldn't be executed with Xcomp
Reviewed-by: chagedorn
1 parent 14ffebf commit 8364611

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

test/jdk/jdk/jfr/event/compiler/TestCompilerCompile.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2013, 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2013, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -41,7 +41,7 @@
4141
* @test
4242
* @key jfr
4343
* @requires vm.hasJFR
44-
* @requires vm.compMode!="Xint"
44+
* @requires vm.compMode == "Xmixed"
4545
* @library /test/lib
4646
* @build jdk.test.whitebox.WhiteBox
4747
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox

test/jdk/jdk/jfr/event/compiler/TestCompilerInlining.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
* @key jfr
5858
* @summary Verifies that corresponding JFR events are emitted in case of inlining.
5959
* @requires vm.hasJFR
60-
*
60+
* @requires vm.compMode == "Xmixed"
6161
* @requires vm.opt.Inline == true | vm.opt.Inline == null
6262
* @library /test/lib
6363
* @modules jdk.jfr

test/jdk/jdk/jfr/event/compiler/TestDeoptimization.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019, 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2019, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -51,7 +51,7 @@ public static void dummyMethod(boolean b) {
5151
* @key jfr
5252
* @summary sanity test for Deoptimization event, depends on Compilation event
5353
* @requires vm.hasJFR
54-
* @requires vm.compMode != "Xint"
54+
* @requires vm.compMode == "Xmixed"
5555
* @requires vm.flavor == "server" & (vm.opt.TieredStopAtLevel == 4 | vm.opt.TieredStopAtLevel == null)
5656
* @requires vm.opt.StressUnstableIfTraps == null | !vm.opt.StressUnstableIfTraps
5757
* @library /test/lib

0 commit comments

Comments
 (0)