Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion test/hotspot/jtreg/applications/ctw/modules/jdk_jfr.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2017, 2025, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -23,6 +23,7 @@

/*
* @test
* @requires os.arch != "s390x"
* @summary run CTW for all classes from jdk.jfr module
*
* @library /test/lib / /testlibrary/ctw/src
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

/**
* @test
* @requires os.arch != "s390x"
* @summary Tests that the getEventWriter call to write_checkpoint correctly
* reports returning an oop
* @bug 8347463
Expand Down
3 changes: 2 additions & 1 deletion test/jdk/jdk/jfr/api/consumer/TestRecordingFileWrite.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2022, 2025, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -39,6 +39,7 @@
/**
* @test
* @summary Tests RecordingFile::write(Path, Predicate<RecordedEvent>)
* @requires os.arch != "s390x"
* @requires vm.flagless
* @requires vm.hasJFR
* @library /test/lib
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
* @test
* @summary Test scenario where JFR event producer is in a different process
* with respect to the JFR event stream consumer.
* @requires os.arch != "s390x"
* @requires vm.flagless
* @requires vm.hasJFR
* @library /test/lib /test/jdk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
/**
* @test
* @summary Test that it is possible to iterate over chunk with normal events
* @requires os.arch != "s390x"
* @requires vm.flagless
* @requires vm.hasJFR
* @library /test/lib
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
/**
* @test
* @summary Tests that a stream can gracefully handle chunk being removed
* @requires os.arch != "s390x"
* @requires vm.flagless
* @requires vm.hasJFR
* @library /test/lib
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
/**
* @test
* @summary Verify that resources are not leaked in case of failure
* @requires os.arch != "s390x"
* @requires vm.flagless
* @requires vm.hasJFR
* @library /test/lib
Expand Down
1 change: 1 addition & 0 deletions test/jdk/jdk/jfr/api/settings/TestSettingControl.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
/**
* @test
* @summary Tests that methods on all SettingControls have expected behavior.
* @requires os.arch != "s390x"
* @requires vm.flagless
* @requires vm.hasJFR
* @library /test/lib /test/jdk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
* @summary The test verifies that jdk.ClassLoaderStatistics and
* jdk.ThreadThreadDump are not emitted at the beginning of a chunk
* when the period is everyChunk, as is the case in default.jfc
* @requires os.arch != "s390x"
* @requires vm.flagless
* @requires vm.hasJFR
* @library /test/lib /test/jdk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
/**
* @test
* @bug 8242263
* @requires os.arch != "s390x"
* @requires vm.hasJFR
* @requires vm.flagless
* @library /test/lib
Expand Down
1 change: 1 addition & 0 deletions test/jdk/jdk/jfr/event/tracing/TestMultipleThreads.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
/**
* @test
* @summary Tests that tracing and timing work when using multiple threads.
* @requires os.arch != "s390x"
* @requires vm.flagless
* @requires vm.hasJFR
* @library /test/lib
Expand Down
1 change: 1 addition & 0 deletions test/jdk/jdk/jfr/event/tracing/TestTracedString.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
/**
* @test
* @summary Tests that java.lang.String can be traced.
* @requires os.arch != "s390x"
* @requires vm.flagless
* @requires vm.hasJFR
* @library /test/lib
Expand Down
1 change: 1 addition & 0 deletions test/jdk/jdk/jfr/javaagent/TestLoadedAgent.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

/**
* @test
* @requires os.arch != "s390x"
* @requires vm.flagless
* @summary Tests emitting events in a dynamically loaded Java agent
* @requires vm.hasJFR
Expand Down
1 change: 1 addition & 0 deletions test/jdk/jdk/jfr/javaagent/TestPremainAgent.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

/**
* @test
* @requires os.arch != "s390x"
* @requires vm.flagless
* @summary Tests emitting event before main using a Java agent
* @requires vm.hasJFR
Expand Down
1 change: 1 addition & 0 deletions test/jdk/jdk/jfr/jmx/streaming/TestClose.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

/**
* @test
* @requires os.arch != "s390x"
* @requires vm.flagless
* @summary Tests that a RemoteRecordingStream can be closed
* @requires vm.hasJFR
Expand Down
1 change: 1 addition & 0 deletions test/jdk/jdk/jfr/jmx/streaming/TestMaxSize.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

/**
* @test
* @requires os.arch != "s390x"
* @requires vm.flagless
* @summary Tests that max size can be set for a RemoteRecordingStream
* @requires vm.hasJFR
Expand Down
1 change: 1 addition & 0 deletions test/jdk/jdk/jfr/jvm/TestChunkIntegrity.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@

/**
* @test
* @requires os.arch != "s390x"
* @requires vm.hasJFR
* @library /test/lib /test/jdk
* @run main/othervm/timeout=300 jdk.jfr.jvm.TestChunkIntegrity
Expand Down
1 change: 1 addition & 0 deletions test/jdk/jdk/jfr/jvm/TestJFRIntrinsic.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
/**
* @test
* @summary Intrinsic for JFR
* @requires os.arch != "s390x"
* @requires vm.hasJFR
* @library /test/lib
*
Expand Down
1 change: 1 addition & 0 deletions test/jdk/jdk/jfr/tool/TestDisassemble.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
* @test
* @bug 8253050
* @summary Test jfr split
* @requires os.arch != "s390x"
* @requires vm.flagless
* @requires vm.hasJFR
* @library /test/lib /test/jdk
Expand Down
1 change: 1 addition & 0 deletions test/jdk/jdk/jfr/tool/TestScrub.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
/**
* @test
* @summary Test jfr scrub
* @requires os.arch != "s390x"
* @requires vm.flagless
* @requires vm.hasJFR
* @library /test/lib /test/jdk
Expand Down