Thu, 24 Apr 2014 14:06:40 -0700 8030011: Update Hotspot version string output
amurillo [Thu, 24 Apr 2014 14:06:40 -0700] rev 24238
8030011: Update Hotspot version string output Reviewed-by: dholmes, jcoomes, kvn
Thu, 03 Apr 2014 14:54:42 +0200 6664815: Eliminate redundant memcpy operation in jni_GetStringUTFRegion
mgerdin [Thu, 03 Apr 2014 14:54:42 +0200] rev 24237
6664815: Eliminate redundant memcpy operation in jni_GetStringUTFRegion Summary: Added support for target buffer in as_utf8_string(), minor refactoring of as_utf8 and added some internal VM testing Reviewed-by: coleenp, dsimms, sla, dholmes Contributed-by: marcus.larsson@oracle.com
Thu, 24 Apr 2014 00:46:17 +0200 8033405: metaspace/stressHierarchy/stressHierarchy005 hangs in atexit handler
ctornqvi [Thu, 24 Apr 2014 00:46:17 +0200] rev 24236
8033405: metaspace/stressHierarchy/stressHierarchy005 hangs in atexit handler Summary: <ake sure we shut down NMT before the VM exits and do not track malloc/free when NMT is shutting down Reviewed-by: coleenp, zgu
Thu, 08 May 2014 01:05:13 -0700 Added tag jdk9-b12 for changeset db0b706c8253
katleman [Thu, 08 May 2014 01:05:13 -0700] rev 24235
Added tag jdk9-b12 for changeset db0b706c8253
Thu, 08 May 2014 15:26:31 -0700 Merge
lana [Thu, 08 May 2014 15:26:31 -0700] rev 24234
Merge
Tue, 06 May 2014 13:24:51 -0700 8042417: hgforest: allow local clone of extra repos
mduigou [Tue, 06 May 2014 13:24:51 -0700] rev 24233
8042417: hgforest: allow local clone of extra repos Reviewed-by: chegar, erikj
Tue, 06 May 2014 11:43:14 +0200 8042348: Copyright link in Javadoc page for Java SE 8
erikj [Tue, 06 May 2014 11:43:14 +0200] rev 24232
8042348: Copyright link in Javadoc page for Java SE 8 Reviewed-by: tbell, iris
Thu, 08 May 2014 01:04:59 -0700 Added tag jdk9-b12 for changeset 82ebbb6c2fa2
katleman [Thu, 08 May 2014 01:04:59 -0700] rev 24231
Added tag jdk9-b12 for changeset 82ebbb6c2fa2
Wed, 05 Jul 2017 19:39:36 +0200 Added tag jdk9-b12 for changeset 0d1f816217dc
duke [Wed, 05 Jul 2017 19:39:36 +0200] rev 24230
Added tag jdk9-b12 for changeset 0d1f816217dc
Wed, 05 Jul 2017 19:39:35 +0200 Merge jdk9-b12
duke [Wed, 05 Jul 2017 19:39:35 +0200] rev 24229
Merge
Wed, 05 Jul 2017 19:39:32 +0200 Merge
duke [Wed, 05 Jul 2017 19:39:32 +0200] rev 24228
Merge
Thu, 01 May 2014 14:21:15 -0700 Merge
lana [Thu, 01 May 2014 14:21:15 -0700] rev 24227
Merge
Thu, 01 May 2014 20:36:11 +0100 8030741: Inference: implement eager resolution of return types, consistent with JDK-8028800
vromero [Thu, 01 May 2014 20:36:11 +0100] rev 24226
8030741: Inference: implement eager resolution of return types, consistent with JDK-8028800 Reviewed-by: dlsmith, jjg
Wed, 30 Apr 2014 23:02:14 -0700 8029852: Bad code generated (VerifyError) when lambda instantiates enclosing local class and has captured variables
rfield [Wed, 30 Apr 2014 23:02:14 -0700] rev 24225
8029852: Bad code generated (VerifyError) when lambda instantiates enclosing local class and has captured variables 8029725: Lambda reference to containing local class causes javac infinite recursion Reviewed-by: vromero, jlahoda, dlsmith
Wed, 30 Apr 2014 18:19:23 -0700 8036942: javac generates incorrect exception table for multi-catch statements inside a lambda
rfield [Wed, 30 Apr 2014 18:19:23 -0700] rev 24224
8036942: javac generates incorrect exception table for multi-catch statements inside a lambda Summary: Union type info lost and also union type is not processed by TreeMaker.Type -- address by using existing tree, thus by-passing such issues. Reviewed-by: vromero, jlahoda
Wed, 30 Apr 2014 13:48:37 -0700 8040097: Implement classfile tests for LocalVariableTable and LocalVariableTypeTable attribute.
anazarov [Wed, 30 Apr 2014 13:48:37 -0700] rev 24223
8040097: Implement classfile tests for LocalVariableTable and LocalVariableTypeTable attribute. Reviewed-by: jjg, shurailine, emc
Mon, 21 Apr 2014 17:57:47 -0400 8030046: javac incorrectly handles absolute paths in manifest classpath
pgovereau [Mon, 21 Apr 2014 17:57:47 -0400] rev 24222
8030046: javac incorrectly handles absolute paths in manifest classpath Reviewed-by: jjg, vromero
Fri, 18 Apr 2014 08:44:53 -0700 8038583: [javadoc] Refactor uses of arrays to Collections
ksrini [Fri, 18 Apr 2014 08:44:53 -0700] rev 24221
8038583: [javadoc] Refactor uses of arrays to Collections Reviewed-by: jjg
Fri, 18 Apr 2014 08:35:59 -0700 8039410: [javadoc] fix class-use items to be deterministic and index ordering
ksrini [Fri, 18 Apr 2014 08:35:59 -0700] rev 24220
8039410: [javadoc] fix class-use items to be deterministic and index ordering Reviewed-by: jjg
Mon, 28 Apr 2014 14:48:51 +0100 8029102: Enhance compiler warnings for Lambda
vromero [Mon, 28 Apr 2014 14:48:51 +0100] rev 24219
8029102: Enhance compiler warnings for Lambda Reviewed-by: briangoetz, jjg, jlahoda, ahgross
Fri, 25 Apr 2014 22:00:58 +0100 8039026: Definitely unassigned field can be accessed
pgovereau [Fri, 25 Apr 2014 22:00:58 +0100] rev 24218
8039026: Definitely unassigned field can be accessed Reviewed-by: vromero, jlahoda
Fri, 25 Apr 2014 13:08:41 -0700 8040904: Ensure javadoc tests do not overwrite results within tests
jjg [Fri, 25 Apr 2014 13:08:41 -0700] rev 24217
8040904: Ensure javadoc tests do not overwrite results within tests Reviewed-by: ksrini
Thu, 01 May 2014 12:52:13 -0700 Added tag jdk9-b11 for changeset ae887a48401a
katleman [Thu, 01 May 2014 12:52:13 -0700] rev 24216
Added tag jdk9-b11 for changeset ae887a48401a
Wed, 05 Jul 2017 19:39:26 +0200 Merge
duke [Wed, 05 Jul 2017 19:39:26 +0200] rev 24215
Merge
Thu, 01 May 2014 14:20:57 -0700 Merge
lana [Thu, 01 May 2014 14:20:57 -0700] rev 24214
Merge
Mon, 28 Apr 2014 14:57:14 -0700 8042058: Missing deleted files from JDK-8040754 breaks jdk9/dev build
mchung [Mon, 28 Apr 2014 14:57:14 -0700] rev 24213
8042058: Missing deleted files from JDK-8040754 breaks jdk9/dev build Reviewed-by: chegar
Mon, 28 Apr 2014 14:05:34 -0700 8040754: Break the circular dependency between SAAJ and JAXB
mkos [Mon, 28 Apr 2014 14:05:34 -0700] rev 24212
8040754: Break the circular dependency between SAAJ and JAXB Reviewed-by: chegar, mchung
Thu, 01 May 2014 12:50:23 -0700 Added tag jdk9-b11 for changeset d47e36fe8f31
katleman [Thu, 01 May 2014 12:50:23 -0700] rev 24211
Added tag jdk9-b11 for changeset d47e36fe8f31
Wed, 05 Jul 2017 19:39:22 +0200 Merge
duke [Wed, 05 Jul 2017 19:39:22 +0200] rev 24210
Merge
Thu, 01 May 2014 12:50:19 -0700 Added tag jdk9-b11 for changeset b9666074e6db
katleman [Thu, 01 May 2014 12:50:19 -0700] rev 24209
Added tag jdk9-b11 for changeset b9666074e6db
Wed, 05 Jul 2017 19:39:18 +0200 Merge
duke [Wed, 05 Jul 2017 19:39:18 +0200] rev 24208
Merge
Thu, 01 May 2014 14:20:06 -0700 Merge
lana [Thu, 01 May 2014 14:20:06 -0700] rev 24207
Merge
Fri, 25 Apr 2014 16:34:17 +0200 8040078: Avoid repeated reading of source for cached loads
hannesw [Fri, 25 Apr 2014 16:34:17 +0200] rev 24206
8040078: Avoid repeated reading of source for cached loads Reviewed-by: jlaskey, lagergren
Fri, 25 Apr 2014 14:20:07 +0200 8034967: Reduce access to Nashorn internals
attila [Fri, 25 Apr 2014 14:20:07 +0200] rev 24205
8034967: Reduce access to Nashorn internals Reviewed-by: ahgross, jlaskey, sundar
Thu, 01 May 2014 12:52:15 -0700 Added tag jdk9-b11 for changeset 1786ce9ab4a7
katleman [Thu, 01 May 2014 12:52:15 -0700] rev 24204
Added tag jdk9-b11 for changeset 1786ce9ab4a7
Wed, 05 Jul 2017 19:39:14 +0200 Merge
duke [Wed, 05 Jul 2017 19:39:14 +0200] rev 24203
Merge
Thu, 01 May 2014 12:49:18 -0700 Added tag jdk9-b11 for changeset 1e3275c2718b
katleman [Thu, 01 May 2014 12:49:18 -0700] rev 24202
Added tag jdk9-b11 for changeset 1e3275c2718b
Wed, 05 Jul 2017 19:39:11 +0200 Merge
duke [Wed, 05 Jul 2017 19:39:11 +0200] rev 24201
Merge
Thu, 01 May 2014 14:21:29 -0700 Merge
lana [Thu, 01 May 2014 14:21:29 -0700] rev 24200
Merge
Wed, 30 Apr 2014 14:27:19 +0100 8041772: (ch) PendingFuture.CANCELLED has backtrace that potentially keeps objects alive
alanb [Wed, 30 Apr 2014 14:27:19 +0100] rev 24199
8041772: (ch) PendingFuture.CANCELLED has backtrace that potentially keeps objects alive Reviewed-by: chegar
Wed, 30 Apr 2014 14:46:19 +0200 8042208: Build fails on Solaris using devkit when X isn't installed
erikj [Wed, 30 Apr 2014 14:46:19 +0200] rev 24198
8042208: Build fails on Solaris using devkit when X isn't installed Reviewed-by: tbell
Wed, 30 Apr 2014 15:13:44 +0400 8039488: Tidy warnings cleanup for javax.sql
yan [Wed, 30 Apr 2014 15:13:44 +0400] rev 24197
8039488: Tidy warnings cleanup for javax.sql Reviewed-by: lancea Contributed-by: Alexander Stepanov <alexander.v.stepanov@oracle.com>
Wed, 30 Apr 2014 15:02:24 +0400 8029451: Tidy warnings cleanup for java.util package; minor changes in java.nio, java.sql
yan [Wed, 30 Apr 2014 15:02:24 +0400] rev 24196
8029451: Tidy warnings cleanup for java.util package; minor changes in java.nio, java.sql Reviewed-by: lancea Contributed-by: Alexander Stepanov <alexander.v.stepanov@oracle.com>
Wed, 30 Apr 2014 11:28:05 +0200 8042123: Support default and static interface methods in JDI, JDWP and JDB
jbachorik [Wed, 30 Apr 2014 11:28:05 +0200] rev 24195
8042123: Support default and static interface methods in JDI, JDWP and JDB Reviewed-by: sla, sspitsyn
Tue, 29 Apr 2014 23:20:34 +0000 8042178: A comment need to go in RSAClientKeyExchange.java
xuelei [Tue, 29 Apr 2014 23:20:34 +0000] rev 24194
8042178: A comment need to go in RSAClientKeyExchange.java Reviewed-by: mullan
Tue, 29 Apr 2014 11:04:47 -0700 Merge
ngthomas [Tue, 29 Apr 2014 11:04:47 -0700] rev 24193
Merge
Tue, 29 Apr 2014 09:04:02 -0700 Merge
ngthomas [Tue, 29 Apr 2014 09:04:02 -0700] rev 24192
Merge
Thu, 17 Apr 2014 09:45:16 -0700 8039861: Fix fallthrough lint warnings in awt
darcy [Thu, 17 Apr 2014 09:45:16 -0700] rev 24191
8039861: Fix fallthrough lint warnings in awt Reviewed-by: pchelko
Thu, 17 Apr 2014 16:26:45 +0400 8039926: -spash:<image> can't be combined with -xStartOnFirstThread since JDK 7
pchelko [Thu, 17 Apr 2014 16:26:45 +0400] rev 24190
8039926: -spash:<image> can't be combined with -xStartOnFirstThread since JDK 7 Reviewed-by: anthony, azvegint
Wed, 16 Apr 2014 12:42:40 -0700 Merge
ngthomas [Wed, 16 Apr 2014 12:42:40 -0700] rev 24189
Merge
Wed, 16 Apr 2014 10:53:10 -0700 Merge
asaha [Wed, 16 Apr 2014 10:53:10 -0700] rev 24188
Merge
Tue, 15 Apr 2014 15:28:01 -0700 8036983: JAB:Multiselection Ctrl+CursorUp/Down and ActivateDescenderPropertyChanged event
asaha [Tue, 15 Apr 2014 15:28:01 -0700] rev 24187
8036983: JAB:Multiselection Ctrl+CursorUp/Down and ActivateDescenderPropertyChanged event Reviewed-by: pchelko, alexsch Contributed-by: vivi.an@oracle.com
Wed, 16 Apr 2014 17:01:47 +0400 8035745: [parfait] JNI exception pending in src/windows/native/sun/windows/awt_InputMethod.cpp
bagiras [Wed, 16 Apr 2014 17:01:47 +0400] rev 24186
8035745: [parfait] JNI exception pending in src/windows/native/sun/windows/awt_InputMethod.cpp Reviewed-by: serb, pchelko
Wed, 16 Apr 2014 16:55:45 +0400 8035625: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_MenuItem.cpp
bagiras [Wed, 16 Apr 2014 16:55:45 +0400] rev 24185
8035625: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_MenuItem.cpp Reviewed-by: serb, pchelko
Wed, 16 Apr 2014 12:51:25 +0400 8032874: ArrayIndexOutOfBoundsException in JTable while clearing data in JTable
dmarkov [Wed, 16 Apr 2014 12:51:25 +0400] rev 24184
8032874: ArrayIndexOutOfBoundsException in JTable while clearing data in JTable Reviewed-by: alexp, alexsch
Tue, 15 Apr 2014 22:57:02 -0700 Merge
ngthomas [Tue, 15 Apr 2014 22:57:02 -0700] rev 24183
Merge
Mon, 14 Apr 2014 12:59:50 -0700 Merge
prr [Mon, 14 Apr 2014 12:59:50 -0700] rev 24182
Merge
Mon, 14 Apr 2014 21:24:45 +0400 8035866: [parfait] JNI exception pending in jdk/src/windows/native/sun/java2d/windows/GDIWindowSurfaceData.cpp
bagiras [Mon, 14 Apr 2014 21:24:45 +0400] rev 24181
8035866: [parfait] JNI exception pending in jdk/src/windows/native/sun/java2d/windows/GDIWindowSurfaceData.cpp Reviewed-by: serb, pchelko
Fri, 11 Apr 2014 11:03:13 -0700 8039863: Fix fallthrough lint warnings in sound
darcy [Fri, 11 Apr 2014 11:03:13 -0700] rev 24180
8039863: Fix fallthrough lint warnings in sound Reviewed-by: kalli
Fri, 11 Apr 2014 17:28:45 +0400 8039774: [OGL] Image painting is broken if 'sun.java2d.accthreshold' is set to 0
serb [Fri, 11 Apr 2014 17:28:45 +0400] rev 24179
8039774: [OGL] Image painting is broken if 'sun.java2d.accthreshold' is set to 0 Reviewed-by: bae, flar
Fri, 11 Apr 2014 16:18:58 +0400 8039418: [macosx] Calling JNI functions in the scope of Get/ReleasePrimitiveArrayCritical
serb [Fri, 11 Apr 2014 16:18:58 +0400] rev 24178
8039418: [macosx] Calling JNI functions in the scope of Get/ReleasePrimitiveArrayCritical Reviewed-by: bae, prr
Thu, 10 Apr 2014 22:30:58 +0400 8039776: Introspector throws NullPointerException for subclasses' mismatched get/setter
malenkov [Thu, 10 Apr 2014 22:30:58 +0400] rev 24177
8039776: Introspector throws NullPointerException for subclasses' mismatched get/setter Reviewed-by: alexsch, serb
Thu, 10 Apr 2014 22:26:43 +0400 8039750: KSS: Replace MetalLazyValue with lambda
malenkov [Thu, 10 Apr 2014 22:26:43 +0400] rev 24176
8039750: KSS: Replace MetalLazyValue with lambda Reviewed-by: alexsch, serb
Thu, 10 Apr 2014 13:22:23 +0400 8038113: [macosx] JTree icon is not rendered in high resolution on Retina
alexsch [Thu, 10 Apr 2014 13:22:23 +0400] rev 24175
8038113: [macosx] JTree icon is not rendered in high resolution on Retina Reviewed-by: serb, pchelko
Thu, 10 Apr 2014 11:57:19 +0400 8035739: [parfait] JNI exception pending and primitive type mismatch in jdk/src/windows/native/sun/windows/awt_List.cpp
pchelko [Thu, 10 Apr 2014 11:57:19 +0400] rev 24174
8035739: [parfait] JNI exception pending and primitive type mismatch in jdk/src/windows/native/sun/windows/awt_List.cpp Reviewed-by: serb, azvegint
Thu, 10 Apr 2014 11:56:01 +0400 8035734: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Choice.cpp
pchelko [Thu, 10 Apr 2014 11:56:01 +0400] rev 24173
8035734: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Choice.cpp Reviewed-by: anthony, serb
Wed, 09 Apr 2014 18:20:55 +0400 8039752: Regression: Clipboard couldn't be used on linux
pchelko [Wed, 09 Apr 2014 18:20:55 +0400] rev 24172
8039752: Regression: Clipboard couldn't be used on linux Reviewed-by: anthony, serb, azvegint
Wed, 09 Apr 2014 17:30:42 +0400 8038631: Create wrapper for awt.Robot with additional functionality
yan [Wed, 09 Apr 2014 17:30:42 +0400] rev 24171
8038631: Create wrapper for awt.Robot with additional functionality Reviewed-by: pchelko, alexsch Contributed-by: Dmitriy Ermashov <dmitriy.ermashov@oracle.com>
Wed, 09 Apr 2014 15:20:09 +0400 8039083: REGRESSION: closed/java/awt/dnd/DragSourceListenerSerializationTest/DragSourceListenerSerializationTest.html fails with NPE since 8u20 b07 on Linux
pchelko [Wed, 09 Apr 2014 15:20:09 +0400] rev 24170
8039083: REGRESSION: closed/java/awt/dnd/DragSourceListenerSerializationTest/DragSourceListenerSerializationTest.html fails with NPE since 8u20 b07 on Linux Reviewed-by: serb, azvegint
Wed, 09 Apr 2014 14:38:27 +0400 8038765: [macosx] Toolkit.sync should be implemented
serb [Wed, 09 Apr 2014 14:38:27 +0400] rev 24169
8038765: [macosx] Toolkit.sync should be implemented Reviewed-by: pchelko, anthony
Tue, 08 Apr 2014 14:02:30 +0400 6690000: Typo's in DataFlavor Javadoc
pchelko [Tue, 08 Apr 2014 14:02:30 +0400] rev 24168
6690000: Typo's in DataFlavor Javadoc Reviewed-by: serb, azvegint
Mon, 07 Apr 2014 17:45:18 +0100 8030100: java.awt.Desktop: Enable check for supported URI schemes on Linux
azvegint [Mon, 07 Apr 2014 17:45:18 +0100] rev 24167
8030100: java.awt.Desktop: Enable check for supported URI schemes on Linux Reviewed-by: anthony, pchelko, serb
Mon, 07 Apr 2014 17:43:42 +0100 6788138: leak in Java_sun_awt_X11_XlibWrapper_getStringBytes?
azvegint [Mon, 07 Apr 2014 17:43:42 +0100] rev 24166
6788138: leak in Java_sun_awt_X11_XlibWrapper_getStringBytes? Reviewed-by: pchelko, serb
Mon, 07 Apr 2014 17:41:16 +0100 8031087: [Parfait] warnings from b121 for jdk/src/solaris/native/sun/xawt
azvegint [Mon, 07 Apr 2014 17:41:16 +0100] rev 24165
8031087: [Parfait] warnings from b121 for jdk/src/solaris/native/sun/xawt Reviewed-by: anthony, pchelko, serb
Mon, 07 Apr 2014 18:01:52 +0400 6475394: Spelling mistake in doc for ComponentUI.getBaselineResizeBehaviour
alexsch [Mon, 07 Apr 2014 18:01:52 +0400] rev 24164
6475394: Spelling mistake in doc for ComponentUI.getBaselineResizeBehaviour Reviewed-by: serb, pchelko
Mon, 07 Apr 2014 15:34:27 +0400 8032219: [macosx] Scrollbars looks bad under retina in Motif and Metal L&F
serb [Mon, 07 Apr 2014 15:34:27 +0400] rev 24163
8032219: [macosx] Scrollbars looks bad under retina in Motif and Metal L&F Reviewed-by: pchelko, flar
Fri, 04 Apr 2014 11:18:28 -0700 8031095: [Parfait] warning from jdk/src/solaris/native/sun/awt: memory leak
prr [Fri, 04 Apr 2014 11:18:28 -0700] rev 24162
8031095: [Parfait] warning from jdk/src/solaris/native/sun/awt: memory leak Reviewed-by: bae, jgodinez
Fri, 04 Apr 2014 10:24:11 -0700 Merge
prr [Fri, 04 Apr 2014 10:24:11 -0700] rev 24161
Merge
Fri, 04 Apr 2014 10:03:18 -0700 8035569: [parfait] JNI expection pending in jdk/src/windows/native/sun/windows/WPrinterJob.cpp
prr [Fri, 04 Apr 2014 10:03:18 -0700] rev 24160
8035569: [parfait] JNI expection pending in jdk/src/windows/native/sun/windows/WPrinterJob.cpp Reviewed-by: serb, jgodinez
Fri, 04 Apr 2014 20:26:01 +0400 8035737: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PrintControl.cpp
bagiras [Fri, 04 Apr 2014 20:26:01 +0400] rev 24159
8035737: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PrintControl.cpp Reviewed-by: serb, pchelko
Fri, 04 Apr 2014 20:18:53 +0400 8039137: KSS: JTextComponent.isProcessInputMethodEventOverridden
malenkov [Fri, 04 Apr 2014 20:18:53 +0400] rev 24158
8039137: KSS: JTextComponent.isProcessInputMethodEventOverridden Reviewed-by: alexsch, serb
Fri, 04 Apr 2014 20:12:41 +0400 8038962: KSS: javax.swing.text.html[.parser].ResourceLoader
malenkov [Fri, 04 Apr 2014 20:12:41 +0400] rev 24157
8038962: KSS: javax.swing.text.html[.parser].ResourceLoader Reviewed-by: alexsch, serb
Thu, 03 Apr 2014 13:02:39 +0400 8038999: In Java 8 java.awt.datatransfer.DataFlavor.equals is no longer symmetric
pchelko [Thu, 03 Apr 2014 13:02:39 +0400] rev 24156
8038999: In Java 8 java.awt.datatransfer.DataFlavor.equals is no longer symmetric Reviewed-by: anthony, serb
Thu, 03 Apr 2014 11:19:10 +0400 8019990: IM candidate window appears on the South-East corner of the display.
bae [Thu, 03 Apr 2014 11:19:10 +0400] rev 24155
8019990: IM candidate window appears on the South-East corner of the display. Reviewed-by: bagiras, serb
Wed, 02 Apr 2014 18:34:08 +0400 6612752: Incorrect getOpenIcon() instanceof in the DefaultTreeCellRenderer
alexsch [Wed, 02 Apr 2014 18:34:08 +0400] rev 24154
6612752: Incorrect getOpenIcon() instanceof in the DefaultTreeCellRenderer Reviewed-by: serb, pchelko
Wed, 02 Apr 2014 17:37:34 +0400 6463901: Either generify or deprecate sun.awt.EventListenerAggregate
pchelko [Wed, 02 Apr 2014 17:37:34 +0400] rev 24153
6463901: Either generify or deprecate sun.awt.EventListenerAggregate Reviewed-by: anthony, serb
Wed, 02 Apr 2014 16:14:25 +0400 8037560: [macosx] Cleanup CClipboard.m
pchelko [Wed, 02 Apr 2014 16:14:25 +0400] rev 24152
8037560: [macosx] Cleanup CClipboard.m Reviewed-by: anthony, serb
Wed, 02 Apr 2014 15:23:08 +0400 8029196: Focus border of JButton.buttonType=roundRect is cut off
serb [Wed, 02 Apr 2014 15:23:08 +0400] rev 24151
8029196: Focus border of JButton.buttonType=roundRect is cut off Reviewed-by: pchelko, alexsch
Tue, 01 Apr 2014 12:38:37 -0700 8035623: [parfait] JNI warnings in jdk/src/windows/native/sun/windows/awt_Font.cpp
prr [Tue, 01 Apr 2014 12:38:37 -0700] rev 24150
8035623: [parfait] JNI warnings in jdk/src/windows/native/sun/windows/awt_Font.cpp Reviewed-by: serb, pchelko
Tue, 01 Apr 2014 11:53:08 -0700 Merge
prr [Tue, 01 Apr 2014 11:53:08 -0700] rev 24149
Merge
Tue, 01 Apr 2014 16:46:14 +0400 7052708: Grammar error in EditorKit documentation
alexsch [Tue, 01 Apr 2014 16:46:14 +0400] rev 24148
7052708: Grammar error in EditorKit documentation Reviewed-by: serb, pchelko
Tue, 01 Apr 2014 13:56:07 +0400 8030052: Remove reflection from JOptionPane
alexsch [Tue, 01 Apr 2014 13:56:07 +0400] rev 24147
8030052: Remove reflection from JOptionPane Reviewed-by: serb, pchelko
Tue, 01 Apr 2014 01:59:59 +0400 8035624: [parfait] JNI exception pending, JNI primitive type mismatch in jdk/src/windows/native/sun/windows/ThemeReader.cpp
serb [Tue, 01 Apr 2014 01:59:59 +0400] rev 24146
8035624: [parfait] JNI exception pending, JNI primitive type mismatch in jdk/src/windows/native/sun/windows/ThemeReader.cpp Reviewed-by: pchelko, anthony
Tue, 01 Apr 2014 01:03:52 +0400 8035736: [parfait] JNI primitive type mismatch in jdk/src/windows/native/sun/windows/awt_Component.cpp
serb [Tue, 01 Apr 2014 01:03:52 +0400] rev 24145
8035736: [parfait] JNI primitive type mismatch in jdk/src/windows/native/sun/windows/awt_Component.cpp Reviewed-by: pchelko, anthony
Tue, 01 Apr 2014 00:33:40 +0400 8038657: javax.swing.BufferStrategyPaintManager has unused imports
serb [Tue, 01 Apr 2014 00:33:40 +0400] rev 24144
8038657: javax.swing.BufferStrategyPaintManager has unused imports Reviewed-by: pchelko, malenkov
Mon, 31 Mar 2014 11:13:01 -0700 8038723: Openup some PrinterJob tests
prr [Mon, 31 Mar 2014 11:13:01 -0700] rev 24143
8038723: Openup some PrinterJob tests Reviewed-by: jgodinez
Mon, 31 Mar 2014 17:59:25 +0400 8002148: [TEST_BUG] The four lines printed are not the bold typeface.
kshefov [Mon, 31 Mar 2014 17:59:25 +0400] rev 24142
8002148: [TEST_BUG] The four lines printed are not the bold typeface. Reviewed-by: pchelko, serb
Fri, 28 Mar 2014 17:19:10 -0500 8034768: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/JavaTextAccessibility.m
ptbrunet [Fri, 28 Mar 2014 17:19:10 -0500] rev 24141
8034768: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/JavaTextAccessibility.m Summary: handle possible JNI Exceptions Reviewed-by: prr, serb Contributed-by: peter.brunet@oracle.com
Fri, 28 Mar 2014 16:40:00 -0500 8034118: [parfait] JNI exception pending in macosx/native/sun/awt/JavaComponentAccessibility.m
ptbrunet [Fri, 28 Mar 2014 16:40:00 -0500] rev 24140
8034118: [parfait] JNI exception pending in macosx/native/sun/awt/JavaComponentAccessibility.m Summary: handle possible JNI Exceptions Reviewed-by: prr, serb Contributed-by: peter.brunet@oracle.com
Fri, 28 Mar 2014 11:37:45 -0700 8037506: [javadoc] broken link in java.awt.geom.Line2D.java
prr [Fri, 28 Mar 2014 11:37:45 -0700] rev 24139
8037506: [javadoc] broken link in java.awt.geom.Line2D.java Reviewed-by: jgodinez
Fri, 28 Mar 2014 18:56:25 +0400 8032667: [macosx] Components cannot be rendered in HiDPI to BufferedImage
alexsch [Fri, 28 Mar 2014 18:56:25 +0400] rev 24138
8032667: [macosx] Components cannot be rendered in HiDPI to BufferedImage Reviewed-by: serb, pchelko
Fri, 28 Mar 2014 17:31:16 +0400 8036882: [macosx] Native memory leak in Java_sun_lwawt_macosx_CImage_nativeGetNSImageRepresentationSizes
alexsch [Fri, 28 Mar 2014 17:31:16 +0400] rev 24137
8036882: [macosx] Native memory leak in Java_sun_lwawt_macosx_CImage_nativeGetNSImageRepresentationSizes Reviewed-by: serb, pchelko
Fri, 28 Mar 2014 14:53:19 +0400 8029628: Many graphic artifacts
vadim [Fri, 28 Mar 2014 14:53:19 +0400] rev 24136
8029628: Many graphic artifacts Reviewed-by: prr, bae
Fri, 28 Mar 2014 14:41:37 +0400 8032832: Applet/browser deadlocks, when IIS integrated authentication is used
alitvinov [Fri, 28 Mar 2014 14:41:37 +0400] rev 24135
8032832: Applet/browser deadlocks, when IIS integrated authentication is used Reviewed-by: chegar, weijun
Wed, 26 Mar 2014 17:01:22 +0400 8032595: [macosx] setResizable(false) makes a frame slide down
pchelko [Wed, 26 Mar 2014 17:01:22 +0400] rev 24134
8032595: [macosx] setResizable(false) makes a frame slide down Reviewed-by: serb, ddehaven, azvegint
Tue, 25 Mar 2014 14:16:53 -0700 8037910: [parfait] JNI warnings in jdk/src/windows/native/sun/java2d/d3d/D3DSurfaceData.cpp
prr [Tue, 25 Mar 2014 14:16:53 -0700] rev 24133
8037910: [parfait] JNI warnings in jdk/src/windows/native/sun/java2d/d3d/D3DSurfaceData.cpp Reviewed-by: serb, jgodinez
Tue, 25 Mar 2014 12:51:28 -0700 8034104: [parfait] warnings from jdk/src/macosx/native/sun/awt/CTextPipe.m
prr [Tue, 25 Mar 2014 12:51:28 -0700] rev 24132
8034104: [parfait] warnings from jdk/src/macosx/native/sun/awt/CTextPipe.m Reviewed-by: serb, jgodinez
Tue, 25 Mar 2014 18:23:59 +0400 8031422: [TEST_BUG] java/awt/Paint/bug8024864.java fails on Windows 7
kshefov [Tue, 25 Mar 2014 18:23:59 +0400] rev 24131
8031422: [TEST_BUG] java/awt/Paint/bug8024864.java fails on Windows 7 Reviewed-by: pchelko, azvegint
Tue, 25 Mar 2014 16:31:02 +0400 8031001: [Parfait] warnings from b121 for jdk/src/solaris/native/sun/awt: JNI-related warnings
pchelko [Tue, 25 Mar 2014 16:31:02 +0400] rev 24130
8031001: [Parfait] warnings from b121 for jdk/src/solaris/native/sun/awt: JNI-related warnings Reviewed-by: serb, anthony
Tue, 11 Mar 2014 15:25:45 -0700 8037097: Improve diagnosability of test failures for java/util/Arrays/Correct.java
mduigou [Tue, 11 Mar 2014 15:25:45 -0700] rev 24129
8037097: Improve diagnosability of test failures for java/util/Arrays/Correct.java Reviewed-by: mchung, alanb
Tue, 29 Apr 2014 09:42:16 -0700 8041683: Catch OutOfMemoryError in BitLengthOverflow and DoubleValueOverflow
bpb [Tue, 29 Apr 2014 09:42:16 -0700] rev 24128
8041683: Catch OutOfMemoryError in BitLengthOverflow and DoubleValueOverflow Summary: java/math/BigInteger/BitLengthOverflow.java failing with OOME Reviewed-by: alanb
Tue, 29 Apr 2014 14:37:02 +0200 8042096: Backout JDK-8042091
jbachorik [Tue, 29 Apr 2014 14:37:02 +0200] rev 24127
8042096: Backout JDK-8042091 Reviewed-by: sla
Tue, 29 Apr 2014 13:23:08 +0100 8034057: Files.getFileStore and Files.isWritable do not work with SUBST'ed drives (win)
alanb [Tue, 29 Apr 2014 13:23:08 +0100] rev 24126
8034057: Files.getFileStore and Files.isWritable do not work with SUBST'ed drives (win) Reviewed-by: alanb, chegar Contributed-by: pavel.rappo@oracle.com
Tue, 29 Apr 2014 11:15:21 +0200 8031195: Support default and static interface methods in JDI, JDWP and JDB
jbachorik [Tue, 29 Apr 2014 11:15:21 +0200] rev 24125
8031195: Support default and static interface methods in JDI, JDWP and JDB Reviewed-by: sla, sspitsyn, dcubed
Mon, 28 Apr 2014 13:49:49 +0100 8041621: java/net/Inet4Address/textToNumericFormat.java fails on Solaris and Mac
michaelm [Mon, 28 Apr 2014 13:49:49 +0100] rev 24124
8041621: java/net/Inet4Address/textToNumericFormat.java fails on Solaris and Mac Reviewed-by: chegar
Sat, 26 Apr 2014 11:11:48 +0200 8040892: Incorrect message in Exception thrown by Collectors.toMap(Function,Function)
plevart [Sat, 26 Apr 2014 11:11:48 +0200] rev 24123
8040892: Incorrect message in Exception thrown by Collectors.toMap(Function,Function) Summary: Use Map.putIfAbsent instead of Map.merge when collecting into map using unique keys Reviewed-by: psandoz, chegar
Wed, 12 Mar 2014 12:13:41 -0700 8035584: ArrayList(c) should avoid inflation if c is empty
mduigou [Wed, 12 Mar 2014 12:13:41 -0700] rev 24122
8035584: ArrayList(c) should avoid inflation if c is empty Reviewed-by: martin
Fri, 25 Apr 2014 10:30:35 -0700 8035826: [parfait] JNI exception pending in src/windows/native/sun/util/locale/provider/HostLocaleProviderAdapter_md.c
naoto [Fri, 25 Apr 2014 10:30:35 -0700] rev 24121
8035826: [parfait] JNI exception pending in src/windows/native/sun/util/locale/provider/HostLocaleProviderAdapter_md.c Reviewed-by: msheppar
Fri, 25 Apr 2014 18:28:51 +0200 8041948: Build broken by fix of 8033104
sla [Fri, 25 Apr 2014 18:28:51 +0200] rev 24120
8041948: Build broken by fix of 8033104 Reviewed-by: darcy
Fri, 25 Apr 2014 17:19:49 +0200 8033104: sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
sla [Fri, 25 Apr 2014 17:19:49 +0200] rev 24119
8033104: sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms Reviewed-by: kamg, mgronlun
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip