Skip to content

Commit

Permalink
8215534: [testbug] some jfr test don't check @requires vm.hasJFR
Browse files Browse the repository at this point in the history
Reviewed-by: sundar, egahlin
  • Loading branch information
GoeLin committed Dec 13, 2018
1 parent 0bdabe5 commit 905d607
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
* @bug 8148188
* @summary Enhance the security libraries to record events of interest
* @key jfr
* @requires vm.hasJFR
* @library /test/lib
* @run main/othervm jdk.jfr.event.security.TestSecurityPropertyModificationEvent
*/
Expand Down
1 change: 1 addition & 0 deletions test/jdk/jdk/jfr/event/security/TestTLSHandshakeEvent.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
* @bug 8148188
* @summary Enhance the security libraries to record events of interest
* @key jfr
* @requires vm.hasJFR
* @library /test/lib
* @run main/othervm jdk.jfr.event.security.TestTLSHandshakeEvent
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
* @bug 8148188
* @summary Enhance the security libraries to record events of interest
* @key jfr
* @requires vm.hasJFR
* @library /test/lib
* @run main/othervm jdk.jfr.event.security.TestX509CertificateEvent
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
* @bug 8148188
* @summary Enhance the security libraries to record events of interest
* @key jfr
* @requires vm.hasJFR
* @library /test/lib
* @modules jdk.jfr/jdk.jfr.events
* @run main/othervm jdk.jfr.event.security.TestX509ValidationEvent
Expand Down

0 comments on commit 905d607

Please sign in to comment.