cjplummer [Tue, 26 Sep 2017 17:11:39 +0000] rev 47539
Merge
cjplummer [Tue, 26 Sep 2017 16:47:46 +0000] rev 47538
Merge
zgu [Mon, 25 Sep 2017 11:56:21 -0400] rev 47537
8187629: NMT: Memory miscounting in compiler (C2)
Summary: Fixed memory counting in compiler (C2)
Reviewed-by: adinn, cjplummer, kvn
hseigel [Tue, 26 Sep 2017 16:04:40 +0000] rev 47536
Merge
hseigel [Tue, 26 Sep 2017 15:34:49 +0000] rev 47535
Merge
hseigel [Tue, 26 Sep 2017 08:58:04 -0400] rev 47534
8187436: -Xbootclasspath/a causes sanity check assertion with exploded build
Summary: Fixed asserts to work properly with exploded build
Reviewed-by: alanb, jiangli, gtriantafill
coleenp [Tue, 26 Sep 2017 16:03:29 +0000] rev 47533
Merge
coleenp [Tue, 26 Sep 2017 10:03:17 -0400] rev 47532
8081323: ConstantPool::_resolved_references is missing in heap dump
Summary: Add resolved_references and init_lock as hidden static field in class so root is found.
Reviewed-by: hseigel, jiangli, sspitsyn
lucy [Tue, 26 Sep 2017 17:06:06 +0200] rev 47531
8187573: [s390] z/Architecture Vector Facility Support
Reviewed-by: mdoerr
ysuenaga [Tue, 26 Sep 2017 06:53:35 -0400] rev 47530
8187597: WrongTypeException is occurred at CLHSDB jstack after JDK-8186837
Reviewed-by: rehn, cjplummer, dholmes
dholmes [Tue, 26 Sep 2017 10:17:35 +0000] rev 47529
Merge
dholmes [Tue, 26 Sep 2017 09:02:10 +0000] rev 47528
Merge
glaubitz [Tue, 26 Sep 2017 04:52:02 -0400] rev 47527
8187590: Zero runtime can lock-up on linux-alpha
Reviewed-by: aph, dholmes
stuefe [Tue, 26 Sep 2017 11:25:34 +0200] rev 47526
8187028: [aix] Real thread stack size may be up to 64K smaller than requested one
Reviewed-by: goetz
sspitsyn [Tue, 26 Sep 2017 00:52:29 -0700] rev 47525
8177901: JDWP exit error JVMTI_ERROR_WRONG_PHASE(112): on checking for an interface
Summary: Add synchronization between CommandLoop and cbVMDeath callback
Reviewed-by: dholmes, dcubed