test/hotspot/jtreg/runtime/SharedArchiveFile/BootAppendTests.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File open Sdiff test/hotspot/jtreg/runtime/SharedArchiveFile

test/hotspot/jtreg/runtime/SharedArchiveFile/BootAppendTests.java

Print this page




  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /**
  25  * @test
  26  * @requires vm.cds & !vm.graal.enabled
  27  * @summary Testing -Xbootclasspath/a support for CDS
  28  * @requires vm.cds
  29  * @library /test/lib
  30  * @modules java.base/jdk.internal.misc

  31  *          java.management
  32  *          jdk.internal.jvmstat/sun.jvmstat.monitor
  33  * @compile javax/sound/sampled/MyClass.jasm
  34  * @compile javax/annotation/processing/FilerException.jasm
  35  * @compile nonjdk/myPackage/MyClass.java
  36  * @build LoadClass
  37  * @run main/othervm BootAppendTests
  38  */
  39 
  40 import java.io.File;
  41 import java.io.FileOutputStream;
  42 import java.io.IOException;
  43 import java.io.PrintStream;
  44 
  45 import java.nio.file.Path;
  46 import java.nio.file.Paths;
  47 
  48 import jdk.test.lib.cds.CDSOptions;
  49 import jdk.test.lib.cds.CDSTestUtils;
  50 import jdk.test.lib.process.ProcessTools;




  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /**
  25  * @test
  26  * @requires vm.cds & !vm.graal.enabled
  27  * @summary Testing -Xbootclasspath/a support for CDS
  28  * @requires vm.cds
  29  * @library /test/lib
  30  * @modules java.compiler
  31  *          java.base/jdk.internal.misc
  32  *          java.management
  33  *          jdk.internal.jvmstat/sun.jvmstat.monitor
  34  * @compile javax/sound/sampled/MyClass.jasm
  35  * @compile javax/annotation/processing/FilerException.jasm
  36  * @compile nonjdk/myPackage/MyClass.java
  37  * @build LoadClass
  38  * @run main/othervm BootAppendTests
  39  */
  40 
  41 import java.io.File;
  42 import java.io.FileOutputStream;
  43 import java.io.IOException;
  44 import java.io.PrintStream;
  45 
  46 import java.nio.file.Path;
  47 import java.nio.file.Paths;
  48 
  49 import jdk.test.lib.cds.CDSOptions;
  50 import jdk.test.lib.cds.CDSTestUtils;
  51 import jdk.test.lib.process.ProcessTools;


test/hotspot/jtreg/runtime/SharedArchiveFile/BootAppendTests.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File