Commit 2465a93
committed
Skip invasive test and add one that works on Java 9+
The skipped test will fail on Java 9+ because we are calling from
a named module into a java.base package that's not open. In order
to keep the basic spirit of the test running, I added a similar
test against the JI fixtures we load via classpath.
These APIs (JavaClass etc) are deprecaed, but we do not yet have
a clean path to replacing and removing them. Therefore we should
at least keep basic tests working.1 parent 63643ce commit 2465a93
2 files changed
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
917 | 917 | | |
918 | 918 | | |
919 | 919 | | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
920 | 938 | | |
| 939 | + | |
| 940 | + | |
921 | 941 | | |
922 | 942 | | |
923 | 943 | | |
| |||
0 commit comments