8348430: Update jfr tests to allow execution with different vm flags

Reviewed-by: mgronlun
This commit is contained in:
Erik Gahlin 2025-01-31 08:55:52 +00:00
parent c3923fbb9a
commit 8f7e6e2dbc
10 changed files with 0 additions and 10 deletions

View File

@ -53,7 +53,6 @@ import jdk.test.lib.jfr.Events;
/**
* @test
* @requires vm.flagless
* @requires vm.hasJFR
* @library /test/lib
* @run main/othervm jdk.jfr.api.event.dynamic.TestEventFactory

View File

@ -35,7 +35,6 @@ import jdk.test.lib.Utils;
/**
* @test TestStartStopRecording
*
* @requires vm.flagless
* @requires vm.hasJFR
* @library /test/lib
* @run main/othervm jdk.jfr.api.recorder.TestStartStopRecording

View File

@ -35,7 +35,6 @@ import jdk.test.lib.jfr.EventNames;
/**
* @test
* @summary Test copyTo and parse file
* @requires vm.flagless
* @requires vm.hasJFR
* @library /test/lib
* @run main/othervm jdk.jfr.api.recording.dump.TestDump

View File

@ -33,7 +33,6 @@ import jdk.test.lib.jfr.Events;
/**
* @test
* @summary Tests ObjectAllocationSampleEvent
* @requires vm.flagless
* @requires vm.hasJFR
* @library /test/lib
* @run main/othervm -XX:+UseTLAB -XX:TLABSize=2k -XX:-ResizeTLAB jdk.jfr.event.allocation.TestObjectAllocationSampleEvent

View File

@ -33,7 +33,6 @@ import jdk.test.lib.jfr.Events;
/**
* @test
* @requires vm.flagless
* @requires vm.hasJFR
* @requires vm.flagless
* @library /test/lib /test/jdk

View File

@ -38,7 +38,6 @@ import jdk.test.lib.jfr.RecurseThread;
/**
* @test
* @requires vm.flagless
* @requires vm.hasJFR
* @library /test/lib
* @run main/othervm jdk.jfr.event.profiling.TestFullStackTrace

View File

@ -56,7 +56,6 @@ import jdk.test.lib.jfr.TestClassLoader;
/**
* @test
* @requires vm.flagless
* @requires vm.hasJFR
* @library /test/lib /test/jdk
* @run main/othervm/timeout=300 jdk.jfr.jvm.TestChunkIntegrity

View File

@ -31,7 +31,6 @@ import java.util.List;
/**
* @test TestGetAllEventClasses
* @requires vm.flagless
* @requires vm.hasJFR
* @library /test/lib /test/jdk
* @modules jdk.jfr/jdk.jfr.internal

View File

@ -24,7 +24,6 @@
/**
* @test
* @summary Intrinsic for JFR
* @requires vm.flagless
* @requires vm.hasJFR
* @library /test/lib
*

View File

@ -40,7 +40,6 @@ import jdk.test.lib.Utils;
/**
* @test
* @summary Tests starting virtual threads from a set of ordinary threads
* @requires vm.flagless
* @requires vm.hasJFR & vm.continuations
* @library /test/lib /test/jdk
* @modules jdk.jfr/jdk.jfr.internal