Hi, Kaushal

If you want to view the classes loaded in memory,  the Visualvm as Chris
mentioned above.

It don't need download separeately. In Oracle JDK, the jvisualVm is already
present.

you can click second button [memory] and click stop after a few seconds.
Then all classes loaded will display.

[image: 内嵌图片 1]


Also you can add *-verbose:class* in you script file, and all classes load
will log.

Hope it helpful.

Richard



2016-11-29 15:07 GMT+08:00 Román Valoria <romanvalo...@gmail.com>:

> Get the JDK launch the tool and look it up yourself. It has tons of issues,
> am I sure it has that.
>
> On Tue, Nov 29, 2016 at 2:56 PM, Kaushal Shriyan <kaushalshri...@gmail.com
> >
> wrote:
>
> > Thanks Roman and Chris for the detailed explanation. Is there a way to
> find
> > out what all java classes are loaded during runtime?
> >
> > Thanks in Advance.
> >
> > Regards,
> >
> > Kaushal
> >
> > On Tue, Nov 29, 2016 at 10:47 AM, Román Valoria <romanvalo...@gmail.com>
> > wrote:
> >
> > > Sun, or should I say Oracle now, seems to be including the exact same
> > tool
> > > on the JDK. It is already pre-packaged, so it may be customized by
> > Oracle.
> > > It has the same look and feel as in the screenshot.
> > >
> > > On Tue, Nov 29, 2016 at 11:17 AM, Kaushal Shriyan <
> > > kaushalshri...@gmail.com>
> > > wrote:
> > >
> > > > On Tue, Nov 29, 2016 at 7:40 AM, Román Valoria <
> romanvalo...@gmail.com
> > >
> > > > wrote:
> > > >
> > > > > Use Java VisualVM to see PermGen memory allocation and
> troubleshoot.
> > It
> > > > > would also let you validate that your sizing parameters are
> properly
> > > set.
> > > > >
> > > > >
> > > > Hi Roman,
> > > >
> > > > Thanks for your reply. Are you referring to
> > https://visualvm.github.io/?
> > > > Please comment.
> > > >
> > > > Regards,
> > > >
> > > > Kaushal
> > > >
> > >
> >
>

Reply via email to