--- old/core/org.openjdk.jmc.flightrecorder/src/main/resources/org/openjdk/jmc/flightrecorder/jdk/messages/internal/messages.properties 2018-08-27 11:40:22.749405793 -0400 +++ new/core/org.openjdk.jmc.flightrecorder/src/main/resources/org/openjdk/jmc/flightrecorder/jdk/messages/internal/messages.properties 2018-08-27 11:40:22.643406049 -0400 @@ -207,6 +207,7 @@ 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 @@ -310,6 +311,16 @@ 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