Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2208440 | 7 | Christian Thalinger | P3 | Closed | Fixed | b136 |
Test compiler/6991596/Test6991596.java fails nightly testing - see eg.
/export/local/common/testbase/jtreg/7-nightly/JT_HS/test/compiler/6991596/Test6991596.java:50: cannot find symbol
static MethodHandle getmh1(Class ret, Class arg) throws NoAccessException {
^
symbol: class NoAccessException
location: class Test6991596
1 error
result: Failed. Compilation failed: exit code 1
/export/local/common/testbase/jtreg/7-nightly/JT_HS/test/compiler/6991596/Test6991596.java:50: cannot find symbol
static MethodHandle getmh1(Class ret, Class arg) throws NoAccessException {
^
symbol: class NoAccessException
location: class Test6991596
1 error
result: Failed. Compilation failed: exit code 1
- backported by
-
JDK-2208440 JSR 292 compiler/6991596/Test6991596.java fails in nightly
- Closed
- relates to
-
JDK-7012648 move JSR 292 to package java.lang.invoke and adjust names
- Closed
-
JDK-7013730 JSR 292 reflective operations should report errors with standard exception types
- Closed
-
JDK-7017465 test compiler/6987555/Test6987555.java failed due to compilation error
- Resolved
-
JDK-6839872 remove implementation inheritance from JSR 292 APIs
- Closed