bpb [Fri, 11 Jan 2019 08:20:25 -0800] rev 53258
8216172: File.renameTo(File dest) should check for NPE at the very beginning
Reviewed-by: lancea
mbalao [Thu, 29 Nov 2018 13:36:23 -0300] rev 53257
6913047: Long term memory leak when using PKCS11 and JCE exceeds 32 bit process address space
Summary: Extract cryptographic keys within NSS PKCS11 software tokens for memory management purposes.
Reviewed-by: valeriep
dfuchs [Fri, 11 Jan 2019 14:48:19 +0000] rev 53256
8216498: Confusing and unneeded wrapping of SSLHandshakeException
Summary: [httpclient] Avoid wrapping SSLHandshakeException in plain IOException
Reviewed-by: chegar
ysuenaga [Fri, 11 Jan 2019 23:32:52 +0900] rev 53255
8216486: Possibility of integer overflow in JfrThreadSampler::run()
Reviewed-by: rehn, sgehwolf
rehn [Fri, 11 Jan 2019 10:58:46 +0100] rev 53254
8214271: Fast primitive to wake many threads
Reviewed-by: dholmes, dcubed
thartmann [Fri, 11 Jan 2019 09:59:28 +0100] rev 53253
8216480: Typo in test/hotspot/jtreg/compiler/graalunit/README.md
Summary: Removed -vmoptions:
Reviewed-by: epavlova
mbaesken [Wed, 09 Jan 2019 14:46:40 +0100] rev 53252
8216355: missing NULL checks in libnet in interface iteration and potential resource leak in getMacAddress
Reviewed-by: clanger, rwestberg
jwilhelm [Thu, 10 Jan 2019 21:52:33 +0100] rev 53251
Merge
shade [Wed, 09 Jan 2019 15:53:56 +0100] rev 53250
8215724: Epsilon: ArrayStoreExceptionTest.java fails; missing arraycopy check
Reviewed-by: eosterlund, lkorinth
jiangli [Thu, 10 Jan 2019 13:03:34 -0500] rev 53249
8214827: Incorrect call ClassLoaders.toFileURL("jrt:/java.compiler")
Summary: Use URL constructor for jrt URL in SystemDictionaryShared::get_shared_protection_domain().
Reviewed-by: ccheung, iklam, dholmes, coleenp