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

test/hotspot/jtreg/gc/TestMemoryInitializationWithCMS.java

Print this page

        

*** 1,8 **** - /* ! * Copyright (c) 2002, 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) 2002, 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 TestMemoryInitializationWithCMS * @key gc * @bug 4668531 ! * @requires vm.debug & vm.gc.ConcMarkSweep * @summary Simple test for -XX:+CheckMemoryInitialization doesn't crash VM * @run main/othervm -XX:+UseConcMarkSweepGC -XX:+CheckMemoryInitialization TestMemoryInitializationWithCMS */ public class TestMemoryInitializationWithCMS { --- 23,33 ---- /* * @test TestMemoryInitializationWithCMS * @key gc * @bug 4668531 ! * @requires vm.debug & vm.gc.ConcMarkSweep & !vm.graal.enabled * @summary Simple test for -XX:+CheckMemoryInitialization doesn't crash VM * @run main/othervm -XX:+UseConcMarkSweepGC -XX:+CheckMemoryInitialization TestMemoryInitializationWithCMS */ public class TestMemoryInitializationWithCMS {
test/hotspot/jtreg/gc/TestMemoryInitializationWithCMS.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File