Skip to content

Commit e10b538

Browse files
author
Markus Grönlund
committedOct 19, 2020
8243962: Various JVM TI tests time out using JFR on Windows
Reviewed-by: sspitsyn, cjplummer
1 parent a1a3e9d commit e10b538

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed
 

‎test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP03/sp03t001/TestDescription.java

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@
5757
* @library /vmTestbase
5858
* /test/lib
5959
* @build nsk.jvmti.scenarios.sampling.SP03.sp03t001
60+
* @comment see JDK-8243962 for background on requires expression
61+
* @requires !(vm.flightRecorder & vm.debug & os.family == "windows")
6062
* @run main/othervm/native
6163
* -agentlib:sp03t001=-waittime=5,threads=10
6264
* nsk.jvmti.scenarios.sampling.SP03.sp03t001

‎test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP03/sp03t002/TestDescription.java

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@
5757
* @library /vmTestbase
5858
* /test/lib
5959
* @build nsk.jvmti.scenarios.sampling.SP03.sp03t002
60+
* @comment see JDK-8243962 for background on requires expression
61+
* @requires !(vm.flightRecorder & vm.debug & os.family == "windows")
6062
* @run main/othervm/native
6163
* -agentlib:sp03t002=-waittime=5,threads=10
6264
* nsk.jvmti.scenarios.sampling.SP03.sp03t002

‎test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP04/sp04t001/TestDescription.java

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
*
5757
* @library /vmTestbase
5858
* /test/lib
59+
* @comment see JDK-8243962 for background on requires expression
60+
* @requires !(vm.flightRecorder & vm.debug & os.family == "windows")
5961
* @run main/othervm/native
6062
* -agentlib:sp04t001=-waittime=5,threads=10
6163
* nsk.jvmti.scenarios.sampling.SP04.sp04t001

‎test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP04/sp04t002/TestDescription.java

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
*
5757
* @library /vmTestbase
5858
* /test/lib
59+
* @comment see JDK-8243962 for background on requires expression
60+
* @requires !(vm.flightRecorder & vm.debug & os.family == "windows")
5961
* @run main/othervm/native
6062
* -agentlib:sp04t002=-waittime=5,threads=10
6163
* nsk.jvmti.scenarios.sampling.SP04.sp04t002

0 commit comments

Comments
 (0)
Please sign in to comment.