8243962: Various JVM TI tests time out using JFR on Windows

Reviewed-by: sspitsyn, cjplummer
This commit is contained in:
Markus Grönlund 2020-10-19 09:18:40 +00:00
parent a1a3e9def7
commit e10b53853a
4 changed files with 8 additions and 0 deletions

View File

@ -57,6 +57,8 @@
* @library /vmTestbase
* /test/lib
* @build nsk.jvmti.scenarios.sampling.SP03.sp03t001
* @comment see JDK-8243962 for background on requires expression
* @requires !(vm.flightRecorder & vm.debug & os.family == "windows")
* @run main/othervm/native
* -agentlib:sp03t001=-waittime=5,threads=10
* nsk.jvmti.scenarios.sampling.SP03.sp03t001

View File

@ -57,6 +57,8 @@
* @library /vmTestbase
* /test/lib
* @build nsk.jvmti.scenarios.sampling.SP03.sp03t002
* @comment see JDK-8243962 for background on requires expression
* @requires !(vm.flightRecorder & vm.debug & os.family == "windows")
* @run main/othervm/native
* -agentlib:sp03t002=-waittime=5,threads=10
* nsk.jvmti.scenarios.sampling.SP03.sp03t002

View File

@ -56,6 +56,8 @@
*
* @library /vmTestbase
* /test/lib
* @comment see JDK-8243962 for background on requires expression
* @requires !(vm.flightRecorder & vm.debug & os.family == "windows")
* @run main/othervm/native
* -agentlib:sp04t001=-waittime=5,threads=10
* nsk.jvmti.scenarios.sampling.SP04.sp04t001

View File

@ -56,6 +56,8 @@
*
* @library /vmTestbase
* /test/lib
* @comment see JDK-8243962 for background on requires expression
* @requires !(vm.flightRecorder & vm.debug & os.family == "windows")
* @run main/othervm/native
* -agentlib:sp04t002=-waittime=5,threads=10
* nsk.jvmti.scenarios.sampling.SP04.sp04t002