hotspot/test/runtime/CommandLine/IgnoreUnrecognizedVMOptions.java
changeset 36851 03e2f4d0a421
parent 34618 445eb59995bb
child 40631 ed82623d7831
equal deleted inserted replaced
36850:ada6dcfa50dc 36851:03e2f4d0a421
    27  * @test
    27  * @test
    28  * @bug 8129855
    28  * @bug 8129855
    29  * @summary -XX:+IgnoreUnrecognizedVMOptions should work according to the spec from JDK-8129855
    29  * @summary -XX:+IgnoreUnrecognizedVMOptions should work according to the spec from JDK-8129855
    30  *
    30  *
    31  * @library /testlibrary
    31  * @library /testlibrary
    32  * @modules java.base/sun.misc
    32  * @modules java.base/jdk.internal.misc
    33  *          java.management
    33  *          java.management
    34  * @run main IgnoreUnrecognizedVMOptions
    34  * @run main IgnoreUnrecognizedVMOptions
    35  */
    35  */
    36 public class IgnoreUnrecognizedVMOptions {
    36 public class IgnoreUnrecognizedVMOptions {
    37 
    37