YourKit: What does "objects which do not belong to particular web application" mean?

51 views Asked by At

In YourKit java profiler tool, in Web Application Category from Snapshot, there is recorded named

objects which do not belong to particular web application

What does it mean if I use the WebSphere application server? who is the creator of its objects?

enter image description here

1

There are 1 answers

0
Vladimir Kondratyev On

These objects cannot be attributed to a particular web application. They are not retained by a single web application, but are shared between multiple and/or belong to the server core, frameworks, etc.