mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-14 18:03:44 +00:00
8348430: Update jfr tests to allow execution with different vm flags
Reviewed-by: mgronlun
This commit is contained in:
parent
c3923fbb9a
commit
8f7e6e2dbc
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -24,7 +24,6 @@
|
||||
/**
|
||||
* @test
|
||||
* @summary Intrinsic for JFR
|
||||
* @requires vm.flagless
|
||||
* @requires vm.hasJFR
|
||||
* @library /test/lib
|
||||
*
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user