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

test/hotspot/jtreg/gc/concurrent_phase_control/TestConcurrentPhaseControlCMS.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.
*** 22,32 **** */ /* * @test TestConcurrentPhaseControlCMS * @bug 8169517 ! * @requires vm.gc.ConcMarkSweep * @summary Verify CMS GC doesn't support WhiteBox concurrent phase control. * @key gc * @modules java.base * @library /test/lib / * @build sun.hotspot.WhiteBox --- 22,32 ---- */ /* * @test TestConcurrentPhaseControlCMS * @bug 8169517 ! * @requires vm.gc.ConcMarkSweep & !vm.graal.enabled * @summary Verify CMS GC doesn't support WhiteBox concurrent phase control. * @key gc * @modules java.base * @library /test/lib / * @build sun.hotspot.WhiteBox
test/hotspot/jtreg/gc/concurrent_phase_control/TestConcurrentPhaseControlCMS.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File