clanger [Thu, 15 Mar 2018 15:38:23 +0100] rev 49406
8199010: attachListener.hpp: Fix potential null termination issue found by coverity scans
Reviewed-by: stuefe, dholmes, cjplummer
stuefe [Thu, 15 Mar 2018 07:43:07 +0100] rev 49405
8199656: Make slow metaspace verifications switchable in debug builds
Reviewed-by: dholmes, coleenp
rkennke [Thu, 15 Mar 2018 12:44:27 +0100] rev 49404
8199559: objArrayKlass::oop_iterate() and friends must use base_raw() instead of base()
Reviewed-by: tschatzl, eosterlund
coleenp [Thu, 15 Mar 2018 07:40:00 -0400] rev 49403
8199272: Broken assertion in ClassLoaderData::remove_handle
Summary: Added new ClassLoaderData::ChunkList::contains(oop*) function for OopHandle rather than oop.
Reviewed-by: stefank, hseigel