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

test/hotspot/jtreg/gc/stress/gclocker/TestGCLockerWithCMS.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.
*** 23,33 **** */ /* * @test TestGCLockerWithCMS * @key gc ! * @requires vm.gc.ConcMarkSweep * @summary Stress CMS' GC locker by calling GetPrimitiveArrayCritical while concurrently filling up old gen. * @run main/native/othervm/timeout=200 -Xlog:gc*=info -Xms1500m -Xmx1500m -XX:+UseConcMarkSweepGC TestGCLockerWithCMS */ public class TestGCLockerWithCMS { public static void main(String[] args) { --- 23,33 ---- */ /* * @test TestGCLockerWithCMS * @key gc ! * @requires vm.gc.ConcMarkSweep & !vm.graal.enabled * @summary Stress CMS' GC locker by calling GetPrimitiveArrayCritical while concurrently filling up old gen. * @run main/native/othervm/timeout=200 -Xlog:gc*=info -Xms1500m -Xmx1500m -XX:+UseConcMarkSweepGC TestGCLockerWithCMS */ public class TestGCLockerWithCMS { public static void main(String[] args) {
test/hotspot/jtreg/gc/stress/gclocker/TestGCLockerWithCMS.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File