methoddata grows in metaspace jdk 1.8.0_40 64bit

Jon Masamitsu jon.masamitsu at oracle.com
Thu Mar 24 21:32:22 UTC 2016


Can you run your test with the latest jdk8 and the latest jdk9?

And does

> But the MethodData per class keeps growing in 20MBs.

mean that the amount of MethodData continues to grow as long as the
application is running?

Jon

On 3/23/2016 9:25 AM, Dillip Pattnaik wrote:
> hi,
> We were running an application in java 7 with lot of reflection and 
> custom class loader. The perm gen normally reaches a high threshold 
> and stabilizes. But once we moved to 1.8.0_40 64 bit recently, the 
> metaspace keeps growing. After using gc class_stat we found that the 
> number of classes loaded are constant. But the MethodData per class 
> keeps growing in 20MBs. Could you please advise why the method data is 
> growing and if there is a way to debug it more and find out what is 
> causing it?
>
>
> _______________________________________________
> hotspot-gc-use mailing list
> hotspot-gc-use at openjdk.java.net
> http://mail.openjdk.java.net/mailman/listinfo/hotspot-gc-use

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-gc-use/attachments/20160324/2bd5f6de/attachment.html>


More information about the hotspot-gc-use mailing list