sherman [Wed, 27 Jun 2018 09:45:18 -0700] rev 50821
8200243: System error message is decoded as invalid encoding in Windows.
Reviewed-by: alanb
joehw [Wed, 27 Jun 2018 09:31:51 -0700] rev 50820
8205058: (fs) Files read/writeString should throw CharacterCodingException instead of IOException with an IllegalArgumentException as cause
Reviewed-by: sherman, alanb, lancea
jiangli [Wed, 27 Jun 2018 11:55:35 -0400] rev 50819
8205699: assert(_owner_offset != 0) failed in javaClasses.cpp
Summary: Added java_util_concurrent_locks_AbstractOwnableSynchronizer::serialize.
Reviewed-by: ccheung, dholmes
jgeorge [Wed, 27 Jun 2018 20:04:31 +0530] rev 50818
8189429: SA: MacOSX: Replace the deprecated PT_ATTACH with PT_ATTACHEXC
Summary: Avoid the waitpid() and receive, handle and reply to the incoming Mach exception message obtained with PT_ATTACHEXC.
Reviewed-by: sballal, erikj, gziemski, rwestberg, dholmes, dcubed, poonam, dsamersoff
rriggs [Wed, 27 Jun 2018 09:36:34 -0400] rev 50817
8066709: Make some JDK system properties read only
Reviewed-by: lancea, sundar, bchristi, weijun, mchung, alanb, mullan
goetz [Wed, 27 Jun 2018 09:52:23 +0200] rev 50816
8199940: Print more information about class loaders in IllegalAccessErrors.
Reviewed-by: lfoltan, mchung
rehn [Wed, 27 Jun 2018 12:46:15 +0200] rev 50815
8205583: Crash in ConcurrentHashTable do_bulk_delete_locked_for
Reviewed-by: coleenp, gziemski