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

test/hotspot/jtreg/gc/cms/TestCMSScavengeBeforeRemark.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2015, 2016, 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) 2015, 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 TestCMSScavengeBeforeRemark * @key gc * @bug 8139868 ! * @requires vm.gc.ConcMarkSweep * @summary Run CMS with CMSScavengeBeforeRemark * @run main/othervm -XX:+UseConcMarkSweepGC -XX:+CMSScavengeBeforeRemark -XX:+ExplicitGCInvokesConcurrent -Xmx256m -Xlog:gc=debug TestCMSScavengeBeforeRemark */ public class TestCMSScavengeBeforeRemark { --- 23,33 ---- /* * @test TestCMSScavengeBeforeRemark * @key gc * @bug 8139868 ! * @requires vm.gc.ConcMarkSweep & !vm.graal.enabled * @summary Run CMS with CMSScavengeBeforeRemark * @run main/othervm -XX:+UseConcMarkSweepGC -XX:+CMSScavengeBeforeRemark -XX:+ExplicitGCInvokesConcurrent -Xmx256m -Xlog:gc=debug TestCMSScavengeBeforeRemark */ public class TestCMSScavengeBeforeRemark {
test/hotspot/jtreg/gc/cms/TestCMSScavengeBeforeRemark.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File