prr [Thu, 01 Mar 2018 10:37:20 -0800] rev 49215
Merge
dmarkov [Wed, 28 Feb 2018 22:00:33 +0000] rev 49214
8187635: On Windows Swing changes keyboard layout on a window activation
Reviewed-by: serb, ssadetsky
rriggs [Tue, 13 Mar 2018 12:46:01 -0400] rev 49213
8199470: Remove unused property file.encoding.pkg
Reviewed-by: bpb, sherman
sherman [Tue, 13 Mar 2018 00:22:14 -0700] rev 49212
8196748: tools/jar tests need to tolerate unrelated warnings
Reviewed-by: dholmes
naoto [Mon, 12 Mar 2018 20:47:21 -0700] rev 49211
8198989: Provide more diagnostic IAE messages
Reviewed-by: lancea
psandoz [Mon, 12 Mar 2018 16:09:18 -0700] rev 49210
8199462: Use Reference.reachabilityFence in direct ByteBuffer methods
Reviewed-by: psandoz, vlivanov, plevart
Contributed-by: ben_walsh@uk.ibm.com
lana [Mon, 12 Mar 2018 21:30:58 +0000] rev 49209
Added tag jdk-11+4 for changeset e59941f7247d
erikj [Mon, 12 Mar 2018 21:48:58 +0100] rev 49208
8199473: Support Visual Studio BuildTools with VS2017
Reviewed-by: ihse, tbell
redestad [Mon, 12 Mar 2018 19:36:59 +0100] rev 49207
8199469: Disable generate-jli-classes when building interim-image
Reviewed-by: erikj, mchung
redestad [Mon, 12 Mar 2018 18:31:02 +0100] rev 49206
8199453: Enable link-time generation of constructor forms
Reviewed-by: alanb, psandoz, mchung
erikj [Mon, 12 Mar 2018 17:49:08 +0100] rev 49205
8199428: install-file macro fails on filenames with space on Solaris
Reviewed-by: tbell, ihse
ihse [Mon, 12 Mar 2018 17:00:54 +0100] rev 49204
8199451: Create linux-aarch64 cross-compilation devkit, and fix cross-compilation
Reviewed-by: aph, erikj
rriggs [Mon, 12 Mar 2018 10:04:12 -0400] rev 49203
8199420: Update javadoc tags in java.lang.System and related
Reviewed-by: lancea, bpb
redestad [Sat, 10 Mar 2018 02:58:39 +0100] rev 49202
8199009: test/jdk/java/util/Locale/SoftKeys.java fails with OutOfMemoryError
Reviewed-by: psandoz, naoto
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
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
ehelin [Wed, 28 Feb 2018 16:00:20 +0100] rev 49184
8197841: Remove unused function Universe::create_heap_ext
Reviewed-by: rkennke, eosterlund, hseigel