< prev index next >

application/org.openjdk.jmc.flightrecorder.ui/defaultPages.xml

Print this page

        

*** 679,694 **** <column hidden="false" id="initiatingClassLoader" width="250"/> <column hidden="false" id="eventThread" width="150"/> <column hidden="true" id="startTime" width="120"/> <column hidden="false" id="(endTime)" width="120"/> </classLoadingTable> ! <classUnloadingTable sortColumn="(endTime)"> <column hidden="false" id="unloadedClass" width="400"/> <column hidden="false" id="definingClassLoader" width="250"/> <column hidden="true" id="eventThread" width="150"/> - <column hidden="false" id="(endTime)" width="150"/> </classUnloadingTable> <chart> <checkedAction id="loadedClassCount"/> <checkedAction id="unloadedClassCount"/> <checkedAction id="classLoad"/> <checkedAction id="classUnload"/> --- 679,712 ---- <column hidden="false" id="initiatingClassLoader" width="250"/> <column hidden="false" id="eventThread" width="150"/> <column hidden="true" id="startTime" width="120"/> <column hidden="false" id="(endTime)" width="120"/> </classLoadingTable> ! <classUnloadingTable sortColumn="(endTime)" sortAscending="true"> ! <column hidden="false" id="(endTime)" width="150"/> <column hidden="false" id="unloadedClass" width="400"/> <column hidden="false" id="definingClassLoader" width="250"/> <column hidden="true" id="eventThread" width="150"/> </classUnloadingTable> + <classDefineTable sortColumn="startTime" sortAscending="true"> + <column hidden="false" id="startTime" width="150"/> + <column hidden="false" id="definingClassLoader" width="250"/> + <column hidden="false" id="definedClass" width="400"/> + <column hidden="true" id="eventThread" width="150"/> + </classDefineTable> + <classLoaderStatisticsTable sortColumn="startTime"> + <column hidden="false" id="startTime" width="150"/> + <column hidden="false" id="classLoader" width="250"/> + <column hidden="false" id="anonymousBlockSize" width="150"/> + <column hidden="false" id="anonymousChunkSize" width="150"/> + <column hidden="false" id="anonymousClassCount" width="150"/> + <column hidden="false" id="blockSize" width="150"/> + <column hidden="false" id="chunkSize" width="150"/> + <column hidden="false" id="classCount" width="150"/> + <column hidden="false" id="classLoaderData" width="250"/> + <column hidden="false" id="parentClassLoader" width="250"/> + </classLoaderStatisticsTable> <chart> <checkedAction id="loadedClassCount"/> <checkedAction id="unloadedClassCount"/> <checkedAction id="classLoad"/> <checkedAction id="classUnload"/>
< prev index next >