RFR: 8168073: Speed up URI creation during module bootstrap

Paul Sandoz paul.sandoz at oracle.com
Mon Oct 17 21:44:26 UTC 2016


> On 17 Oct 2016, at 14:18, Claes Redestad <claes.redestad at oracle.com> wrote:
> 
> 
> 
> 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/
> 

+1

Paul.


More information about the core-libs-dev mailing list