RFR: 8203031: segfaults from jvmti_AddToBootstrapClassLoaderSearch
Jiangli Zhou
jiangli.zhou at oracle.com
Thu May 31 00:36:57 UTC 2018
+1
Thanks for fixing it!
Jiangli
> On May 30, 2018, at 4:29 PM, Ioi Lam <ioi.lam at oracle.com> wrote:
>
> Hi Alex,
>
> The changes look good. Thank you so much for fixing it.
>
> - Ioi
>
>
>> On 5/30/18 3:57 PM, serguei.spitsyn at oracle.com wrote:
>> Hi Alex,
>>
>> The fix looks good to me.
>>
>> It'd be nice if someone from the CDS/App-CDS experts looked at this.
>> I've extended the mailing list.
>>
>> Thanks,
>> Serguei
>>
>>
>>> On 5/30/18 11:52, Alex Menkov wrote:
>>> Hi all,
>>>
>>> Please review a fix for
>>> bug: https://bugs.openjdk.java.net/browse/JDK-8203031
>>> fix: http://cr.openjdk.java.net/~amenkov/addToBootstrapCLSearch/webrev/
>>>
>>> The issue is a regression from JDK-8193213 (Make the UseAppCDS option obsolete)
>>>
>>> FileMapInfo::current_info() is initialized by FileMapInfo ctor only when UseSharedSpaces == true:
>>> Metaspace::global_initialize()
>>> -> MetaspaceShared::initialize_runtime_shared_and_meta_spaces
>>> -> new FileMapInfo()
>>>
>>> --alex
>>
>
More information about the serviceability-dev
mailing list