master
8218558: NMT stack traces in output should show mt component for virtual memory allocations
8215624: Add parallel heap iteration for jmap –histo 8253763: ParallelObjectIterator should have virtual destructor
8225690: Multiple AttachListener threads can be created
8338139: {ClassLoading,Memory}MXBean::isVerbose methods are inconsistent with their setVerbose methods
8280004: DCmdArgument<jlong>::parse_value() should handle NULL input
8204958: Minor cleanups for the diagnostic framework
8303102: jcmd: ManagementAgent.status truncates the text longer than O_BUFLEN
8237354: Add option to jcmd to write a gzipped heap dump
8187443: Forest Consolidation: Move files to unified layout
8213137: Remove static initialization of monitor/mutex instances
8214850: Rename vm_operations.?pp files to vmOperations.?pp files
8227766: CheckUnhandledOops is broken in MemAllocator
8303937: Corrupted heap dumps due to missing retries for os::write()
8199263: Split interfaceSupport.hpp to not require including .inline.hpp files
8233494: Avoid calling MallocTracker::record_malloc and record_free when NMT is off
8234270: [REDO] JDK-8204128 NMT might report incorrect numbers for Compiler area
8313081: MonitoringSupport_lock should be unconditionally initialized after 8304074
8191202: Remove duplicated jmm.h
8261238: NMT should not limit baselining by size threshold
8261297: NMT: Final report should use scale 1
8195115: G1 Old Gen MemoryPool CollectionUsage.used values don't reflect mixed GC results
8230841: Remove oopDesc::equals()
8260349: Cannot programmatically retrieve Metaspace max set via JAVA_TOOL_OPTIONS
8173070: Remove ValueObj class for allocation subclassing for runtime code
8251257: NMT: jcmd VM.native_memory scale=1 crashes target VM
8198553: jcmd: separate Metaspace statistics from NMT
8185005: Improve performance of ThreadMXBean.getThreadInfo(long ids[], int maxDepth)
8304074: [JMX] Add an approximation of total bytes allocated on the Java heap by the JVM
8241004: NMT tests fail on unaligned thread size with debug build
8206977: Minor improvements of runtime code
8202150: [REDO] Split globals.hpp to factor out the Flag class