Mon, 12 Mar 2018 10:04:12 -0400 8199420: Update javadoc tags in java.lang.System and related
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
Sat, 10 Mar 2018 02:58:39 +0100 8199009: test/jdk/java/util/Locale/SoftKeys.java fails with OutOfMemoryError
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
Fri, 09 Mar 2018 19:20:19 +0100 8199352: The Jib artifact resolver in test lib needs to print better error messages jdk-11+4
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
Fri, 09 Mar 2018 19:12:07 +0100 8199405: Bump lowest supported gcc to 4.8
ihse [Fri, 09 Mar 2018 19:12:07 +0100] rev 49200
8199405: Bump lowest supported gcc to 4.8 Reviewed-by: erikj
Fri, 09 Mar 2018 19:10:51 +0100 8199403: Require binutils 2.18 or newer
ihse [Fri, 09 Mar 2018 19:10:51 +0100] rev 49199
8199403: Require binutils 2.18 or newer Reviewed-by: erikj, tbell
Fri, 09 Mar 2018 19:09:20 +0100 8199416: Remove debug output left over since JDK-8198844
ihse [Fri, 09 Mar 2018 19:09:20 +0100] rev 49198
8199416: Remove debug output left over since JDK-8198844 Reviewed-by: erikj
Fri, 09 Mar 2018 09:42:10 +0100 8187950: javax.lang.model APIs throws CompletionFailure or a subtype of CompletionFailure.
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
Fri, 09 Mar 2018 11:36:12 +0800 8199154: Accessibility issues in jdk.security.auth
weijun [Fri, 09 Mar 2018 11:36:12 +0800] rev 49196
8199154: Accessibility issues in jdk.security.auth Reviewed-by: valeriep
Fri, 02 Mar 2018 11:43:19 +0100 8198833: TestMemoryAwareness Docker container fails with too small maximum heap
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
Fri, 02 Mar 2018 21:00:12 +0100 Merge
jwilhelm [Fri, 02 Mar 2018 21:00:12 +0100] rev 49194
Merge
Thu, 01 Mar 2018 16:35:36 -0500 8191369: NMT: Enhance thread stack tracking
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
Thu, 01 Mar 2018 16:51:22 -0500 8198474: Move JNIHandles::resolve into jniHandles.inline.hpp
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
Thu, 01 Mar 2018 09:03:30 -0800 8195632: [Graal] Introduce EagerJVMCI flag to force eager JVMCI initialization
kvn [Thu, 01 Mar 2018 09:03:30 -0800] rev 49191
8195632: [Graal] Introduce EagerJVMCI flag to force eager JVMCI initialization Reviewed-by: thartmann
Thu, 01 Mar 2018 10:56:17 +0100 8198887: JDK-8168722 broke the build on macosx
mlarsson [Thu, 01 Mar 2018 10:56:17 +0100] rev 49190
8198887: JDK-8168722 broke the build on macosx Reviewed-by: dholmes, thartmann
Thu, 01 Mar 2018 08:58:27 +0100 8148871: Possible wrong expression stack depth at deopt point
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
Wed, 28 Feb 2018 22:38:53 +0100 8168722: Unified Logging configuration output needs simplifying
mlarsson [Wed, 28 Feb 2018 22:38:53 +0100] rev 49188
8168722: Unified Logging configuration output needs simplifying Reviewed-by: rehn, lfoltan, hseigel
Wed, 28 Feb 2018 23:23:35 -0800 8198252: Null pointer dereference in fold_compares_helper
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
Thu, 01 Mar 2018 01:47:46 +0100 Merge
jwilhelm [Thu, 01 Mar 2018 01:47:46 +0100] rev 49186
Merge
Wed, 28 Feb 2018 14:20:24 -0500 8191421: Deprecate PrintSafepointStatistics, PrintSafepointStatisticsTimeout and PrintSafepointStatisticsCount options
coleenp [Wed, 28 Feb 2018 14:20:24 -0500] rev 49185
8191421: Deprecate PrintSafepointStatistics, PrintSafepointStatisticsTimeout and PrintSafepointStatisticsCount options Reviewed-by: dholmes, hseigel
Wed, 28 Feb 2018 16:00:20 +0100 8197841: Remove unused function Universe::create_heap_ext
ehelin [Wed, 28 Feb 2018 16:00:20 +0100] rev 49184
8197841: Remove unused function Universe::create_heap_ext Reviewed-by: rkennke, eosterlund, hseigel
Wed, 28 Feb 2018 15:10:21 +0100 8187066: -Xlog:help "=debug" example is not quite accurate
mlarsson [Wed, 28 Feb 2018 15:10:21 +0100] rev 49183
8187066: -Xlog:help "=debug" example is not quite accurate Reviewed-by: hseigel
Wed, 28 Feb 2018 12:05:02 +0100 8198825: Resolve missing review feedback for JDK-8170976
mlarsson [Wed, 28 Feb 2018 12:05:02 +0100] rev 49182
8198825: Resolve missing review feedback for JDK-8170976 Reviewed-by: rehn, lfoltan, hseigel
Wed, 28 Feb 2018 10:37:02 +0100 8153945: Track if log configuration has changed during runtime
mlarsson [Wed, 28 Feb 2018 10:37:02 +0100] rev 49181
8153945: Track if log configuration has changed during runtime Reviewed-by: lfoltan, hseigel
Wed, 28 Feb 2018 09:30:06 +0100 8190346: improve unified JVM logging help message and warnings
mlarsson [Wed, 28 Feb 2018 09:30:06 +0100] rev 49180
8190346: improve unified JVM logging help message and warnings Reviewed-by: lfoltan, rehn, hseigel
Tue, 27 Feb 2018 21:29:19 -0800 8197453: Add support of extra problem list
epavlova [Tue, 27 Feb 2018 21:29:19 -0800] rev 49179
8197453: Add support of extra problem list Reviewed-by: iignatyev, jjg
Tue, 27 Feb 2018 21:29:08 -0800 8190679: java/util/Arrays/TimSortStackSize2.java fails with "Initial heap size set to a larger value than the maximum heap size"
iignatyev [Tue, 27 Feb 2018 21:29:08 -0800] rev 49178
8190679: java/util/Arrays/TimSortStackSize2.java fails with "Initial heap size set to a larger value than the maximum heap size" Reviewed-by: dholmes
Tue, 27 Feb 2018 18:17:57 -0500 8196882: VS2017 Hotspot Defined vsnprintf Function Causes C2084 Already Defined Compilation Error
kbarrett [Tue, 27 Feb 2018 18:17:57 -0500] rev 49177
8196882: VS2017 Hotspot Defined vsnprintf Function Causes C2084 Already Defined Compilation Error Summary: Add os::vsnprintf and os::snprintf. Reviewed-by: lfoltan, stuefe, mlarsson
Tue, 13 Feb 2018 15:48:23 +0100 8041626: Shutdown tracing event
rwestberg [Tue, 13 Feb 2018 15:48:23 +0100] rev 49176
8041626: Shutdown tracing event Reviewed-by: dholmes, alanb, rriggs
Tue, 27 Feb 2018 14:15:30 +0100 8197408: Bad pointer comparison and small cleanup in os_linux.cpp
rehn [Tue, 27 Feb 2018 14:15:30 +0100] rev 49175
8197408: Bad pointer comparison and small cleanup in os_linux.cpp Reviewed-by: bobv, stuefe
Tue, 27 Feb 2018 16:05:28 +0300 8196868: AARCH64: ld/st instructions hit guarantee assert while using sp
dpochepk [Tue, 27 Feb 2018 16:05:28 +0300] rev 49174
8196868: AARCH64: ld/st instructions hit guarantee assert while using sp Reviewed-by: aph
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip