Skip to content

Commit 1581ac8

Browse files
authored
Merge pull request #21243 from tajila/jfr3
Exclude jfr event tests on JDK11
2 parents aa5d891 + 4e5d226 commit 1581ac8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/cmdLineTests/jfr/playlist.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
7979
<impl>openj9</impl>
8080
<impl>ibm</impl>
8181
</impls>
82-
<!-- For the time being, JFR tests are only limited to JDK11+. -->
82+
<!-- For the time being, these tests are limited to JDK17+. -->
8383
<versions>
84-
<version>11+</version>
84+
<version>17+</version>
8585
</versions>
8686
<features>
8787
<feature>JFR:required</feature>

0 commit comments

Comments
 (0)