test/hotspot/jtreg/runtime/CommandLine/TestNullTerminatedFlags.java
changeset 59053 ba6c248cae19
parent 52518 6f18c23b0185
equal deleted inserted replaced
59051:f0312c7d5b37 59053:ba6c248cae19
     1 /*
     1 /*
     2  * Copyright (c) 2014, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    34  * @run driver TestNullTerminatedFlags
    34  * @run driver TestNullTerminatedFlags
    35  */
    35  */
    36 public class TestNullTerminatedFlags {
    36 public class TestNullTerminatedFlags {
    37    public static String[] options = {
    37    public static String[] options = {
    38             "-Xnoclassgc",
    38             "-Xnoclassgc",
    39             "-Xconcgc",
       
    40             "-Xnoconcgc",
       
    41             "-Xbatch",
    39             "-Xbatch",
    42             "-green",
    40             "-green",
    43             "-native",
    41             "-native",
    44             "-Xrs",
    42             "-Xrs",
    45             "-Xinternalversion",
    43             "-Xinternalversion",