test/langtools/tools/javac/file/LimitedImage.java
changeset 55689 8c5c9d86e1d6
parent 47216 71c04702a3d5
child 57540 dd6d424909dc
equal deleted inserted replaced
55688:0e1bc587472c 55689:8c5c9d86e1d6
     1 /*
     1 /*
     2  * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2016, 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.
    26  * @bug 8153391
    26  * @bug 8153391
    27  * @summary Verify javac behaves properly in absence of zip/jar FileSystemProvider
    27  * @summary Verify javac behaves properly in absence of zip/jar FileSystemProvider
    28  * @library /tools/lib
    28  * @library /tools/lib
    29  * @modules jdk.compiler/com.sun.tools.javac.api
    29  * @modules jdk.compiler/com.sun.tools.javac.api
    30  *          jdk.compiler/com.sun.tools.javac.main
    30  *          jdk.compiler/com.sun.tools.javac.main
    31  * @run main/othervm --limit-modules jdk.compiler LimitedImage
    31  * @run main/othervm --limit-modules jdk.compiler,jdk.internal.vm.compiler LimitedImage
    32  */
    32  */
    33 
    33 
    34 import java.io.IOException;
    34 import java.io.IOException;
    35 import java.nio.file.Path;
    35 import java.nio.file.Path;
    36 import java.nio.file.Paths;
    36 import java.nio.file.Paths;