RFR: 8168073: Speed up URI creation during module bootstrap

Claes Redestad claes.redestad at oracle.com
Mon Oct 17 21:18:55 UTC 2016



On 2016-10-17 21:35, Alan Bateman wrote:
>
>
> On 17/10/2016 19:45, Claes Redestad wrote:
>>
>> Most other SharedSecrets classes seems to be per-package, so not sure
>> if this case is special enough to start making them per-class, other
>> than the slightly more natural naming.
> JavaNetHttpCookieAccess, JavaNetInetAddressAccess and
> JavaNetSocketAccess are the other 3 that are used to get at non-public
> types in java.net so I don't think JavaNetUriAccess would be out of place.

TIL!

Ok, renamed and added an assert by Paul's request:

http://cr.openjdk.java.net/~redestad/8168073/webrev.02/

/Claes


More information about the core-libs-dev mailing list