hseigel [Tue, 25 Jul 2017 13:33:28 -0400] rev 46716
8178107: Compiler crashes with "assert(get_instanceKlass()->is_loaded()) failed: must be at least loaded"
Summary: Add missing '!' operator to weed out unloaded classes
Reviewed-by: coleenp, dcubed
dlong [Tue, 25 Jul 2017 16:26:35 +0000] rev 46715
Merge
dlong [Tue, 25 Jul 2017 08:58:24 -0700] rev 46714
8184047: ExecuteInternalVMTests.java "failed on a valid DirectivesParser string" assert
Reviewed-by: kvn
rkennke [Tue, 25 Jul 2017 11:58:29 +0200] rev 46713
8180929: Deprecate -XX:+/-MonitorInUseLists option
Reviewed-by: zgu, coleenp
coleenp [Mon, 24 Jul 2017 22:56:43 +0000] rev 46712
Merge
zgu [Mon, 24 Jul 2017 15:19:46 -0400] rev 46711
8184991: NMT detail diff should take memory type into account
Summary: NMT detail allocation site comparison should compare sites with the same memory type
Reviewed-by: shade, coleenp
coleenp [Mon, 24 Jul 2017 17:46:06 -0400] rev 46710
8182397: Race in field updates when creating ArrayKlasses can lead to crash
Summary: Update array_klass field in component mirror after klass.java_mirror field for concurrent readers in compiled code
Reviewed-by: aph, kbarrett
stuefe [Sat, 22 Jul 2017 10:03:15 +0200] rev 46709
8185033: On Metaspace OOM, ChunkManager composition should be logged.
Reviewed-by: mgerdin, coleenp
dcubed [Mon, 24 Jul 2017 17:26:41 +0000] rev 46708
Merge
rkennke [Mon, 24 Jul 2017 17:14:32 +0200] rev 46707
8185102: TestSAServer.java fails due to "sun.jvm.hotspot.types.WrongTypeException: field "_stack_traversal_mark"
Reviewed-by: dcubed, zgu