test/hotspot/jtreg/gc/stress/systemgc/TestSystemGCWithCMS.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File open Cdiff test/hotspot/jtreg/gc/stress/systemgc/TestSystemGCWithCMS.java

test/hotspot/jtreg/gc/stress/systemgc/TestSystemGCWithCMS.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 24,34 **** /* * @test TestSystemGCWithCMS * @key gc stress * @bug 8190703 ! * @requires vm.gc.ConcMarkSweep * @summary Stress the CMS GC full GC by allocating objects of different lifetimes concurrently with System.gc(). * @run main/othervm/timeout=300 -Xlog:gc*=info -Xmx512m -XX:+UseConcMarkSweepGC TestSystemGCWithCMS 270 */ public class TestSystemGCWithCMS { public static void main(String[] args) throws Exception { --- 24,34 ---- /* * @test TestSystemGCWithCMS * @key gc stress * @bug 8190703 ! * @requires vm.gc.ConcMarkSweep & !vm.graal.enabled * @summary Stress the CMS GC full GC by allocating objects of different lifetimes concurrently with System.gc(). * @run main/othervm/timeout=300 -Xlog:gc*=info -Xmx512m -XX:+UseConcMarkSweepGC TestSystemGCWithCMS 270 */ public class TestSystemGCWithCMS { public static void main(String[] args) throws Exception {
test/hotspot/jtreg/gc/stress/systemgc/TestSystemGCWithCMS.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File