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
stuefe [Thu, 15 Mar 2018 07:20:32 +0100] rev 49402
8199432: metaspace: fix wrong comment and condition in SpaceManager::verify()
Reviewed-by: coleenp
stuefe [Thu, 15 Mar 2018 07:15:39 +0100] rev 49401
8199431: Split up class Metaspace into a static and a non-static part
Reviewed-by: coleenp, adinn, zgu