RFR 8159010: [JVMCI] crashes with class redefinition
Tom Rodriguez
tom.rodriguez at oracle.com
Fri Jun 17 18:16:42 UTC 2016
Thanks!
tom
> On Jun 16, 2016, at 12:52 PM, Vladimir Kozlov <vladimir.kozlov at oracle.com> wrote:
>
> Looks good to me.
>
> thanks,
> Vladimir
>
> On 6/16/16 12:41 PM, Tom Rodriguez wrote:
>> http://cr.openjdk.java.net/~never/8159010/webrev
>>
>> Running Graal with the VisualVM profiler resulted in some crashes. The profiler is based on the netbeans one that performs redefinition as part of the profiling. The primary problem was that ConstantPools weren’t being registered for metadata scanning. Additionally the logic that trimmed the list of WeakReferences was truncating the list because the iterator was incorrect.
>>
>> tom
>>
More information about the hotspot-compiler-dev
mailing list