< prev index next >

test/jdk/jdk/internal/jimage/JImageOpenTest.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2019, 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.

@@ -29,14 +29,12 @@
 import java.util.List;
 import java.util.stream.Collectors;
 import java.util.stream.Stream;
 
 /*
- * jimage shared open testing.
  * @test
  * @summary Test to see if thread interrupt handling interferes with other threads.
- * @build JImageOpenTest.java
  * @run main/othervm -Djdk.image.map.all=false JImageOpenTest
  */
 public class JImageOpenTest {
     private static final int NTHREADS = 10;
 
< prev index next >