methoddata grows in metaspace jdk 1.8.0_40 64bit
Dillip Pattnaik
dillippattnaik09 at gmail.com
Wed Mar 23 16:25:40 UTC 2016
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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-gc-use/attachments/20160323/6bdb92be/attachment.html>
More information about the hotspot-gc-use
mailing list