File tree Expand file tree Collapse file tree 7 files changed +0
-35
lines changed
test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles Expand file tree Collapse file tree 7 files changed +0
-35
lines changed Original file line number Diff line number Diff line change @@ -80,10 +80,6 @@ import org.junit.Test;
8080
8181import java.io.File;
8282
83- import jtreg.SkippedException;
84-
85- import sun.hotspot.gc.GC;
86-
8783public class $i extends DynamicArchiveTestBase {
8884 @Test
8985 public void test() throws Exception {
@@ -96,7 +92,6 @@ public class $i extends DynamicArchiveTestBase {
9692 private static final String ps = System.getProperty("path.separator");
9793 private static final String testPackageName = "test.java.lang.invoke";
9894 private static final String testClassName = "$i ";
99- private static final String skippedException = "jtreg.SkippedException: Unable to map shared archive: test did not complete";
10095
10196 static void testImpl() throws Exception {
10297 String topArchiveName = getNewArchiveName();
Original file line number Diff line number Diff line change 4848
4949import java .io .File ;
5050
51- import jtreg .SkippedException ;
52-
53- import sun .hotspot .gc .GC ;
54-
5551public class MethodHandlesAsCollectorTest extends DynamicArchiveTestBase {
5652 @ Test
5753 public void test () throws Exception {
@@ -64,7 +60,6 @@ public void test() throws Exception {
6460 private static final String ps = System .getProperty ("path.separator" );
6561 private static final String testPackageName = "test.java.lang.invoke" ;
6662 private static final String testClassName = "MethodHandlesAsCollectorTest" ;
67- private static final String skippedException = "jtreg.SkippedException: Unable to map shared archive: test did not complete" ;
6863
6964 static void testImpl () throws Exception {
7065 String topArchiveName = getNewArchiveName ();
Original file line number Diff line number Diff line change 4848
4949import java .io .File ;
5050
51- import jtreg .SkippedException ;
52-
53- import sun .hotspot .gc .GC ;
54-
5551public class MethodHandlesCastFailureTest extends DynamicArchiveTestBase {
5652 @ Test
5753 public void test () throws Exception {
@@ -64,7 +60,6 @@ public void test() throws Exception {
6460 private static final String ps = System .getProperty ("path.separator" );
6561 private static final String testPackageName = "test.java.lang.invoke" ;
6662 private static final String testClassName = "MethodHandlesCastFailureTest" ;
67- private static final String skippedException = "jtreg.SkippedException: Unable to map shared archive: test did not complete" ;
6863
6964 static void testImpl () throws Exception {
7065 String topArchiveName = getNewArchiveName ();
Original file line number Diff line number Diff line change 4848
4949import java .io .File ;
5050
51- import jtreg .SkippedException ;
52-
53- import sun .hotspot .gc .GC ;
54-
5551public class MethodHandlesGeneralTest extends DynamicArchiveTestBase {
5652 @ Test
5753 public void test () throws Exception {
@@ -64,7 +60,6 @@ public void test() throws Exception {
6460 private static final String ps = System .getProperty ("path.separator" );
6561 private static final String testPackageName = "test.java.lang.invoke" ;
6662 private static final String testClassName = "MethodHandlesGeneralTest" ;
67- private static final String skippedException = "jtreg.SkippedException: Unable to map shared archive: test did not complete" ;
6863
6964 static void testImpl () throws Exception {
7065 String topArchiveName = getNewArchiveName ();
Original file line number Diff line number Diff line change 4848
4949import java .io .File ;
5050
51- import jtreg .SkippedException ;
52-
53- import sun .hotspot .gc .GC ;
54-
5551public class MethodHandlesInvokersTest extends DynamicArchiveTestBase {
5652 @ Test
5753 public void test () throws Exception {
@@ -64,7 +60,6 @@ public void test() throws Exception {
6460 private static final String ps = System .getProperty ("path.separator" );
6561 private static final String testPackageName = "test.java.lang.invoke" ;
6662 private static final String testClassName = "MethodHandlesInvokersTest" ;
67- private static final String skippedException = "jtreg.SkippedException: Unable to map shared archive: test did not complete" ;
6863
6964 static void testImpl () throws Exception {
7065 String topArchiveName = getNewArchiveName ();
Original file line number Diff line number Diff line change 4848
4949import java .io .File ;
5050
51- import jtreg .SkippedException ;
52-
53- import sun .hotspot .gc .GC ;
54-
5551public class MethodHandlesPermuteArgumentsTest extends DynamicArchiveTestBase {
5652 @ Test
5753 public void test () throws Exception {
@@ -64,7 +60,6 @@ public void test() throws Exception {
6460 private static final String ps = System .getProperty ("path.separator" );
6561 private static final String testPackageName = "test.java.lang.invoke" ;
6662 private static final String testClassName = "MethodHandlesPermuteArgumentsTest" ;
67- private static final String skippedException = "jtreg.SkippedException: Unable to map shared archive: test did not complete" ;
6863
6964 static void testImpl () throws Exception {
7065 String topArchiveName = getNewArchiveName ();
Original file line number Diff line number Diff line change 4848
4949import java .io .File ;
5050
51- import jtreg .SkippedException ;
52-
53- import sun .hotspot .gc .GC ;
54-
5551public class MethodHandlesSpreadArgumentsTest extends DynamicArchiveTestBase {
5652 @ Test
5753 public void test () throws Exception {
@@ -64,7 +60,6 @@ public void test() throws Exception {
6460 private static final String ps = System .getProperty ("path.separator" );
6561 private static final String testPackageName = "test.java.lang.invoke" ;
6662 private static final String testClassName = "MethodHandlesSpreadArgumentsTest" ;
67- private static final String skippedException = "jtreg.SkippedException: Unable to map shared archive: test did not complete" ;
6863
6964 static void testImpl () throws Exception {
7065 String topArchiveName = getNewArchiveName ();
You can’t perform that action at this time.
0 commit comments