test/jdk/java/lang/management/MemoryMXBean/MemoryManagementConcMarkSweepGC.sh
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File open Cdiff test/jdk/java/lang/management/MemoryMXBean/MemoryManagementConcMarkSweepGC.sh

test/jdk/java/lang/management/MemoryMXBean/MemoryManagementConcMarkSweepGC.sh

Print this page

        

*** 1,7 **** # ! # Copyright (c) 2003, 2015, 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) 2003, 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.
*** 25,35 **** # @test # @bug 4530538 # @summary Run MemoryManagement test with concurrent mark sweep GC # @author Mandy Chung # ! # @requires vm.gc=="ConcMarkSweep" | vm.gc=="null" # # @run build MemoryManagement # @run shell/timeout=600 MemoryManagementConcMarkSweepGC.sh # --- 25,35 ---- # @test # @bug 4530538 # @summary Run MemoryManagement test with concurrent mark sweep GC # @author Mandy Chung # ! # @requires (vm.gc=="ConcMarkSweep" | vm.gc=="null") & !vm.graal.enabled # # @run build MemoryManagement # @run shell/timeout=600 MemoryManagementConcMarkSweepGC.sh #
test/jdk/java/lang/management/MemoryMXBean/MemoryManagementConcMarkSweepGC.sh
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File