stuefe [Tue, 24 Oct 2017 14:34:14 +0200] rev 47808
8189864: Provide an ascii map to visualize metaspace fragmentation
Reviewed-by: goetz, coleenp
uvangapally [Tue, 07 Nov 2017 22:05:44 -0800] rev 47807
8044122: MBean access to the PID
Summary: Added new API getPid for getting process ID
Reviewed-by: mchung, rriggs
Contributed-by: ujwal.vangapally@oracle.com
jwilhelm [Tue, 07 Nov 2017 23:18:16 +0100] rev 47806
8190865: Require jtreg 4.2 b10
Reviewed-by: dcubed, erikj
jiangli [Tue, 07 Nov 2017 18:48:17 -0500] rev 47805
8189840: CheckCachedResolvedReferencesApp has no cached resolved references
Summary: Add WhiteBox.areOpenArchiveHeapObjectsMapped() for CheckCachedResolvedReferencesApp to check and skip test when open archive heap objects are not mapped.
Reviewed-by: iklam, ccheung
cjplummer [Tue, 07 Nov 2017 14:13:18 -0800] rev 47804
8059334: nsk/jvmti/scenarios/hotswap/HS201/hs201t001 fails with exit code 0 after timeout
Summary: check if we are in "interp only" mode before returning an nm for an OSR request
Reviewed-by: sspitsyn, dcubed, kvn
jwilhelm [Tue, 07 Nov 2017 08:47:47 +0100] rev 47803
Merge
zgu [Tue, 07 Nov 2017 09:37:45 -0500] rev 47802
8189688: NMT: Report per-class load metadata information
Summary: Report per-class loader metadata info via NMT jcmd metadata sub-command
Reviewed-by: stuefe, coleenp
bobv [Tue, 07 Nov 2017 10:30:53 -0500] rev 47801
8190283: Default heap sizing options select a MaxHeapSize larger than available physical memory in some cases
Reviewed-by: tschatzl, sjohanss
tschatzl [Tue, 07 Nov 2017 13:51:18 +0100] rev 47800
8190703: TestSystemGCWith* infrequently times out on SPARC
Summary: Give the test a timeout after which it ends on its own.
Reviewed-by: shade, sjohanss
jcm [Mon, 06 Nov 2017 21:28:03 -0800] rev 47799
8152470: Add COMPILER2_OR_JVMCI definition
Summary: defined(COMPILER2) || INCLUDE_JVMCI changed replaced with COMPILER2_OR_JVMCI
Reviewed-by: kvn