![]() Previous |
![]() Next |
The Class Loading tab contains information about classes loaded and unloaded during the time of recording, as well as details about each loading and unloading.
For information about using the range navigator, see Using the Range Navigator.
This tab contains three subtabs: Overview, Class Loading, Class Unloading.
The Overview subtab contains graphs that show the number of loaded and unloaded classes over time.
The Class Loading subtab contains a table that lists all loaded classes. This table contains the following columns:
Loaded Class: The name of the loaded class.
Defining Class Loader: The name of the defining class loader.
Initiating Class Loader: The name of the initiating class loader.
Thread: The thread where the class was loaded.
Duration: The duration of the class loading.
When you select a loaded class in the Class Loading table, the corresponding stack trace is displayed in the table below, along with the number of loadings for the selected class.
The Class Unloading subtab contains a table that lists all unloaded classes. This table contains the following columns:
Unloaded Class: The name of the loaded class.
Defining Class Loader: The name of the defining class loader.
Thread: The thread where the class was loaded.
For information about working with tables, see Working with Tables.