< prev index next >

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

Print this page
rev 59898 : [mq]: 8249032


  25 /*
  26  * @test
  27  * @key stress randomness
  28  *
  29  * @summary converted from VM Testbase nsk/sysdict/vm/stress/btree/btree003.
  30  * VM Testbase keywords: [stress, sysdict, stressopt, nonconcurrent]
  31  * VM Testbase readme:
  32  * DESCRIPTION
  33  *     Single thread loads single class with a tree of loaders.
  34  *     The test is deemed failed if loading attempt fails.
  35  *     The test repeats until the given number of iterations,
  36  *     or until EndOfMemoryError.
  37  *
  38  * @library /vmTestbase /test/lib
  39  * @comment btree classes import nsk.sysdict.share.*
  40  * @build nsk.sysdict.share.*
  41  * @comment build btree.jar
  42  * @run driver nsk.sysdict.share.GenClassesBuilder btree
  43  * @comment build fats.jar
  44  * @run driver nsk.sysdict.share.GenClassesBuilder fats
  45  * @run driver jdk.test.lib.FileInstaller . .
  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  *      -useFatClass
  54  */
  55 


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

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