Tue, 20 Mar 2018 09:21:43 -0700 8193033: remove terminally deprecated sun.misc.Unsafe.defineClass
psandoz [Tue, 20 Mar 2018 09:21:43 -0700] rev 49267
8193033: remove terminally deprecated sun.misc.Unsafe.defineClass Reviewed-by: chegar, mchung, alanb
Mon, 19 Mar 2018 21:52:50 +0000 Merge
lana [Mon, 19 Mar 2018 21:52:50 +0000] rev 49266
Merge
Mon, 19 Mar 2018 21:34:20 +0000 Added tag jdk-11+5 for changeset d5c43e9f08fb
lana [Mon, 19 Mar 2018 21:34:20 +0000] rev 49265
Added tag jdk-11+5 for changeset d5c43e9f08fb
Mon, 19 Mar 2018 17:46:49 -0400 8199768: jdk/test/lib/compiler/CompilerUtils.java needs to provide more control over compilation
dholmes [Mon, 19 Mar 2018 17:46:49 -0400] rev 49264
8199768: jdk/test/lib/compiler/CompilerUtils.java needs to provide more control over compilation Reviewed-by: psandoz, alanb
Mon, 19 Mar 2018 10:11:07 -0700 8199749: Debug symbols are not copied to exploded image on Mac
erikj [Mon, 19 Mar 2018 10:11:07 -0700] rev 49263
8199749: Debug symbols are not copied to exploded image on Mac Reviewed-by: ihse
Mon, 19 Mar 2018 09:58:41 -0400 8196298: Add null Reader and Writer
rriggs [Mon, 19 Mar 2018 09:58:41 -0400] rev 49262
8196298: Add null Reader and Writer Reviewed-by: bpb, forax, smarks, alanb, rriggs Contributed-by: patrick@reini.net
Fri, 16 Mar 2018 21:40:09 +0100 8199745: JDK-8199668 introduced a build race on macosx jdk-11+5
erikj [Fri, 16 Mar 2018 21:40:09 +0100] rev 49261
8199745: JDK-8199668 introduced a build race on macosx Reviewed-by: tbell
Fri, 16 Mar 2018 16:17:17 -0400 8193584: (testbug) TestSocketFactory fails intermittently with ConcurrentModificationException
rriggs [Fri, 16 Mar 2018 16:17:17 -0400] rev 49260
8193584: (testbug) TestSocketFactory fails intermittently with ConcurrentModificationException Reviewed-by: bpb, lancea
Fri, 16 Mar 2018 03:17:12 -0700 Merge
shurailine [Fri, 16 Mar 2018 03:17:12 -0700] rev 49259
Merge
Fri, 16 Mar 2018 03:15:35 -0700 8199616: Fix @module declarations in tier1 tests
shurailine [Fri, 16 Mar 2018 03:15:35 -0700] rev 49258
8199616: Fix @module declarations in tier1 tests Reviewed-by: mchung, alanb
Fri, 16 Mar 2018 14:56:54 +0100 8199443: Nashorn multithread bottleneck with "use strict"
hannesw [Fri, 16 Mar 2018 14:56:54 +0100] rev 49257
8199443: Nashorn multithread bottleneck with "use strict" Reviewed-by: jlaskey, sundar
Fri, 16 Mar 2018 13:02:42 +0000 8199464: Remove remaining vestiges of Java_sun_reflect_Reflection_getCallerClass
chegar [Fri, 16 Mar 2018 13:02:42 +0000] rev 49256
8199464: Remove remaining vestiges of Java_sun_reflect_Reflection_getCallerClass Reviewed-by: alanb, clanger, mchung
Fri, 16 Mar 2018 18:15:31 +0800 8199215: Re-examine getFreePort method in test infrastructure library
mli [Fri, 16 Mar 2018 18:15:31 +0800] rev 49255
8199215: Re-examine getFreePort method in test infrastructure library Reviewed-by: alanb
Thu, 15 Mar 2018 14:54:10 -0700 8183554: Add constructors with Charset parameter for FileReader and FileWriter
joehw [Thu, 15 Mar 2018 14:54:10 -0700] rev 49254
8183554: Add constructors with Charset parameter for FileReader and FileWriter Reviewed-by: alanb, rriggs, smarks
Thu, 15 Mar 2018 19:33:04 +0100 8199681: Remove boilerplate code from creating native jtreg tests
ihse [Thu, 15 Mar 2018 19:33:04 +0100] rev 49253
8199681: Remove boilerplate code from creating native jtreg tests Reviewed-by: erikj
Thu, 15 Mar 2018 19:30:58 +0100 8199668: make/lib cleanup
ihse [Thu, 15 Mar 2018 19:30:58 +0100] rev 49252
8199668: make/lib cleanup Reviewed-by: erikj
Thu, 15 Mar 2018 08:11:01 -0700 8189230: JDK method:java.lang.Integer.numberOfLeadingZeros(int) can be optimized
bpb [Thu, 15 Mar 2018 08:11:01 -0700] rev 49251
8189230: JDK method:java.lang.Integer.numberOfLeadingZeros(int) can be optimized Summary: Directly return zero for a negative parameter instead of calculating Reviewed-by: psandoz
Thu, 15 Mar 2018 12:07:59 +0100 8188240: Reflection Proxy should skip static methods
shade [Thu, 15 Mar 2018 12:07:59 +0100] rev 49250
8188240: Reflection Proxy should skip static methods Reviewed-by: mchung, sundar, shade, plevart Contributed-by: David Lloyd <david.lloyd@redhat.com>
Thu, 15 Mar 2018 11:02:22 +0000 8199329: Remove code that attempts to read bytes after connection reset reported
alanb [Thu, 15 Mar 2018 11:02:22 +0000] rev 49249
8199329: Remove code that attempts to read bytes after connection reset reported Reviewed-by: redestad, clanger, chegar
Thu, 15 Mar 2018 10:47:58 +0000 8199611: (se) Minor selector implementation clean-up
alanb [Thu, 15 Mar 2018 10:47:58 +0000] rev 49248
8199611: (se) Minor selector implementation clean-up Reviewed-by: clanger, redestad, bpb
Thu, 15 Mar 2018 10:41:57 +0100 8199647: java/util/Locale/SoftKeys.java fails with OutOfMemoryError again
redestad [Thu, 15 Mar 2018 10:41:57 +0100] rev 49247
8199647: java/util/Locale/SoftKeys.java fails with OutOfMemoryError again Reviewed-by: psandoz
Thu, 15 Mar 2018 02:08:29 +0100 8199640: Split up BUILD_LIBKRB5 into the two, unrelated compilations it consists of
ihse [Thu, 15 Mar 2018 02:08:29 +0100] rev 49246
8199640: Split up BUILD_LIBKRB5 into the two, unrelated compilations it consists of Reviewed-by: erikj
Thu, 15 Mar 2018 01:32:03 +0100 8199636: Unify naming for jaas_unix and jaas_nt
ihse [Thu, 15 Mar 2018 01:32:03 +0100] rev 49245
8199636: Unify naming for jaas_unix and jaas_nt Reviewed-by: erikj
Thu, 15 Mar 2018 01:20:47 +0100 8199639: Introduce SetupJdkLibrary and SetupJdkExecutable
ihse [Thu, 15 Mar 2018 01:20:47 +0100] rev 49244
8199639: Introduce SetupJdkLibrary and SetupJdkExecutable Reviewed-by: erikj
Wed, 14 Mar 2018 21:35:41 +0100 8199423: Create builds-infra Mach5 job
erikj [Wed, 14 Mar 2018 21:35:41 +0100] rev 49243
8199423: Create builds-infra Mach5 job Reviewed-by: tbell, ihse
Wed, 14 Mar 2018 12:39:57 -0700 8198889: Clarify the throwing of exceptions from ConstantBootstraps.invoke
psandoz [Wed, 14 Mar 2018 12:39:57 -0700] rev 49242
8198889: Clarify the throwing of exceptions from ConstantBootstraps.invoke Reviewed-by: mchung
Wed, 14 Mar 2018 19:12:30 +0100 8199606: Set -lc as global LIBS on solstudio
ihse [Wed, 14 Mar 2018 19:12:30 +0100] rev 49241
8199606: Set -lc as global LIBS on solstudio Reviewed-by: erikj
Wed, 14 Mar 2018 17:14:02 +0100 8199471: Enable generation of callSiteForms at link time
redestad [Wed, 14 Mar 2018 17:14:02 +0100] rev 49240
8199471: Enable generation of callSiteForms at link time Reviewed-by: psandoz, mchung
Wed, 14 Mar 2018 11:23:16 +0100 8199483: Clean up some non-standard LDFLAGS usage
ihse [Wed, 14 Mar 2018 11:23:16 +0100] rev 49239
8199483: Clean up some non-standard LDFLAGS usage Reviewed-by: erikj
Tue, 13 Mar 2018 12:24:39 -0700 8182684: Further clarify InputStream#available()
bpb [Tue, 13 Mar 2018 12:24:39 -0700] rev 49238
8182684: Further clarify InputStream#available() Reviewed-by: alanb, rriggs
Tue, 13 Mar 2018 11:49:17 -0700 8199258: BigInteger.bitLength() should explicitly specify behavior when the value is zero
bpb [Tue, 13 Mar 2018 11:49:17 -0700] rev 49237
8199258: BigInteger.bitLength() should explicitly specify behavior when the value is zero Reviewed-by: lancea, rriggs
Tue, 13 Mar 2018 09:57:44 -0700 Merge
prr [Tue, 13 Mar 2018 09:57:44 -0700] rev 49236
Merge
Tue, 13 Mar 2018 12:00:55 +0000 8198606: Touch keyboard does not hide, when a text component looses focus
alitvinov [Tue, 13 Mar 2018 12:00:55 +0000] rev 49235
8198606: Touch keyboard does not hide, when a text component looses focus Reviewed-by: serb, dmarkov
Mon, 12 Mar 2018 13:53:20 -0700 8193017: Import freetype sources into OpenJDK source tree
prr [Mon, 12 Mar 2018 13:53:20 -0700] rev 49234
8193017: Import freetype sources into OpenJDK source tree Reviewed-by: erikj, ihse, serb
Mon, 12 Mar 2018 10:53:22 -0700 Merge
prr [Mon, 12 Mar 2018 10:53:22 -0700] rev 49233
Merge
Mon, 12 Mar 2018 09:37:49 -0700 Merge
prr [Mon, 12 Mar 2018 09:37:49 -0700] rev 49232
Merge
Fri, 09 Mar 2018 14:42:46 -0800 8198406: Test TestAATMorxFont is unstable
serb [Fri, 09 Mar 2018 14:42:46 -0800] rev 49231
8198406: Test TestAATMorxFont is unstable Reviewed-by: prr, pnarayanan
Fri, 09 Mar 2018 17:26:48 +0530 8197785: javax.accessibility.AccessibleBundle will reload the ResourceBundle for every call to toDisplayString
kaddepalli [Fri, 09 Mar 2018 17:26:48 +0530] rev 49230
8197785: javax.accessibility.AccessibleBundle will reload the ResourceBundle for every call to toDisplayString Reviewed-by: serb, prr, ssadetsky
Thu, 08 Mar 2018 12:35:10 -0800 8199022: New failures should be added to ProblemList
serb [Thu, 08 Mar 2018 12:35:10 -0800] rev 49229
8199022: New failures should be added to ProblemList Reviewed-by: prr, psadhukhan
Thu, 08 Mar 2018 10:18:28 -0800 Merge
prr [Thu, 08 Mar 2018 10:18:28 -0800] rev 49228
Merge
Thu, 08 Mar 2018 14:31:54 +0530 8195738: scroll poistion in ScrollPane is reset after calling validate()
sveerabhadra [Thu, 08 Mar 2018 14:31:54 +0530] rev 49227
8195738: scroll poistion in ScrollPane is reset after calling validate() Reviewed-by: serb, ssadetsky
Wed, 07 Mar 2018 16:08:52 +0000 8198777: JList.getPreferredScrollableViewportSize(): fix mistake in doc for height calc
aivanov [Wed, 07 Mar 2018 16:08:52 +0000] rev 49226
8198777: JList.getPreferredScrollableViewportSize(): fix mistake in doc for height calc Reviewed-by: serb, ssadetsky
Wed, 07 Mar 2018 14:54:46 +0530 8190767: if JFrame is maximized on OS X, all new JFrames will be maximized by default
mhalder [Wed, 07 Mar 2018 14:54:46 +0530] rev 49225
8190767: if JFrame is maximized on OS X, all new JFrames will be maximized by default Reviewed-by: serb, kaddepalli
Wed, 07 Mar 2018 18:20:09 +0530 8190347: [TESTBUG] Test javax/swing/JWindow/ShapedAndTranslucentWindows/TranslucentJComboBox.java fails
pbansal [Wed, 07 Mar 2018 18:20:09 +0530] rev 49224
8190347: [TESTBUG] Test javax/swing/JWindow/ShapedAndTranslucentWindows/TranslucentJComboBox.java fails Reviewed-by: serb, psadhukhan
Wed, 07 Mar 2018 17:05:28 +0530 8160767: [TEST_BUG] java/awt/Frame/MaximizedToIconified/MaximizedToIconified.java
pkbalakr [Wed, 07 Mar 2018 17:05:28 +0530] rev 49223
8160767: [TEST_BUG] java/awt/Frame/MaximizedToIconified/MaximizedToIconified.java Reviewed-by: prr, ssadetsky
Wed, 07 Mar 2018 16:52:19 +0530 8196435: Regression automated Test 'java/awt/Mouse/GetMousePositionTest/GetMousePositionWithOverlay.java' fails
pkbalakr [Wed, 07 Mar 2018 16:52:19 +0530] rev 49222
8196435: Regression automated Test 'java/awt/Mouse/GetMousePositionTest/GetMousePositionWithOverlay.java' fails Reviewed-by: mhalder, ssadetsky, serb
Mon, 05 Mar 2018 13:11:21 -0800 Merge
prr [Mon, 05 Mar 2018 13:11:21 -0800] rev 49221
Merge
Mon, 05 Mar 2018 01:22:36 +0000 8198605: Touch keyboard is shown for a non-focusable text component
alitvinov [Mon, 05 Mar 2018 01:22:36 +0000] rev 49220
8198605: Touch keyboard is shown for a non-focusable text component Reviewed-by: serb, dmarkov
Sat, 03 Mar 2018 09:55:22 +0530 8194767: Regression automated Test 'javax/swing/JEditorPane/6917744/bug6917744.java' fails
psadhukhan [Sat, 03 Mar 2018 09:55:22 +0530] rev 49219
8194767: Regression automated Test 'javax/swing/JEditorPane/6917744/bug6917744.java' fails Reviewed-by: ssadetsky, prr
Fri, 02 Mar 2018 14:25:39 -0800 8198922: Provide instrumentation for sanity/client/SwingSet/src/ButtonDemoScreenshotTest.java
shurailine [Fri, 02 Mar 2018 14:25:39 -0800] rev 49218
8198922: Provide instrumentation for sanity/client/SwingSet/src/ButtonDemoScreenshotTest.java Reviewed-by: prr
Fri, 02 Mar 2018 14:39:29 +0530 8198613: Test cases result in failure or timeout when run with OpenGL backend
pnarayanan [Fri, 02 Mar 2018 14:39:29 +0530] rev 49217
8198613: Test cases result in failure or timeout when run with OpenGL backend Reviewed-by: serb, jdv
Fri, 02 Mar 2018 09:59:02 +0530 8194943: Regression automated test 'open/test/jdk/javax/swing/JInternalFrame/8020708/bug8020708.java' fails
psadhukhan [Fri, 02 Mar 2018 09:59:02 +0530] rev 49216
8194943: Regression automated test 'open/test/jdk/javax/swing/JInternalFrame/8020708/bug8020708.java' fails Reviewed-by: ssadetsky, sveerabhadra
Thu, 01 Mar 2018 10:37:20 -0800 Merge
prr [Thu, 01 Mar 2018 10:37:20 -0800] rev 49215
Merge
Wed, 28 Feb 2018 22:00:33 +0000 8187635: On Windows Swing changes keyboard layout on a window activation
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
Tue, 13 Mar 2018 12:46:01 -0400 8199470: Remove unused property file.encoding.pkg
rriggs [Tue, 13 Mar 2018 12:46:01 -0400] rev 49213
8199470: Remove unused property file.encoding.pkg Reviewed-by: bpb, sherman
Tue, 13 Mar 2018 00:22:14 -0700 8196748: tools/jar tests need to tolerate unrelated warnings
sherman [Tue, 13 Mar 2018 00:22:14 -0700] rev 49212
8196748: tools/jar tests need to tolerate unrelated warnings Reviewed-by: dholmes
Mon, 12 Mar 2018 20:47:21 -0700 8198989: Provide more diagnostic IAE messages
naoto [Mon, 12 Mar 2018 20:47:21 -0700] rev 49211
8198989: Provide more diagnostic IAE messages Reviewed-by: lancea
Mon, 12 Mar 2018 16:09:18 -0700 8199462: Use Reference.reachabilityFence in direct ByteBuffer methods
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
Mon, 12 Mar 2018 21:30:58 +0000 Added tag jdk-11+4 for changeset e59941f7247d
lana [Mon, 12 Mar 2018 21:30:58 +0000] rev 49209
Added tag jdk-11+4 for changeset e59941f7247d
Mon, 12 Mar 2018 21:48:58 +0100 8199473: Support Visual Studio BuildTools with VS2017
erikj [Mon, 12 Mar 2018 21:48:58 +0100] rev 49208
8199473: Support Visual Studio BuildTools with VS2017 Reviewed-by: ihse, tbell
Mon, 12 Mar 2018 19:36:59 +0100 8199469: Disable generate-jli-classes when building interim-image
redestad [Mon, 12 Mar 2018 19:36:59 +0100] rev 49207
8199469: Disable generate-jli-classes when building interim-image Reviewed-by: erikj, mchung
Mon, 12 Mar 2018 18:31:02 +0100 8199453: Enable link-time generation of constructor forms
redestad [Mon, 12 Mar 2018 18:31:02 +0100] rev 49206
8199453: Enable link-time generation of constructor forms Reviewed-by: alanb, psandoz, mchung
Mon, 12 Mar 2018 17:49:08 +0100 8199428: install-file macro fails on filenames with space on Solaris
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
Mon, 12 Mar 2018 17:00:54 +0100 8199451: Create linux-aarch64 cross-compilation devkit, and fix cross-compilation
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
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
Tue, 27 Feb 2018 15:56:40 +0300 8198293: AARCH64 - Add CPU detection code for Cavium Thunder X2
dchuyko [Tue, 27 Feb 2018 15:56:40 +0300] rev 49173
8198293: AARCH64 - Add CPU detection code for Cavium Thunder X2 Reviewed-by: dsamersoff
Tue, 27 Feb 2018 11:45:04 +0100 8198750: [s390+x86_32+aarch64] Fix build after jdk-8195142
mdoerr [Tue, 27 Feb 2018 11:45:04 +0100] rev 49172
8198750: [s390+x86_32+aarch64] Fix build after jdk-8195142 Reviewed-by: stuefe, shade
Mon, 26 Feb 2018 16:33:48 +0100 8170976: [TESTBUG] LogTestFixture does not restore previous logging state
mlarsson [Mon, 26 Feb 2018 16:33:48 +0100] rev 49171
8170976: [TESTBUG] LogTestFixture does not restore previous logging state Reviewed-by: rehn, lfoltan, hseigel
Mon, 26 Feb 2018 18:04:43 +0100 8198703: Missing #include "gc/shared/cardTableModRefBS.hpp" in graphKit.hpp
eosterlund [Mon, 26 Feb 2018 18:04:43 +0100] rev 49170
8198703: Missing #include "gc/shared/cardTableModRefBS.hpp" in graphKit.hpp Reviewed-by: thartmann, goetz, kvn
Mon, 26 Feb 2018 11:28:05 -0500 8194085: Obsolete the deprecated SafepointSynchronize flags and remove related code
hseigel [Mon, 26 Feb 2018 11:28:05 -0500] rev 49169
8194085: Obsolete the deprecated SafepointSynchronize flags and remove related code Summary: Obsolete SafepointSpinBeforeYield, DeferThrSuspendLoopCount, and DeferPollingPageLoopCount and remove associated code. Reviewed-by: dcubed, coleenp, dholmes
Mon, 26 Feb 2018 10:20:06 -0500 8197864: VS2017 (C4334) Result of 32-bit Shift Implicitly Converted to 64 bits
lfoltan [Mon, 26 Feb 2018 10:20:06 -0500] rev 49168
8197864: VS2017 (C4334) Result of 32-bit Shift Implicitly Converted to 64 bits Summary: Correctly perform a 64 bit shift when setting SlowSignatureHandler::_fp_identifiers. Reviewed-by: gtriantafill, hseigel Contributed-by: kim.barrett@oracle.com, lois.foltan@oracle.com
Mon, 26 Feb 2018 10:11:05 -0500 8198304: VS2017 (C4838, C4312) Various conversion issues with gtest tests
lfoltan [Mon, 26 Feb 2018 10:11:05 -0500] rev 49167
8198304: VS2017 (C4838, C4312) Various conversion issues with gtest tests Summary: Introduce specific casts to fix multiple type cast conversion compilation errors. Reviewed-by: gtriantafill, hseigel
Mon, 26 Feb 2018 09:57:01 -0500 8198312: VS2017: Upgrade HOTSPOT_BUILD_COMPILER in vm_version.cpp
lfoltan [Mon, 26 Feb 2018 09:57:01 -0500] rev 49166
8198312: VS2017: Upgrade HOTSPOT_BUILD_COMPILER in vm_version.cpp Summary: Correctly set HOTSPOT_BUILD_COMPILER for VS2015 and VS2017. Reviewed-by: erikj, gtriantafill
Mon, 26 Feb 2018 09:51:14 -0500 8198640: VS2017 (LNK4281) Link Warning Against Missed ASLR Optimization
lfoltan [Mon, 26 Feb 2018 09:51:14 -0500] rev 49165
8198640: VS2017 (LNK4281) Link Warning Against Missed ASLR Optimization Summary: Ignore VS2017 linker option that warns against potentially missed ASLR optimizations. Reviewed-by: ctornqvi, erikj
Mon, 26 Feb 2018 09:34:12 +0100 8195142: Refactor out card table from CardTableModRefBS to flatten the BarrierSet hierarchy
eosterlund [Mon, 26 Feb 2018 09:34:12 +0100] rev 49164
8195142: Refactor out card table from CardTableModRefBS to flatten the BarrierSet hierarchy Reviewed-by: stefank, coleenp, kvn, ehelin
Mon, 26 Feb 2018 09:34:20 +0100 8198554: Add fuzzy matching for log levels and tags when parsing -Xlog
mlarsson [Mon, 26 Feb 2018 09:34:20 +0100] rev 49163
8198554: Add fuzzy matching for log levels and tags when parsing -Xlog Reviewed-by: hseigel, coleenp
Sat, 24 Feb 2018 22:42:37 -0800 8195065: runtime/appcds/ProhibitedPackage.java intermittent failure
iklam [Sat, 24 Feb 2018 22:42:37 -0800] rev 49162
8195065: runtime/appcds/ProhibitedPackage.java intermittent failure Reviewed-by: mseledtsov
Sat, 03 Feb 2018 10:36:58 +0800 8196064: AArch64: Merging ld/st into ldp/stp in macro-assembler
zyao [Sat, 03 Feb 2018 10:36:58 +0800] rev 49161
8196064: AArch64: Merging ld/st into ldp/stp in macro-assembler Reviewed-by: aph
Fri, 09 Mar 2018 00:28:50 +0100 8199347: Always use -Z7 for debug symbols when compiling on Windows
ihse [Fri, 09 Mar 2018 00:28:50 +0100] rev 49160
8199347: Always use -Z7 for debug symbols when compiling on Windows Reviewed-by: erikj
Thu, 08 Mar 2018 22:17:57 +0100 8199266: Update boot and build jdk requirements in configure
erikj [Thu, 08 Mar 2018 22:17:57 +0100] rev 49159
8199266: Update boot and build jdk requirements in configure Reviewed-by: ihse, tbell
Thu, 08 Mar 2018 13:09:31 -0800 8194296: Check copyright of files in make/langtools/tools
jjg [Thu, 08 Mar 2018 13:09:31 -0800] rev 49158
8194296: Check copyright of files in make/langtools/tools Reviewed-by: mcimadamore, jlahoda
Thu, 08 Mar 2018 19:13:16 +0100 8199339: JDK-8198859 broke solaris x64
erikj [Thu, 08 Mar 2018 19:13:16 +0100] rev 49157
8199339: JDK-8198859 broke solaris x64 Reviewed-by: ihse
Thu, 08 Mar 2018 18:51:31 +0100 8199331: Don't limit debug information for fastdebug JDK native libraries
ihse [Thu, 08 Mar 2018 18:51:31 +0100] rev 49156
8199331: Don't limit debug information for fastdebug JDK native libraries Reviewed-by: erikj
Thu, 08 Mar 2018 18:46:37 +0100 8199338: Use -g0 on solstudio also for compiling C programs
ihse [Thu, 08 Mar 2018 18:46:37 +0100] rev 49155
8199338: Use -g0 on solstudio also for compiling C programs Reviewed-by: erikj
Thu, 08 Mar 2018 08:17:26 -0800 8198899: Compilation errors in java.prefs with VS 2017
bpb [Thu, 08 Mar 2018 08:17:26 -0800] rev 49154
8198899: Compilation errors in java.prefs with VS 2017 Summary: Change Java level representation of HKEY from int to long Reviewed-by: alanb, rriggs, psandoz
Thu, 08 Mar 2018 11:21:57 +0900 8169358: httpserver does not close connections when RejectedExecutionException occurs
ykubota [Thu, 08 Mar 2018 11:21:57 +0900] rev 49153
8169358: httpserver does not close connections when RejectedExecutionException occurs Summary: Catch unexpected exceptions in Dispatcher::handle Reviewed-by: chegar, dfuchs, clanger Contributed-by: KUBOTA Yuji <kubota.yuji@gmail.com>
Thu, 08 Mar 2018 10:28:46 -0500 8199327: nuke var type name after a lambda has been accepted
vromero [Thu, 08 Mar 2018 10:28:46 -0500] rev 49152
8199327: nuke var type name after a lambda has been accepted Reviewed-by: mcimadamore
Thu, 08 Mar 2018 13:39:42 +0800 8193262: JNI array not released in libsunmscapi convertToLittleEndian
weijun [Thu, 08 Mar 2018 13:39:42 +0800] rev 49151
8193262: JNI array not released in libsunmscapi convertToLittleEndian Reviewed-by: ascarpino
Thu, 08 Mar 2018 12:20:26 +0800 8191139: Remove deprecated javax.security.auth.Policy API
weijun [Thu, 08 Mar 2018 12:20:26 +0800] rev 49150
8191139: Remove deprecated javax.security.auth.Policy API Reviewed-by: mullan
Thu, 08 Mar 2018 11:44:43 +0800 8198898: Compilation errors in jdk.crypto.mscapi with VS 2017
weijun [Thu, 08 Mar 2018 11:44:43 +0800] rev 49149
8198898: Compilation errors in jdk.crypto.mscapi with VS 2017 Reviewed-by: xuelei
Thu, 08 Mar 2018 11:44:26 +0800 8199198: Remove unused functions in jdk.crypto.mscapi native code
weijun [Thu, 08 Mar 2018 11:44:26 +0800] rev 49148
8199198: Remove unused functions in jdk.crypto.mscapi native code Reviewed-by: igerasim, wetmore
Wed, 07 Mar 2018 22:30:39 +0100 8199197: Set _NT_SYMBOL_PATH when running tests on windows
erikj [Wed, 07 Mar 2018 22:30:39 +0100] rev 49147
8199197: Set _NT_SYMBOL_PATH when running tests on windows Reviewed-by: ihse, ctornqvi
Wed, 07 Mar 2018 19:14:36 +0100 8199224: Refactor add_native_source in SetupNativeCompilation
ihse [Wed, 07 Mar 2018 19:14:36 +0100] rev 49146
8199224: Refactor add_native_source in SetupNativeCompilation Reviewed-by: erikj
Wed, 07 Mar 2018 18:36:21 +0100 8199236: Nashorn uses deprecated HTML tags in Javadoc
hannesw [Wed, 07 Mar 2018 18:36:21 +0100] rev 49145
8199236: Nashorn uses deprecated HTML tags in Javadoc Reviewed-by: jlaskey, sundar
Tue, 06 Mar 2018 23:03:50 +0000 8199152: Configure broken on arm32
enevill [Tue, 06 Mar 2018 23:03:50 +0000] rev 49144
8199152: Configure broken on arm32 Reviewed-by: ihse
Wed, 07 Mar 2018 07:20:38 +0000 8199120: (so) SocketChannelImpl read/write don't need stateLock when channel is configured non-blocking
alanb [Wed, 07 Mar 2018 07:20:38 +0000] rev 49143
8199120: (so) SocketChannelImpl read/write don't need stateLock when channel is configured non-blocking Reviewed-by: bpb
Wed, 07 Mar 2018 07:15:24 +0000 8199015: (se) SocketChannelImpl.translateXXXOps access channel state without synchronization
alanb [Wed, 07 Mar 2018 07:15:24 +0000] rev 49142
8199015: (se) SocketChannelImpl.translateXXXOps access channel state without synchronization Reviewed-by: bpb
Wed, 07 Mar 2018 07:13:55 +0000 8198928: (so) SocketChannel connect may deadlock if closed at around same time that connect fails
alanb [Wed, 07 Mar 2018 07:13:55 +0000] rev 49141
8198928: (so) SocketChannel connect may deadlock if closed at around same time that connect fails Reviewed-by: bpb, mli
Tue, 06 Mar 2018 10:51:26 -0800 8198302: VS2017 (C4477) java.base/windows/native/libnet/NetworkInterface_winXP.c incorrect printf format strings
bpb [Tue, 06 Mar 2018 10:51:26 -0800] rev 49140
8198302: VS2017 (C4477) java.base/windows/native/libnet/NetworkInterface_winXP.c incorrect printf format strings Summary: Cast to expected data type Reviewed-by: chegar, clanger, rriggs
Tue, 06 Mar 2018 10:45:47 -0800 8182765: HTML5 must be the default javadoc codegen mode in the near future
bpatel [Tue, 06 Mar 2018 10:45:47 -0800] rev 49139
8182765: HTML5 must be the default javadoc codegen mode in the near future Reviewed-by: jjg
Tue, 06 Mar 2018 17:43:21 +0100 8199103: Can't use COMPARE_BUILD with PATCH from custom root
ihse [Tue, 06 Mar 2018 17:43:21 +0100] rev 49138
8199103: Can't use COMPARE_BUILD with PATCH from custom root Reviewed-by: erikj
Tue, 06 Mar 2018 17:30:13 +0100 8199125: --disable-warnings-as-errors does not work for native jtreg test code
erikj [Tue, 06 Mar 2018 17:30:13 +0100] rev 49137
8199125: --disable-warnings-as-errors does not work for native jtreg test code Reviewed-by: ihse
Tue, 06 Mar 2018 17:24:56 +0100 8199118: Filtering of filename for microsoft CL broken on newer Cygwin
ihse [Tue, 06 Mar 2018 17:24:56 +0100] rev 49136
8199118: Filtering of filename for microsoft CL broken on newer Cygwin Reviewed-by: erikj
Tue, 06 Mar 2018 10:00:49 -0500 8197538: Remove mention of hotjava paths in MimeTable.java
rriggs [Tue, 06 Mar 2018 10:00:49 -0500] rev 49135
8197538: Remove mention of hotjava paths in MimeTable.java Reviewed-by: lancea, bpb, chegar
Tue, 06 Mar 2018 10:31:14 +0000 8199018: Test crypto provider not registering
coffeys [Tue, 06 Mar 2018 10:31:14 +0000] rev 49134
8199018: Test crypto provider not registering Reviewed-by: wetmore
Tue, 06 Mar 2018 00:59:49 +0100 8198844: Clean up GensrcX11Wrappers
ihse [Tue, 06 Mar 2018 00:59:49 +0100] rev 49133
8198844: Clean up GensrcX11Wrappers Reviewed-by: erikj, prr
Tue, 06 Mar 2018 00:56:03 +0100 8199052: Configure broken on aarch64
ihse [Tue, 06 Mar 2018 00:56:03 +0100] rev 49132
8199052: Configure broken on aarch64 Reviewed-by: erikj
Mon, 05 Mar 2018 05:50:24 -0800 8193660: Check SOURCE line in "release" file for closedjdk
shurailine [Mon, 05 Mar 2018 05:50:24 -0800] rev 49131
8193660: Check SOURCE line in "release" file for closedjdk Reviewed-by: alanb Contributed-by: randy.crihfield@oracle.com
Mon, 05 Mar 2018 05:44:46 -0800 8193660: Check SOURCE line in "release" file for closedjdk
shurailine [Mon, 05 Mar 2018 05:44:46 -0800] rev 49130
8193660: Check SOURCE line in "release" file for closedjdk Reviewed-by: alanb Contributed-by: randy.crihfield@oracle.com
Mon, 05 Mar 2018 08:50:47 -0800 4993841: (str) java.lang.Character should have a toString(int) method
naoto [Mon, 05 Mar 2018 08:50:47 -0800] rev 49129
4993841: (str) java.lang.Character should have a toString(int) method Reviewed-by: martin, rriggs, sherman, smarks
Mon, 05 Mar 2018 08:27:42 -0800 8198834: (ch) Enable java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java on linux-x64
bpb [Mon, 05 Mar 2018 08:27:42 -0800] rev 49128
8198834: (ch) Enable java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java on linux-x64 Summary: Move to using centralized native build and remove obsolete .so files Reviewed-by: alanb, erikj
Sun, 04 Mar 2018 18:46:07 -0800 8198931: remove java.xml.bind module dependency for com/sun/jndi tests
xyin [Sun, 04 Mar 2018 18:46:07 -0800] rev 49127
8198931: remove java.xml.bind module dependency for com/sun/jndi tests Reviewed-by: lancea
Sun, 04 Mar 2018 17:05:29 -0500 8197533: Move javax.transaction.xa to its own module
lancea [Sun, 04 Mar 2018 17:05:29 -0500] rev 49126
8197533: Move javax.transaction.xa to its own module Reviewed-by: darcy, alanb, psandoz, ihse
Sun, 04 Mar 2018 00:32:53 -0800 8198966: To make CoderResult.Cache.cache final and allocate it eagerly
sherman [Sun, 04 Mar 2018 00:32:53 -0800] rev 49125
8198966: To make CoderResult.Cache.cache final and allocate it eagerly Reviewed-by: redestad
Sat, 03 Mar 2018 08:39:08 +0100 8198862: Stop doing funky compilation stuff for dtrace
ihse [Sat, 03 Mar 2018 08:39:08 +0100] rev 49124
8198862: Stop doing funky compilation stuff for dtrace Reviewed-by: erikj, tbell
Fri, 02 Mar 2018 18:08:50 -0500 8198970: jnu_util.c compilation error on Solaris
rriggs [Fri, 02 Mar 2018 18:08:50 -0500] rev 49123
8198970: jnu_util.c compilation error on Solaris Reviewed-by: mchung, redestad
Fri, 02 Mar 2018 18:10:57 -0400 8198955: String#repeat loop optimization
jlaskey [Fri, 02 Mar 2018 18:10:57 -0400] rev 49122
8198955: String#repeat loop optimization Reviewed-by: rriggs, redestad, igerasim
Fri, 02 Mar 2018 14:17:04 -0500 8198697: Simplify initialization of platform encoding
rriggs [Fri, 02 Mar 2018 14:17:04 -0500] rev 49121
8198697: Simplify initialization of platform encoding Reviewed-by: redestad, sherman
Fri, 02 Mar 2018 10:59:25 +0100 8198724: Refactor FLAGS handling in configure
ihse [Fri, 02 Mar 2018 10:59:25 +0100] rev 49120
8198724: Refactor FLAGS handling in configure Reviewed-by: erikj
Fri, 02 Mar 2018 00:33:00 -0800 8198821: fix test methods access for test java/text/Normalizer/NormalizerAPITest.java
xiaofeya [Fri, 02 Mar 2018 00:33:00 -0800] rev 49119
8198821: fix test methods access for test java/text/Normalizer/NormalizerAPITest.java Reviewed-by: naoto
Thu, 01 Mar 2018 21:23:35 -0800 8198933: Update JDI tests to pass valid URL[]
martin [Thu, 01 Mar 2018 21:23:35 -0800] rev 49118
8198933: Update JDI tests to pass valid URL[] Reviewed-by: dholmes
Thu, 01 Mar 2018 19:01:34 -0800 8198810: URLClassLoader does not specify behavior when URL array contains null
martin [Thu, 01 Mar 2018 19:01:34 -0800] rev 49117
8198810: URLClassLoader does not specify behavior when URL array contains null Reviewed-by: alanb, darcy, dholmes
Thu, 01 Mar 2018 13:08:06 +0100 8198888: Reduce string allocation churn in InvokerBytecodeGenerator
redestad [Thu, 01 Mar 2018 13:08:06 +0100] rev 49116
8198888: Reduce string allocation churn in InvokerBytecodeGenerator Reviewed-by: psandoz, plevart
Thu, 01 Mar 2018 15:31:04 -0800 8137326: Methods for comparing CharSequence, StringBuilder, and StringBuffer
joehw [Thu, 01 Mar 2018 15:31:04 -0800] rev 49115
8137326: Methods for comparing CharSequence, StringBuilder, and StringBuffer Reviewed-by: rriggs, smarks, sherman, tvaleev
Thu, 01 Mar 2018 21:09:54 +0000 Merge
lana [Thu, 01 Mar 2018 21:09:54 +0000] rev 49114
Merge
Thu, 01 Mar 2018 19:45:37 +0000 Merge
lana [Thu, 01 Mar 2018 19:45:37 +0000] rev 49113
Merge
Thu, 01 Mar 2018 19:44:36 +0000 Added tag jdk-11+3 for changeset 1fd4d6068f54
lana [Thu, 01 Mar 2018 19:44:36 +0000] rev 49112
Added tag jdk-11+3 for changeset 1fd4d6068f54
Thu, 01 Mar 2018 15:50:26 -0500 6372077: JarFile.getManifest() should handle manifest attribute name 70 bytes
rriggs [Thu, 01 Mar 2018 15:50:26 -0500] rev 49111
6372077: JarFile.getManifest() should handle manifest attribute name 70 bytes Reviewed-by: alanb, sherman Contributed-by: philipp.kunz@paratix.ch
Thu, 01 Mar 2018 12:31:24 -0800 8187653: Lock in CoderResult.Cache becomes performance bottleneck
sherman [Thu, 01 Mar 2018 12:31:24 -0800] rev 49110
8187653: Lock in CoderResult.Cache becomes performance bottleneck Reviewed-by: rriggs, alanb
Thu, 01 Mar 2018 15:45:51 -0400 8197594: String#repeat
jlaskey [Thu, 01 Mar 2018 15:45:51 -0400] rev 49109
8197594: String#repeat Reviewed-by: smarks, psandoz, plevart, rriggs, redestad
Thu, 01 Mar 2018 18:27:39 +0000 8198841: Thread.interrupt should set interrupt status while holding blockerLock
alanb [Thu, 01 Mar 2018 18:27:39 +0000] rev 49108
8198841: Thread.interrupt should set interrupt status while holding blockerLock Reviewed-by: bpb
Thu, 01 Mar 2018 10:03:31 -0800 Merge
prr [Thu, 01 Mar 2018 10:03:31 -0800] rev 49107
Merge
Thu, 01 Mar 2018 08:52:52 -0800 Merge
prr [Thu, 01 Mar 2018 08:52:52 -0800] rev 49106
Merge
Wed, 28 Feb 2018 14:29:37 +0530 8197808: Test java/awt/Dialog/MakeWindowAlwaysOnTop/MakeWindowAlwaysOnTop.java fails on Windows
kaddepalli [Wed, 28 Feb 2018 14:29:37 +0530] rev 49105
8197808: Test java/awt/Dialog/MakeWindowAlwaysOnTop/MakeWindowAlwaysOnTop.java fails on Windows Reviewed-by: ssadetsky, prr, serb
Wed, 28 Feb 2018 12:07:31 +0530 8186513: [TESTBUG] javax/swing/JInternalFrame/8160248/JInternalFrameDraggingTest.java
psadhukhan [Wed, 28 Feb 2018 12:07:31 +0530] rev 49104
8186513: [TESTBUG] javax/swing/JInternalFrame/8160248/JInternalFrameDraggingTest.java Reviewed-by: jdv, sveerabhadra
Tue, 27 Feb 2018 21:53:06 +0000 8196322: [macosx] When the screen menu bar is used, clearing the default menu bar should permit AWT shutdown
serb [Tue, 27 Feb 2018 21:53:06 +0000] rev 49103
8196322: [macosx] When the screen menu bar is used, clearing the default menu bar should permit AWT shutdown Reviewed-by: serb Contributed-by: Alan Snyder <fishgarage@cbfiddle.com>
Tue, 27 Feb 2018 11:08:53 +0530 8198693: Update ProblemsList for mac
psadhukhan [Tue, 27 Feb 2018 11:08:53 +0530] rev 49102
8198693: Update ProblemsList for mac Reviewed-by: prr, serb
Mon, 26 Feb 2018 10:36:34 -0800 Merge
prr [Mon, 26 Feb 2018 10:36:34 -0800] rev 49101
Merge
Fri, 23 Feb 2018 12:30:03 +0530 8198004: javax/swing/JFileChooser/6868611/bug6868611.java throws error
jdv [Fri, 23 Feb 2018 12:30:03 +0530] rev 49100
8198004: javax/swing/JFileChooser/6868611/bug6868611.java throws error Reviewed-by: serb, ssadetsky, kaddepalli
Fri, 23 Feb 2018 09:59:16 +0530 8129569: [TEST_BUG] Test java/awt/Frame/MaximizedToUnmaximized/MaximizedToUnmaximized.java fails
sveerabhadra [Fri, 23 Feb 2018 09:59:16 +0530] rev 49099
8129569: [TEST_BUG] Test java/awt/Frame/MaximizedToUnmaximized/MaximizedToUnmaximized.java fails Reviewed-by: serb, ssadetsky
Thu, 22 Feb 2018 13:25:43 +0530 8197926: java/awt/dnd/ImageTransferTest/ImageTransferTest.java doesnt close the windows in HiDPI setting
jdv [Thu, 22 Feb 2018 13:25:43 +0530] rev 49098
8197926: java/awt/dnd/ImageTransferTest/ImageTransferTest.java doesnt close the windows in HiDPI setting Reviewed-by: prr, serb, psadhukhan
Thu, 22 Feb 2018 12:06:15 +0530 8198005: javax/swing/JFileChooser/7199708/bug7199708.java throws error
psadhukhan [Thu, 22 Feb 2018 12:06:15 +0530] rev 49097
8198005: javax/swing/JFileChooser/7199708/bug7199708.java throws error Reviewed-by: serb, jdv
Wed, 21 Feb 2018 12:49:00 -0800 8198333: ProblemList should be updated for headless mode
serb [Wed, 21 Feb 2018 12:49:00 -0800] rev 49096
8198333: ProblemList should be updated for headless mode Reviewed-by: psadhukhan, prr
Tue, 20 Feb 2018 21:49:06 -0800 Merge
prr [Tue, 20 Feb 2018 21:49:06 -0800] rev 49095
Merge
Tue, 20 Feb 2018 14:28:02 -0800 8194870: Some regression tests throw NPE exception on a specific Solaris 11.2 sun4v sparc machine
prr [Tue, 20 Feb 2018 14:28:02 -0800] rev 49094
8194870: Some regression tests throw NPE exception on a specific Solaris 11.2 sun4v sparc machine Reviewed-by: ihse, erikj
Tue, 20 Feb 2018 13:30:49 -0800 Merge
prr [Tue, 20 Feb 2018 13:30:49 -0800] rev 49093
Merge
Fri, 16 Feb 2018 16:18:55 -0800 8196133: JShell crashes when attempting to use bad source file in class path
rfield [Fri, 16 Feb 2018 16:18:55 -0800] rev 49092
8196133: JShell crashes when attempting to use bad source file in class path Reviewed-by: jlahoda
Fri, 16 Feb 2018 13:49:07 -0800 Merge
prr [Fri, 16 Feb 2018 13:49:07 -0800] rev 49091
Merge
Fri, 16 Feb 2018 12:24:38 -0800 8196196: Headful tests should not be run in headless mode
serb [Fri, 16 Feb 2018 12:24:38 -0800] rev 49090
8196196: Headful tests should not be run in headless mode Reviewed-by: prr
Fri, 16 Feb 2018 18:27:35 +0530 8197549: Implement a new method similar to waitState() on Operator which run the check on event queue
akolarkunnu [Fri, 16 Feb 2018 18:27:35 +0530] rev 49089
8197549: Implement a new method similar to waitState() on Operator which run the check on event queue Reviewed-by: serb
Fri, 16 Feb 2018 18:17:34 +0530 8197482: Make Jemmy ComponentChooser lambda friendly
akolarkunnu [Fri, 16 Feb 2018 18:17:34 +0530] rev 49088
8197482: Make Jemmy ComponentChooser lambda friendly Reviewed-by: serb
Fri, 16 Feb 2018 18:06:23 +0530 8196338: [TEST_BUG] sanity/client/SwingSet/src/TextFieldDemoTest.java Failed with timeout
akolarkunnu [Fri, 16 Feb 2018 18:06:23 +0530] rev 49087
8196338: [TEST_BUG] sanity/client/SwingSet/src/TextFieldDemoTest.java Failed with timeout Reviewed-by: ssadetsky
Thu, 15 Feb 2018 17:20:57 -0800 8197499: RepaintManager does not increase double buffer after attaching a device with higher resolution
avu [Thu, 15 Feb 2018 17:20:57 -0800] rev 49086
8197499: RepaintManager does not increase double buffer after attaching a device with higher resolution Reviewed-by: serb, prr
Thu, 15 Feb 2018 14:20:44 +0530 5076761: JList.setSelectedValue(null, ...) doesn't do anything
pbansal [Thu, 15 Feb 2018 14:20:44 +0530] rev 49085
5076761: JList.setSelectedValue(null, ...) doesn't do anything Reviewed-by: serb, ssadetsky, psadhukhan
Mon, 12 Feb 2018 10:31:42 -0800 Merge
prr [Mon, 12 Feb 2018 10:31:42 -0800] rev 49084
Merge
Mon, 12 Feb 2018 08:56:44 -0800 8197546: Fix for 8171000 breaks Solaris + Linux builds
prr [Mon, 12 Feb 2018 08:56:44 -0800] rev 49083
8197546: Fix for 8171000 breaks Solaris + Linux builds Reviewed-by: serb, jdv
Thu, 08 Feb 2018 22:34:20 -0800 Merge
prr [Thu, 08 Feb 2018 22:34:20 -0800] rev 49082
Merge
Thu, 08 Feb 2018 14:58:40 +0530 8195131: Dead code removal for changes present in JDK-8176795
jdv [Thu, 08 Feb 2018 14:58:40 +0530] rev 49081
8195131: Dead code removal for changes present in JDK-8176795 Reviewed-by: prr, pnarayanan
Mon, 05 Feb 2018 02:07:12 -0800 Merge
prr [Mon, 05 Feb 2018 02:07:12 -0800] rev 49080
Merge
Mon, 05 Feb 2018 13:44:41 +0530 8171000: Robot.createScreenCapture() crashes in wayland mode
kaddepalli [Mon, 05 Feb 2018 13:44:41 +0530] rev 49079
8171000: Robot.createScreenCapture() crashes in wayland mode Reviewed-by: serb, mhalder
Thu, 01 Mar 2018 18:12:50 +0100 8198859: Use elfedit to silence linker warnings on solaris
ihse [Thu, 01 Mar 2018 18:12:50 +0100] rev 49078
8198859: Use elfedit to silence linker warnings on solaris Reviewed-by: tbell
Wed, 28 Feb 2018 17:11:57 -0800 8198253: ThreadInfo.from(CompositeData) incorrectly accepts CompositeData with missing JDK 6 attributes
mchung [Wed, 28 Feb 2018 17:11:57 -0800] rev 49077
8198253: ThreadInfo.from(CompositeData) incorrectly accepts CompositeData with missing JDK 6 attributes Reviewed-by: dfuchs, jmanson
Wed, 28 Feb 2018 18:36:25 -0500 8198628: further simplifications to lambda classification at JavacParser
vromero [Wed, 28 Feb 2018 18:36:25 -0500] rev 49076
8198628: further simplifications to lambda classification at JavacParser Reviewed-by: mcimadamore
(0) -30000 -10000 -3000 -1000 -192 +192 +1000 +3000 +10000 tip