rkennke [Thu, 18 Oct 2018 21:14:49 +0200] rev 52194
8212603: Need to step over GC barriers in Node::eqv_uncast()
Reviewed-by: shade, kvn, eosterlund
igerasim [Thu, 18 Oct 2018 09:46:46 -0700] rev 52193
8201355: Avoid native memory allocation in sun.security.mscapi.PRNG.generateSeed
Reviewed-by: weijun
thartmann [Thu, 18 Oct 2018 17:50:49 +0200] rev 52192
8212553: [TESTBUG] TestTrichotomyExpressions.java times out with Graal as JIT
Summary: Removed -Xcomp and increased timeout.
Reviewed-by: kvn
lancea [Thu, 18 Oct 2018 10:45:05 -0400] rev 52191
8212662: Fix javadoc typo in java.lang.ref.Cleaner
Reviewed-by: lancea, rriggs
Contributed-by: Andrew Luo <andrewluotechnologies@outlook.com>
hseigel [Thu, 18 Oct 2018 10:35:58 -0400] rev 52190
8209087: Clean up runtime code that compares 'this' to NULL
Summary: Remove 'this' to NULL comparisons from methods and check if calling objects of these methods could be NULL.
Reviewed-by: lfoltan, gziemski
mullan [Thu, 18 Oct 2018 10:08:35 -0400] rev 52189
8210448: Copy Java XML Digital Signature API Specification into java.xml.crypto javadocs
Reviewed-by: weijun
lkorinth [Thu, 18 Oct 2018 11:23:54 +0200] rev 52188
8212595: Remove unused size_helper() in oop_oop_iterate* in instanceKlass.inline.hpp
Reviewed-by: shade, pliden
dzhou [Thu, 18 Oct 2018 00:56:38 -0700] rev 52187
8210406: Refactor java.util.PluggableLocale:i18n shell tests to plain java tests
Reviewed-by: naoto