< prev index next >

core/org.openjdk.jmc.flightrecorder/src/main/resources/org/openjdk/jmc/flightrecorder/jdk/messages/internal/messages.properties

Print this page

        

@@ -205,10 +205,11 @@
 ATTR_CLASSLOADER_LOADED_COUNT_DESC=Number of classes loaded since JVM start
 ATTR_CLASSLOADER_UNLOADED_COUNT=Unloaded Class Count
 ATTR_CLASSLOADER_UNLOADED_COUNT_DESC=Number of classes unloaded since JVM start
 ATTR_CLASS_DEFINING_CLASSLOADER=Defining Class Loader
 ATTR_CLASS_INITIATING_CLASSLOADER=Initiating Class Loader
+ATTR_CLASS_DEFINED=Defined Class
 ATTR_CLASS_LOADED=Loaded Class
 ATTR_CLASS_UNLOADED=Unloaded Class
 ATTR_COMPILER_COMPILATION_ID=Compilation ID
 ATTR_COMPILER_CODE_SIZE=Compilation Code Size
 ATTR_COMPILER_INLINED_SIZE=Inlined Code Size

@@ -308,10 +309,20 @@
 ATTR_JVM_TOTAL=JVM + Application
 ATTR_JVM_TOTAL_DESC=Total CPU used by the JVM process
 ATTR_IO_PORT_ON_ADDRESS=Remote Address and Port
 ATTR_EXCEPTION_THROWNCLASS_NAME=Class Name
 ATTR_EXCEPTION_THROWNCLASS_NAME_DESC=The class name of the thrown class
+ATTR_ANONYMOUS_BLOCK_SIZE=Anonymous Block Size
+ATTR_ANONYMOUS_CHUNK_SIZE=Anonymous Chunk Size
+ATTR_ANONYMOUS_CLASS_COUNT=Anonymous Class Count
+ATTR_BLOCK_SIZE=Block Size
+ATTR_CHUNK_SIZE=Chunk Size
+ATTR_CLASS_COUNT=Class Count
+ATTR_CLASSLOADER_DATA=Classloader Data Pointer
+ATTR_PARENT_CLASSLOADER=Parent Class Loader
+ATTR_CLASSLOADER=Class Loader
+
 
 AGGR_MAX_USED_MEMORY=Maximum used memory
 AGGR_MIN_TOTAL_MEMORY=Available physical memory
 AGGR_ADDRESSES_COUNT=Addresses
 AGGR_ADDRESSES_COUNT_DESC=Number of unique addresses
< prev index next >