We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4524ee8 + 3fbf2c2 commit 6b1a336Copy full SHA for 6b1a336
test/functional/cmdLineTests/jfr/build.xml
@@ -37,7 +37,7 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
37
<condition property="jfrEnabled">
38
<and>
39
<contains string="${TEST_FLAG}" substring="JFR" />
40
- <!-- For the time being, JFR tests are only limited to JDK17+. -->
+ <!-- For the time being, JFR tests are only limited to JDK11+. -->
41
<not>
42
<matches string="${JDK_VERSION}" pattern="^(8|9)$$" />
43
</not>
0 commit comments