test/hotspot/jtreg/runtime/appcds/TestWithProfiler.java
changeset 51214 67736b4846a0
parent 50113 caf115bb98ad
child 51990 6003e034cdd8
--- a/test/hotspot/jtreg/runtime/appcds/TestWithProfiler.java	Fri Jul 20 09:33:49 2018 +0200
+++ b/test/hotspot/jtreg/runtime/appcds/TestWithProfiler.java	Fri Jul 20 09:46:57 2018 +0200
@@ -22,14 +22,14 @@
  *
  */
 
-/*
+/**
  * @test
  * @bug 8145221
  * @summary After creating an AppCDS archive, run the test with the JFR profiler
  *          enabled, and keep calling a method in the archive in a tight loop.
  *          This is to test the safe handling of trampoline functions by the
  *          profiler.
- * @requires vm.cds
+ * @requires vm.hasJFR & vm.cds
  * @library /test/lib /test/hotspot/jtreg/runtime/appcds
  * @modules java.base/jdk.internal.misc
  *          java.management