Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unloading class sun.reflect.GeneratedConstructorAccessor

843829Jun 15 2010
Hello All,
I have thousands of lines in my log combined with "concurrent mode failure"
..............................
[Unloading class sun.reflect.GeneratedConstructorAccessor1941]
[Unloading class sun.reflect.GeneratedConstructorAccessor2003]
[Unloading class sun.reflect.GeneratedMethodAccessor1184]
[Unloading class sun.reflect.GeneratedConstructorAccessor1994]
[Unloading class sun.reflect.GeneratedConstructorAccessor1977]
[Unloading class sun.reflect.GeneratedConstructorAccessor1999]
[Unloading class sun.reflect.GeneratedConstructorAccessor1976]
[Unloading class sun.reflect.GeneratedConstructorAccessor1981]
[Unloading class sun.reflect.GeneratedConstructorAccessor1921]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor1758]
[Unloading class sun.reflect.GeneratedConstructorAccessor1993]
[Unloading class sun.reflect.GeneratedMethodAccessor1177]
..........................
Does it mean that permanent generation have a small size and the class is constantly unloaded?
Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 13 2010
Added on Jun 15 2010
0 comments
441 views