test/hotspot/jtreg/gc/startup_warnings/TestCMS.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File
*** old/test/hotspot/jtreg/gc/startup_warnings/TestCMS.java	Thu May  3 12:25:54 2018
--- new/test/hotspot/jtreg/gc/startup_warnings/TestCMS.java	Thu May  3 12:25:54 2018

*** 1,7 **** --- 1,7 ---- /* ! * Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 2013, 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.
*** 20,37 **** --- 20,38 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /* ! * @test TestCMS ! * @key gc ! * @bug 8006398 8155948 8179013 ! * @summary Test that CMS prints a warning message * @library /test/lib * @modules java.base/jdk.internal.misc * java.management */ + * @requires !vm.graal.enabled + * @library /test/lib + * @modules java.base/jdk.internal.misc + * java.management + */ import jdk.test.lib.process.ProcessTools; import jdk.test.lib.process.OutputAnalyzer; public class TestCMS {

test/hotspot/jtreg/gc/startup_warnings/TestCMS.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File