-
Bug
-
Resolution: Fixed
-
P3
-
9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8176650 | 10 | Claes Redestad | P3 | Resolved | Fixed | b03 |
Since jdk-9+148 then resources in modules aren't fully encapsulated and so java.util.ServiceLoader has to scan modules for resources, which is largely non-sensical since any service found there would be part of a named module and ignored (such services should have already been found - quicker - by ServiceLoader$ModuleServicesLookupIterator)
After discussing with Alan, it appears we can safely shortcut in certain cases.
After discussing with Alan, it appears we can safely shortcut in certain cases.
- backported by
-
JDK-8176650 ServiceLoader$LazyClassPathLookupIterator scans boot and platform modules for services
-
- Resolved
-