mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8215534: [testbug] some jfr test don't check @requires vm.hasJFR
Reviewed-by: sundar, egahlin
This commit is contained in:
parent
0bdabe5e08
commit
905d607b35
4 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,7 @@ import jdk.test.lib.security.JDKSecurityProperties;
|
||||||
* @bug 8148188
|
* @bug 8148188
|
||||||
* @summary Enhance the security libraries to record events of interest
|
* @summary Enhance the security libraries to record events of interest
|
||||||
* @key jfr
|
* @key jfr
|
||||||
|
* @requires vm.hasJFR
|
||||||
* @library /test/lib
|
* @library /test/lib
|
||||||
* @run main/othervm jdk.jfr.event.security.TestSecurityPropertyModificationEvent
|
* @run main/othervm jdk.jfr.event.security.TestSecurityPropertyModificationEvent
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -36,6 +36,7 @@ import jdk.test.lib.security.TestTLSHandshake;
|
||||||
* @bug 8148188
|
* @bug 8148188
|
||||||
* @summary Enhance the security libraries to record events of interest
|
* @summary Enhance the security libraries to record events of interest
|
||||||
* @key jfr
|
* @key jfr
|
||||||
|
* @requires vm.hasJFR
|
||||||
* @library /test/lib
|
* @library /test/lib
|
||||||
* @run main/othervm jdk.jfr.event.security.TestTLSHandshakeEvent
|
* @run main/othervm jdk.jfr.event.security.TestTLSHandshakeEvent
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -38,6 +38,7 @@ import jdk.test.lib.security.TestCertificate;
|
||||||
* @bug 8148188
|
* @bug 8148188
|
||||||
* @summary Enhance the security libraries to record events of interest
|
* @summary Enhance the security libraries to record events of interest
|
||||||
* @key jfr
|
* @key jfr
|
||||||
|
* @requires vm.hasJFR
|
||||||
* @library /test/lib
|
* @library /test/lib
|
||||||
* @run main/othervm jdk.jfr.event.security.TestX509CertificateEvent
|
* @run main/othervm jdk.jfr.event.security.TestX509CertificateEvent
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -40,6 +40,7 @@ import jdk.test.lib.security.TestCertificate;
|
||||||
* @bug 8148188
|
* @bug 8148188
|
||||||
* @summary Enhance the security libraries to record events of interest
|
* @summary Enhance the security libraries to record events of interest
|
||||||
* @key jfr
|
* @key jfr
|
||||||
|
* @requires vm.hasJFR
|
||||||
* @library /test/lib
|
* @library /test/lib
|
||||||
* @modules jdk.jfr/jdk.jfr.events
|
* @modules jdk.jfr/jdk.jfr.events
|
||||||
* @run main/othervm jdk.jfr.event.security.TestX509ValidationEvent
|
* @run main/othervm jdk.jfr.event.security.TestX509ValidationEvent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue