< prev index next >

test/hotspot/jtreg/vmTestbase/metaspace/shrink_grow/ShrinkGrowTest/ShrinkGrowTest.java

Print this page




  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  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/shrink_grow/ShrinkGrowTest.
  29  *

  30  * @library /vmTestbase /test/lib
  31  * @run driver jdk.test.lib.FileInstaller . .
  32  * @run main/othervm
  33  *      -XX:MetaspaceSize=10m
  34  *      -XX:MaxMetaspaceSize=20m
  35  *      -Xlog:gc*:gc.log
  36  *      metaspace.shrink_grow.ShrinkGrowTest.ShrinkGrowTest
  37  */
  38 
  39 package metaspace.shrink_grow.ShrinkGrowTest;
  40 
  41 import java.lang.reflect.InvocationHandler;
  42 import java.lang.reflect.Method;
  43 import java.lang.reflect.Proxy;
  44 import java.lang.management.ManagementFactory;
  45 import java.lang.management.MemoryPoolMXBean;
  46 import java.net.URL;
  47 import java.net.URLClassLoader;
  48 import java.util.HashMap;
  49 import java.util.Map;




  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  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/shrink_grow/ShrinkGrowTest.
  29  *
  30  * @requires vm.opt.final.ClassUnloading
  31  * @library /vmTestbase /test/lib
  32  * @run driver jdk.test.lib.FileInstaller . .
  33  * @run main/othervm
  34  *      -XX:MetaspaceSize=10m
  35  *      -XX:MaxMetaspaceSize=20m
  36  *      -Xlog:gc*:gc.log
  37  *      metaspace.shrink_grow.ShrinkGrowTest.ShrinkGrowTest
  38  */
  39 
  40 package metaspace.shrink_grow.ShrinkGrowTest;
  41 
  42 import java.lang.reflect.InvocationHandler;
  43 import java.lang.reflect.Method;
  44 import java.lang.reflect.Proxy;
  45 import java.lang.management.ManagementFactory;
  46 import java.lang.management.MemoryPoolMXBean;
  47 import java.net.URL;
  48 import java.net.URLClassLoader;
  49 import java.util.HashMap;
  50 import java.util.Map;


< prev index next >