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
dlong [Mon, 06 Nov 2017 20:29:49 -0800] rev 47798
8190710: Update Graal
Reviewed-by: kvn
jiangli [Mon, 06 Nov 2017 14:12:37 -0500] rev 47797
8184206: Resolve all string constants in shared classes at CDS dump time
Summary: Change ConstantPool::resolve_class_constants() to resolve all string constants.
Reviewed-by: iklam, coleenp
dnsimon [Mon, 06 Nov 2017 21:38:42 +0100] rev 47796
8187315: [JVMCI] hosted use of JVMCI can crash VM under -Xint
Reviewed-by: kvn, dlong
mdoerr [Mon, 06 Nov 2017 17:56:29 +0100] rev 47795
8190781: ppc64 + s390: Fix CriticalJNINatives
Reviewed-by: goetz
dnsimon [Mon, 06 Nov 2017 12:53:55 +0100] rev 47794
8188102: [JVMCI] Convert special JVMCI oops in nmethod to jweak values
Reviewed-by: never, kvn, kbarrett
dnsimon [Mon, 06 Nov 2017 12:17:59 +0100] rev 47793
8186478: [JVMCI] rename HotSpotResolvedJavaMethod#setNotInlineableOrCompileable
Reviewed-by: kvn, thartmann
tschatzl [Mon, 06 Nov 2017 15:33:54 +0100] rev 47792
Merge
tschatzl [Mon, 06 Nov 2017 14:35:07 +0100] rev 47791
Merge
tschatzl [Mon, 06 Nov 2017 14:25:18 +0100] rev 47790
8140255: Move the management of G1YoungRemSetSamplingThread from G1ConcurrentRefine
Reviewed-by: sjohanss, sangheki
tschatzl [Mon, 06 Nov 2017 14:24:31 +0100] rev 47789
8149127: Rename g1/concurrentMarkThread.* to g1/g1ConcurrentMarkThread.*
Reviewed-by: sjohanss, sangheki
dsamersoff [Mon, 06 Nov 2017 14:31:22 +0000] rev 47788
8163011: AArch64: NMT detail stack trace cleanup
Summary: Makes aarch64 behavior similar to x86 one
Reviewed-by: aph, drwhite