RFR 8179235: PackageEntryTables should be created eagerly

harold seigel harold.seigel at oracle.com
Thu Apr 27 12:43:19 UTC 2017


Hi Serguei,

Thanks for the review!

Harold


On 4/27/2017 4:07 AM, serguei.spitsyn at oracle.com wrote:
> Hi Harold,
>
> It looks good.
>
> Thanks,
> Serguei
>
>
>
> On 4/26/17 06:58, harold seigel wrote:
>> Hi,
>>
>> Please review this JDK-10 enhancement to create ClassLoaderData 
>> PackageEntryTables eagerly.  Most class loaders are going to load at 
>> least one class, triggering the current lazy creation of 
>> PackageEntryTables.  So, PackageEntryTables should be created 
>> eagerly.  Then, no synchronization is needed for PackageEntryTable 
>> creation.
>>
>> Open Webrev: 
>> http://cr.openjdk.java.net/~hseigel/bug_8179235/webrev/index.html
>>
>> JBS Bug: https://bugs.openjdk.java.net/browse/JDK-8179235
>>
>> The enhancement was tested with JCK tests, the JTreg hotspot, 
>> java/io, java/lang, java/util and other tests, the RBT tier2 -tier5 
>> tests, the co-located NSK tests, and with JPRT.
>>
>> Thanks, Harold
>>
>



More information about the hotspot-runtime-dev mailing list