A bug in C2 that causes a large amount of physical memory to be allocated

Aleksey Shipilev shade at redhat.com
Fri Mar 15 12:21:31 UTC 2019


On 3/15/19 1:17 PM, Baesken, Matthias wrote:
> nmethod::print_calls
> 
> 3284    case relocInfo::opt_virtual_call_type: {
> 3285      VerifyMutexLocker mc(CompiledIC_lock);
> 3286      CompiledIC_at(&iter)->print();
> 3287      break;
> 3288    }
> 
> Misses the Resourcemark too  (although   the coding might be unused (?) )  ...

This one is guarded by #ifndef PRODUCT, so not as important. Feel free to submit another RFE to
clean that up.

-Aleksey



More information about the jdk8u-dev mailing list