Re: RFR: 8222144: Lazily create JRT code source URLs for LoadedModules

2019-04-09 Thread Claes Redestad
Hi Alan, On 2019-04-09 08:42, Alan Bateman wrote: On 08/04/2019 22:42, Claes Redestad wrote: Hi, currently we eagerly convert code source URIs to URLs to avoid recursive bootstrap issues with overrideable URL handlers. The JRT scheme handler is not overrideable, however, and also commonly used

Re: RFR: 8222144: Lazily create JRT code source URLs for LoadedModules

2019-04-08 Thread Alan Bateman
On 08/04/2019 22:42, Claes Redestad wrote: Hi, currently we eagerly convert code source URIs to URLs to avoid recursive bootstrap issues with overrideable URL handlers. The JRT scheme handler is not overrideable, however, and also commonly used for all system modules. Creating these URLs lazily

RFR: 8222144: Lazily create JRT code source URLs for LoadedModules

2019-04-08 Thread Claes Redestad
Hi, currently we eagerly convert code source URIs to URLs to avoid recursive bootstrap issues with overrideable URL handlers. The JRT scheme handler is not overrideable, however, and also commonly used for all system modules. Creating these URLs lazily is a reasonable startup optimization since m