sjohanss [Fri, 07 Dec 2018 13:54:45 +0100] rev 52897
8213890: Implementation of JEP 344: Abortable Mixed Collections for G1
Reviewed-by: tschatzl, kbarrett
Contributed-by: erik.helin@oracle.com, stefan.johansson@oracle.com
eosterlund [Fri, 07 Dec 2018 13:15:35 +0100] rev 52896
8214936: assert(_needs_refill == 0) failed: Forgot to handle a failed IC transition requiring IC stubs
Reviewed-by: kvn, thartmann, pliden
tschatzl [Fri, 07 Dec 2018 11:15:18 +0100] rev 52895
8215005: Missing include of runtime/os.hpp in zError.cpp after JDK-8214925 breaks build without precompiled headers
Reviewed-by: shade
neliasso [Tue, 04 Dec 2018 18:55:06 +0100] rev 52894
8214773: Replace use of thread unsafe strtok
Reviewed-by: thartmann, dholmes
sundar [Fri, 07 Dec 2018 14:36:43 +0530] rev 52893
8212137: Remove JrtFileSystem finalize method
Reviewed-by: alanb
mbaesken [Thu, 06 Dec 2018 09:48:33 +0100] rev 52892
8214944: replace strerror by os::strerror
Reviewed-by: dholmes, neliasso
dchuyko [Fri, 07 Dec 2018 10:48:39 +0300] rev 52891
8214707: Prevent GCC 8 from reporting error in ClassLoader::file_name_for_class_name()
Reviewed-by: hseigel, dholmes
jnimeh [Thu, 06 Dec 2018 22:05:31 -0800] rev 52890
8214129: SSL session resumption/SNI with TLS1.2 causes StackOverflowError
Reviewed-by: xuelei, jjiang
dzhou [Thu, 06 Dec 2018 18:46:08 -0800] rev 52889
8213127: Refactor test/java/util/ResourceBundle/Control/MissingResourceCauseTest.sh to plain java tests
Reviewed-by: naoto
egahlin [Thu, 06 Dec 2018 23:38:22 +0100] rev 52888
8214925: JFR tool fails to execute
Reviewed-by: mgronlun, mseledtsov