coleenp [Fri, 07 Dec 2018 14:48:35 -0500] rev 52907
8214972: Uses of klass_holder() except GC need to apply GC barriers
Summary: Fix klass_holder() and make all callers use it, remove holder_phantom().
Reviewed-by: eosterlund, dlong
pchilanomate [Fri, 07 Dec 2018 13:59:19 -0500] rev 52906
8214148: [TESTBUG] serviceability/tmtools/jstack/WaitNotifyThreadTest.java is not doing what is expected
Summary: Fixed the logic for checking method name and added checks for thread status
Reviewed-by: dholmes, coleenp
zgu [Fri, 07 Dec 2018 13:55:06 -0500] rev 52905
8204947: Port ShenandoahTaskTerminator to mainline and make it default
Reviewed-by: tschatzl, rkennke
manc [Fri, 07 Dec 2018 12:46:31 +0800] rev 52904
8213224: Move code related to GC threads calculation out of AdaptiveSizePolicy
Summary: Consolidate code related to GC threads calculation into a single class
Reviewed-by: tschatzl, pliden
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