Skip to content

Commit 6b1a336

Browse files
authored
Merge pull request eclipse-openj9#20880 from babsingh/main12
Fix comment in JFR's cmdLineTests build.xml
2 parents 4524ee8 + 3fbf2c2 commit 6b1a336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/cmdLineTests/jfr/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
3737
<condition property="jfrEnabled">
3838
<and>
3939
<contains string="${TEST_FLAG}" substring="JFR" />
40-
<!-- For the time being, JFR tests are only limited to JDK17+. -->
40+
<!-- For the time being, JFR tests are only limited to JDK11+. -->
4141
<not>
4242
<matches string="${JDK_VERSION}" pattern="^(8|9)$$" />
4343
</not>

0 commit comments

Comments
 (0)