< prev index next >

test/hotspot/jtreg/vmTestbase/jit/tiered/TestDescription.java

Print this page




  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 
  25 /*
  26  * @test
  27  *
  28  * @summary converted from VM Testbase jit/tiered.
  29  * VM Testbase keywords: [jit, quick]
  30  * VM Testbase readme:
  31  * Description
  32  *     The test verifies that JVM prints tiered events with -XX:+PrintTieredEvents
  33  *     for tiered compilation explicitly enabled with -XX:+TieredCompilation.
  34  *     If tiered compilation is explicitly disabled the test verifies that there are no
  35  *     output from PrintTieredEvents.
  36  *

  37  * @library /vmTestbase
  38  *          /test/lib
  39  * @run driver jdk.test.lib.FileInstaller . .
  40  * @run shell tieredTest.sh
  41  */
  42 


  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 
  25 /*
  26  * @test
  27  *
  28  * @summary converted from VM Testbase jit/tiered.
  29  * VM Testbase keywords: [jit, quick]
  30  * VM Testbase readme:
  31  * Description
  32  *     The test verifies that JVM prints tiered events with -XX:+PrintTieredEvents
  33  *     for tiered compilation explicitly enabled with -XX:+TieredCompilation.
  34  *     If tiered compilation is explicitly disabled the test verifies that there are no
  35  *     output from PrintTieredEvents.
  36  *
  37  * @requires vm.opt.final.TieredCompilation
  38  * @library /vmTestbase
  39  *          /test/lib
  40  * @run driver jdk.test.lib.FileInstaller . .
  41  * @run shell tieredTest.sh
  42  */
  43 
< prev index next >