-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b142
-
Not verified
One partial cause for startup regressions due to jigsaw is related to creating URIs for the location of each module.
By providing a package-private fast-path we can avoid the time to scan and validate the URI, which takes time and pushes various methods over compilation thresholds during startup.
By providing a package-private fast-path we can avoid the time to scan and validate the URI, which takes time and pushes various methods over compilation thresholds during startup.