Skip to content

Commit

Permalink
Fix comment in JFR's cmdLineTests build.xml
Browse files Browse the repository at this point in the history
Related: eclipse-openj9#20834

Signed-off-by: Babneet Singh <[email protected]>
  • Loading branch information
babsingh committed Jan 3, 2025
1 parent 4524ee8 commit 3fbf2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/cmdLineTests/jfr/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
<condition property="jfrEnabled">
<and>
<contains string="${TEST_FLAG}" substring="JFR" />
<!-- For the time being, JFR tests are only limited to JDK17+. -->
<!-- For the time being, JFR tests are only limited to JDK11+. -->
<not>
<matches string="${JDK_VERSION}" pattern="^(8|9)$$" />
</not>
Expand Down

0 comments on commit 3fbf2c2

Please sign in to comment.