Skip to content

Commit 3c301f8

Browse files
authored
Merge pull request #22217 from harship04/systemprocess-zos
Enable JFR SystemProcess test on z/OS
2 parents 1c17e42 + 2ece4c2 commit 3c301f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/cmdLineTests/jfr/jfrevents.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
8787
<output type="success" caseSensitive="yes" regex="no">jdk.YoungGenerationConfiguration</output>
8888
<output type="failure" caseSensitive="yes" regex="no">jfr print: could not read recording</output>
8989
</test>
90-
<test id="test jfr system process - approx 30 seconds" platforms="aix.*,linux.*,osx.*">
90+
<test id="test jfr system process - approx 30 seconds" platforms="aix.*,linux.*,osx.*,zos.*">
9191
<command>$JFR_EXE$ print --xml --events "SystemProcess" defaultJ9recording.jfr</command>
9292
<output type="required" caseSensitive="yes" regex="no">http://www.w3.org/2001/XMLSchema-instance</output>
9393
<output type="success" caseSensitive="yes" regex="no">jdk.SystemProcess</output>

0 commit comments

Comments
 (0)