poonam [Fri, 30 Mar 2018 18:46:14 +0000] rev 49655
8199406: Performance drop with Java JDK 1.8.0_162-b32
Summary: Improve the nmethod unloading times by optimizing the search for an itable stub in VtableStubs array
Reviewed-by: kvn, coleenp, tschatzl
kvn [Fri, 30 Mar 2018 07:47:20 -0700] rev 49654
8200461: MeetIncompatibleInterfaceArrays test fails with -Xcomp
Summary: Add requires to run test only in Xmixed mode.
Reviewed-by: simonis
stuefe [Fri, 30 Mar 2018 06:31:16 +0200] rev 49653
8191101: Show register content in hs-err file on assert
Reviewed-by: adinn, clanger, simonis
ccheung [Thu, 29 Mar 2018 21:48:38 -0700] rev 49652
8200078: [Graal] runtime/appcds/GraalWithLimitedMetaspace.java crashes in visit_all_interfaces
Summary: stop CDS dumping right away when an OOM due to insufficient metaspace is encountered
Reviewed-by: iklam, mseledtsov
iklam [Thu, 29 Mar 2018 20:15:23 -0700] rev 49651
8183238: Obsolete CheckEndorsedAndExtDirs and remove checks for lib/endorsed and lib/ext
Reviewed-by: dholmes, mchung, alanb
lucy [Thu, 29 Mar 2018 14:53:01 -0700] rev 49650
8200366: SIGSEGV in CodeHeapState::print_names()
Summary: Temporary removed the failing function in diagnostic command until investigation is complete. Added checks to validate code blobs.
Reviewed-by: kvn, thartmann
dstewart [Thu, 29 Mar 2018 16:07:39 -0400] rev 49649
8200251: AArch64::CPUFeature out of sync with VM_Version::Feature_Flag
Summary: Added enums to CPUFeature to be in sync with VM_Version::Feature_Flag
Reviewed-by: kvn, aph, shade