-
Bug
-
Resolution: Fixed
-
P5
-
hs16
-
b04
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2179099 | 7 | Christian Thalinger | P5 | Closed | Fixed | b61 |
JDK-2180637 | 6u18 | Christian Thalinger | P5 | Closed | Fixed | b01 |
The compiler tests of 6636138 fail with an IllegalAccessException:
java.lang.IllegalAccessException: Class com.sun.javatest.regtest.MainWrapper$MainThread can not access a member of class Test1 with modifiers "public static"
at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:95)
at java.lang.reflect.Method.invoke(Method.java:614)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:713)
JavaTest Message: Verify that the class defining the test is
JavaTest Message: declared public (test invoked via reflection)
java.lang.IllegalAccessException: Class com.sun.javatest.regtest.MainWrapper$MainThread can not access a member of class Test1 with modifiers "public static"
at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:95)
at java.lang.reflect.Method.invoke(Method.java:614)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:713)
JavaTest Message: Verify that the class defining the test is
JavaTest Message: declared public (test invoked via reflection)
- backported by
-
JDK-2179099 compiler tests of 6636138 fail with IllegalAccessException
- Closed
-
JDK-2180637 compiler tests of 6636138 fail with IllegalAccessException
- Closed
- relates to
-
JDK-6636138 UseSuperWord enabled failure
- Closed