-
Bug
-
Resolution: Fixed
-
P3
-
repo-valhalla
Test:
vmTestbase/nsk/stress/except/except004.java
expects to get IllegalAccessException when accessing a private member of a nested class via reflection. With nestmates core reflection has been fixed to allow this access so the test fails.
A new IllegalAccessException test will need to be formulated.
The test has been ProblemListed as part ofJDK-8010319
vmTestbase/nsk/stress/except/except004.java
expects to get IllegalAccessException when accessing a private member of a nested class via reflection. With nestmates core reflection has been fixed to allow this access so the test fails.
A new IllegalAccessException test will need to be formulated.
The test has been ProblemListed as part of