< prev index next >

test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy015/TestDescription.java

Print this page




  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  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 metaspace/stressHierarchy/stressHierarchy015.
  29  * VM Testbase keywords: [nonconcurrent, javac, no_cds]
  30  *

  31  * @library /vmTestbase /test/lib
  32  * @run driver jdk.test.lib.FileInstaller . .
  33  * @build sun.hotspot.WhiteBox
  34  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
  35  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
  36  * @run main/othervm
  37  *      -Xss10m
  38  *      -Xbootclasspath/a:.
  39  *      -XX:+UnlockDiagnosticVMOptions
  40  *      -XX:+WhiteBoxAPI
  41  *      metaspace.stressHierarchy.common.StressHierarchy3
  42  *      -treeDepth 70
  43  *      -minLevelSize 10
  44  *      -maxLevelSize 100
  45  *      -hierarchyType MIXED
  46  */
  47 


  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  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 metaspace/stressHierarchy/stressHierarchy015.
  29  * VM Testbase keywords: [nonconcurrent, javac, no_cds]
  30  *
  31  * @requires vm.opt.final.ClassUnloading
  32  * @library /vmTestbase /test/lib
  33  * @run driver jdk.test.lib.FileInstaller . .
  34  * @build sun.hotspot.WhiteBox
  35  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
  36  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
  37  * @run main/othervm
  38  *      -Xss10m
  39  *      -Xbootclasspath/a:.
  40  *      -XX:+UnlockDiagnosticVMOptions
  41  *      -XX:+WhiteBoxAPI
  42  *      metaspace.stressHierarchy.common.StressHierarchy3
  43  *      -treeDepth 70
  44  *      -minLevelSize 10
  45  *      -maxLevelSize 100
  46  *      -hierarchyType MIXED
  47  */

< prev index next >