egahlin [Fri, 07 Dec 2018 18:00:41 +0100] rev 52903
8213421: Line number information for execution samples always 0
Reviewed-by: mgronlun
rriggs [Fri, 07 Dec 2018 11:51:17 -0500] rev 52902
8214971: Replace use of string.equals("") with isEmpty()
Reviewed-by: jlaskey, prappo, lancea, dfuchs, redestad
egahlin [Fri, 07 Dec 2018 17:11:17 +0100] rev 52901
8212232: Wrong metadata for the configuration of the cutoff for old object sample events
Reviewed-by: mgronlun
dchuyko [Fri, 07 Dec 2018 17:52:37 +0300] rev 52900
8214376: Don't use memset to initialize array of Bundle in output.cpp
Reviewed-by: thartmann, shade
egahlin [Fri, 07 Dec 2018 14:19:20 +0100] rev 52899
8207829: FlightRecorderMXBeanImpl is leaking the first classloader which calls it
Reviewed-by: mgronlun
hseigel [Fri, 07 Dec 2018 08:16:50 -0500] rev 52898
8214840: runtime/NMT/MallocStressTest.java timed out
Summary: Add volatile to declaration of static field shared by multiple threads
Reviewed-by: dcubed, dholmes, coleenp
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