-
Bug
-
Resolution: Fixed
-
P4
-
12
-
b23
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8299618 | 11.0.19-oracle | Ramesh Gangadhar | P4 | Resolved | Fixed | b01 |
JDK-8300211 | 11.0.19 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
When running the test java/net/URL/HandlerLoop it shows:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by HandlerLoop$HandlerFactory (file:/ws/jdk-dev/open/JTwork/classes/java/net/URL/HandlerLoop.d/) to constructor sun.net.www.protocol.file.Handler()
WARNING: Please consider reporting this to the maintainers of HandlerLoop$HandlerFactory
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
STATUS:Passed
Adding @modules will allow the access needed.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by HandlerLoop$HandlerFactory (file:/ws/jdk-dev/open/JTwork/classes/java/net/URL/HandlerLoop.d/) to constructor sun.net.www.protocol.file.Handler()
WARNING: Please consider reporting this to the maintainers of HandlerLoop$HandlerFactory
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
STATUS:Passed
Adding @modules will allow the access needed.
- backported by
-
JDK-8299618 [test] java/net/URL/HandlerLoop has illegal reflective access
-
- Resolved
-
-
JDK-8300211 [test] java/net/URL/HandlerLoop has illegal reflective access
-
- Resolved
-