tschatzl [Mon, 28 May 2018 11:13:21 +0200] rev 50281
8202842: G1 footprint regressions in jdk11+10
Summary: Lazily initialize G1FromCardCache to save on startup footprint if AlwaysPretouch is disabled.
Reviewed-by: sjohanss, redestad
pliden [Mon, 28 May 2018 09:59:11 +0200] rev 50280
8203817: Monitor::try_lock() should not call check_prelock_state()
Reviewed-by: dholmes, eosterlund, rehn
shade [Mon, 28 May 2018 09:05:43 +0200] rev 50279
8203628: Optimize (masked) byte memory comparisons on x86
Reviewed-by: adinn, vlivanov, jrose
sdama [Sun, 27 May 2018 12:00:16 +0530] rev 50278
8202178: type.getKind() for var is None instead of Error
Summary: make sure var kind != None for instance variables without initialization
Reviewed-by: mcimadamore
kbarrett [Sat, 26 May 2018 03:11:50 -0400] rev 50277
8203028: Simplify reference processing in light of JDK-8175797
Summary: Removed special handling of Reference.next
Reviewed-by: tschatzl, sjohanss, mchung
epavlova [Fri, 25 May 2018 14:10:21 -0700] rev 50276
8200266: [Graal] Update ProblemList-graal.txt files
Reviewed-by: kvn
igerasim [Fri, 25 May 2018 12:44:34 -0700] rev 50275
8203369: Check for both EAGAIN and EWOULDBLOCK error codes
Reviewed-by: alanb