erikj [Fri, 09 Mar 2018 19:20:19 +0100] rev 49201
8199352: The Jib artifact resolver in test lib needs to print better error messages
Reviewed-by: iignatyev, ihse
ihse [Fri, 09 Mar 2018 19:12:07 +0100] rev 49200
8199405: Bump lowest supported gcc to 4.8
Reviewed-by: erikj
ihse [Fri, 09 Mar 2018 19:10:51 +0100] rev 49199
8199403: Require binutils 2.18 or newer
Reviewed-by: erikj, tbell
ihse [Fri, 09 Mar 2018 19:09:20 +0100] rev 49198
8199416: Remove debug output left over since JDK-8198844
Reviewed-by: erikj
jlahoda [Fri, 09 Mar 2018 09:42:10 +0100] rev 49197
8187950: javax.lang.model APIs throws CompletionFailure or a subtype of CompletionFailure.
Summary: Catching CompletionFailures that would be thrown to API clients, and re-completing the symbols again when javac itself needs it.
Reviewed-by: cushon, jjg
weijun [Fri, 09 Mar 2018 11:36:12 +0800] rev 49196
8199154: Accessibility issues in jdk.security.auth
Reviewed-by: valeriep
rehn [Fri, 02 Mar 2018 11:43:19 +0100] rev 49195
8198833: TestMemoryAwareness Docker container fails with too small maximum heap
Reviewed-by: bobv, dholmes
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