jwilhelm [Fri, 02 Mar 2018 21:00:12 +0100] rev 49194
Merge
zgu [Thu, 01 Mar 2018 16:35:36 -0500] rev 49193
8191369: NMT: Enhance thread stack tracking
Summary: More precise thread stack tracking on Linux and Windows
Reviewed-by: coleenp, adinn, minqi
kbarrett [Thu, 01 Mar 2018 16:51:22 -0500] rev 49192
8198474: Move JNIHandles::resolve into jniHandles.inline.hpp
Summary: Moved resolve and friends to new jniHandles.inline.hpp.
Reviewed-by: tschatzl, pliden, coleenp
kvn [Thu, 01 Mar 2018 09:03:30 -0800] rev 49191
8195632: [Graal] Introduce EagerJVMCI flag to force eager JVMCI initialization
Reviewed-by: thartmann
mlarsson [Thu, 01 Mar 2018 10:56:17 +0100] rev 49190
8198887: JDK-8168722 broke the build on macosx
Reviewed-by: dholmes, thartmann
thartmann [Thu, 01 Mar 2018 08:58:27 +0100] rev 49189
8148871: Possible wrong expression stack depth at deopt point
Summary: Add a special case for invoke bytecodes and use the parameter size instead of the oop map in that case.
Reviewed-by: never, dlong, minqi
mlarsson [Wed, 28 Feb 2018 22:38:53 +0100] rev 49188
8168722: Unified Logging configuration output needs simplifying
Reviewed-by: rehn, lfoltan, hseigel
rraghavan [Wed, 28 Feb 2018 23:23:35 -0800] rev 49187
8198252: Null pointer dereference in fold_compares_helper
Summary: Added required null check with reported usage of filtered_int_type calls
Reviewed-by: kvn, thartmann
jwilhelm [Thu, 01 Mar 2018 01:47:46 +0100] rev 49186
Merge
coleenp [Wed, 28 Feb 2018 14:20:24 -0500] rev 49185
8191421: Deprecate PrintSafepointStatistics, PrintSafepointStatisticsTimeout and PrintSafepointStatisticsCount options
Reviewed-by: dholmes, hseigel