test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted004/TestDescription.java
changeset 54279 368757835b97
parent 50260 46c67f5e27c2
equal deleted inserted replaced
54278:16999bd91ba6 54279:368757835b97
     1 /*
     1 /*
     2  * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    37  *      CR 6465063
    37  *      CR 6465063
    38  *
    38  *
    39  * @library /vmTestbase
    39  * @library /vmTestbase
    40  *          /test/lib
    40  *          /test/lib
    41  * @run driver jdk.test.lib.FileInstaller . .
    41  * @run driver jdk.test.lib.FileInstaller . .
    42  * @ignore 7013634 6606767
       
    43  * @run main/othervm/native
    42  * @run main/othervm/native
    44  *      -agentlib:resexhausted=-waittime=5
    43  *      -agentlib:resexhausted=-waittime=5
    45  *      -Xms16m
    44  *      -Xms16m
    46  *      -Xmx16m
    45  *      -Xmx16m
    47  *      -XX:MaxMetaspaceSize=8m
    46  *      -XX:MaxMetaspaceSize=9m
    48  *      -XX:-UseGCOverheadLimit
    47  *      -XX:-UseGCOverheadLimit
    49  *      nsk.jvmti.ResourceExhausted.resexhausted004
    48  *      nsk.jvmti.ResourceExhausted.resexhausted004
    50  *      ./bin/classes
       
    51  */
    49  */
    52 
    50