< prev index next >

test/hotspot/jtreg/vmTestbase/nsk/sysdict/vm/stress/btree/btree001/btree001.java

Print this page
rev 59898 : [mq]: 8249032


  26  * @test
  27  * @key stress randomness
  28  *
  29  * @summary converted from VM Testbase nsk/sysdict/vm/stress/btree/btree001.
  30  * VM Testbase keywords: [stress, sysdict, stressopt, nonconcurrent]
  31  * VM Testbase readme:
  32  * DESCRIPTION
  33  *     Single thread load a tree of classes with isomorphic
  34  *     tree of loaders (root loader loads root class, etc).
  35  *     The test is deemed failed if loading attempt fails.
  36  *     The test repeats until the given number of iterations,
  37  *     or until EndOfMemoryError.
  38  *
  39  * @library /vmTestbase /test/lib
  40  * @comment btree classes import nsk.sysdict.share.*
  41  * @build nsk.sysdict.share.*
  42  * @comment build btree.jar
  43  * @run driver nsk.sysdict.share.GenClassesBuilder btree
  44  * @comment build fats.jar
  45  * @run driver nsk.sysdict.share.GenClassesBuilder fats
  46  * @run driver jdk.test.lib.FileInstaller . .
  47  * @build nsk.sysdict.share.BTreeTest
  48  * @run main/othervm
  49  *      -XX:-UseGCOverheadLimit
  50  *      PropertyResolvingWrapper
  51  *      nsk.sysdict.share.BTreeTest
  52  *      -jarpath btree.jar${path.separator}fats.jar
  53  *      -t 1
  54  */
  55 


  26  * @test
  27  * @key stress randomness
  28  *
  29  * @summary converted from VM Testbase nsk/sysdict/vm/stress/btree/btree001.
  30  * VM Testbase keywords: [stress, sysdict, stressopt, nonconcurrent]
  31  * VM Testbase readme:
  32  * DESCRIPTION
  33  *     Single thread load a tree of classes with isomorphic
  34  *     tree of loaders (root loader loads root class, etc).
  35  *     The test is deemed failed if loading attempt fails.
  36  *     The test repeats until the given number of iterations,
  37  *     or until EndOfMemoryError.
  38  *
  39  * @library /vmTestbase /test/lib
  40  * @comment btree classes import nsk.sysdict.share.*
  41  * @build nsk.sysdict.share.*
  42  * @comment build btree.jar
  43  * @run driver nsk.sysdict.share.GenClassesBuilder btree
  44  * @comment build fats.jar
  45  * @run driver nsk.sysdict.share.GenClassesBuilder fats

  46  * @build nsk.sysdict.share.BTreeTest
  47  * @run main/othervm
  48  *      -XX:-UseGCOverheadLimit
  49  *      PropertyResolvingWrapper
  50  *      nsk.sysdict.share.BTreeTest
  51  *      -jarpath btree.jar${path.separator}fats.jar
  52  *      -t 1
  53  */
  54 
< prev index next >