File tree 7 files changed +0
-35
lines changed
test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles
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;
80
80
81
81
import java.io.File;
82
82
83
- import jtreg.SkippedException;
84
-
85
- import sun.hotspot.gc.GC;
86
-
87
83
public class $i extends DynamicArchiveTestBase {
88
84
@Test
89
85
public void test() throws Exception {
@@ -96,7 +92,6 @@ public class $i extends DynamicArchiveTestBase {
96
92
private static final String ps = System.getProperty("path.separator");
97
93
private static final String testPackageName = "test.java.lang.invoke";
98
94
private static final String testClassName = "$i ";
99
- private static final String skippedException = "jtreg.SkippedException: Unable to map shared archive: test did not complete";
100
95
101
96
static void testImpl() throws Exception {
102
97
String topArchiveName = getNewArchiveName();
Original file line number Diff line number Diff line change 48
48
49
49
import java .io .File ;
50
50
51
- import jtreg .SkippedException ;
52
-
53
- import sun .hotspot .gc .GC ;
54
-
55
51
public class MethodHandlesAsCollectorTest extends DynamicArchiveTestBase {
56
52
@ Test
57
53
public void test () throws Exception {
@@ -64,7 +60,6 @@ public void test() throws Exception {
64
60
private static final String ps = System .getProperty ("path.separator" );
65
61
private static final String testPackageName = "test.java.lang.invoke" ;
66
62
private static final String testClassName = "MethodHandlesAsCollectorTest" ;
67
- private static final String skippedException = "jtreg.SkippedException: Unable to map shared archive: test did not complete" ;
68
63
69
64
static void testImpl () throws Exception {
70
65
String topArchiveName = getNewArchiveName ();
Original file line number Diff line number Diff line change 48
48
49
49
import java .io .File ;
50
50
51
- import jtreg .SkippedException ;
52
-
53
- import sun .hotspot .gc .GC ;
54
-
55
51
public class MethodHandlesCastFailureTest extends DynamicArchiveTestBase {
56
52
@ Test
57
53
public void test () throws Exception {
@@ -64,7 +60,6 @@ public void test() throws Exception {
64
60
private static final String ps = System .getProperty ("path.separator" );
65
61
private static final String testPackageName = "test.java.lang.invoke" ;
66
62
private static final String testClassName = "MethodHandlesCastFailureTest" ;
67
- private static final String skippedException = "jtreg.SkippedException: Unable to map shared archive: test did not complete" ;
68
63
69
64
static void testImpl () throws Exception {
70
65
String topArchiveName = getNewArchiveName ();
Original file line number Diff line number Diff line change 48
48
49
49
import java .io .File ;
50
50
51
- import jtreg .SkippedException ;
52
-
53
- import sun .hotspot .gc .GC ;
54
-
55
51
public class MethodHandlesGeneralTest extends DynamicArchiveTestBase {
56
52
@ Test
57
53
public void test () throws Exception {
@@ -64,7 +60,6 @@ public void test() throws Exception {
64
60
private static final String ps = System .getProperty ("path.separator" );
65
61
private static final String testPackageName = "test.java.lang.invoke" ;
66
62
private static final String testClassName = "MethodHandlesGeneralTest" ;
67
- private static final String skippedException = "jtreg.SkippedException: Unable to map shared archive: test did not complete" ;
68
63
69
64
static void testImpl () throws Exception {
70
65
String topArchiveName = getNewArchiveName ();
Original file line number Diff line number Diff line change 48
48
49
49
import java .io .File ;
50
50
51
- import jtreg .SkippedException ;
52
-
53
- import sun .hotspot .gc .GC ;
54
-
55
51
public class MethodHandlesInvokersTest extends DynamicArchiveTestBase {
56
52
@ Test
57
53
public void test () throws Exception {
@@ -64,7 +60,6 @@ public void test() throws Exception {
64
60
private static final String ps = System .getProperty ("path.separator" );
65
61
private static final String testPackageName = "test.java.lang.invoke" ;
66
62
private static final String testClassName = "MethodHandlesInvokersTest" ;
67
- private static final String skippedException = "jtreg.SkippedException: Unable to map shared archive: test did not complete" ;
68
63
69
64
static void testImpl () throws Exception {
70
65
String topArchiveName = getNewArchiveName ();
Original file line number Diff line number Diff line change 48
48
49
49
import java .io .File ;
50
50
51
- import jtreg .SkippedException ;
52
-
53
- import sun .hotspot .gc .GC ;
54
-
55
51
public class MethodHandlesPermuteArgumentsTest extends DynamicArchiveTestBase {
56
52
@ Test
57
53
public void test () throws Exception {
@@ -64,7 +60,6 @@ public void test() throws Exception {
64
60
private static final String ps = System .getProperty ("path.separator" );
65
61
private static final String testPackageName = "test.java.lang.invoke" ;
66
62
private static final String testClassName = "MethodHandlesPermuteArgumentsTest" ;
67
- private static final String skippedException = "jtreg.SkippedException: Unable to map shared archive: test did not complete" ;
68
63
69
64
static void testImpl () throws Exception {
70
65
String topArchiveName = getNewArchiveName ();
Original file line number Diff line number Diff line change 48
48
49
49
import java .io .File ;
50
50
51
- import jtreg .SkippedException ;
52
-
53
- import sun .hotspot .gc .GC ;
54
-
55
51
public class MethodHandlesSpreadArgumentsTest extends DynamicArchiveTestBase {
56
52
@ Test
57
53
public void test () throws Exception {
@@ -64,7 +60,6 @@ public void test() throws Exception {
64
60
private static final String ps = System .getProperty ("path.separator" );
65
61
private static final String testPackageName = "test.java.lang.invoke" ;
66
62
private static final String testClassName = "MethodHandlesSpreadArgumentsTest" ;
67
- private static final String skippedException = "jtreg.SkippedException: Unable to map shared archive: test did not complete" ;
68
63
69
64
static void testImpl () throws Exception {
70
65
String topArchiveName = getNewArchiveName ();
You can’t perform that action at this time.
0 commit comments