-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b124
-
Not verified
The functionality of the package private class Parts can be trivially inlined in the one place that uses it:
http://cr.openjdk.java.net/~redestad/scratch/urlparts.01/
Doing so removes a class from startup, and since jigsaw unconditionally pulls in this class this could be considered a bug fix to meet the startup performance criteria for JDK 9.
http://cr.openjdk.java.net/~redestad/scratch/urlparts.01/
Doing so removes a class from startup, and since jigsaw unconditionally pulls in this class this could be considered a bug fix to meet the startup performance criteria for JDK 9.