Fri, 25 Jul 2008 14:26:27 -0400 6699328: NullPointerException in EventQueue.dispatchEvent when applet is closed, only reprise/scenario applet
idk [Fri, 25 Jul 2008 14:26:27 -0400] rev 1294
6699328: NullPointerException in EventQueue.dispatchEvent when applet is closed, only reprise/scenario applet Reviewed-by: bchristi
Fri, 25 Jul 2008 14:13:59 -0400 6638195: need API for EventQueueDelegate
idk [Fri, 25 Jul 2008 14:13:59 -0400] rev 1293
6638195: need API for EventQueueDelegate Reviewed-by: bchristi
Fri, 25 Jul 2008 21:00:05 +0400 6630275: The spec on VetoableChangeSupport.fireVetoableChange should be updated
malenkov [Fri, 25 Jul 2008 21:00:05 +0400] rev 1292
6630275: The spec on VetoableChangeSupport.fireVetoableChange should be updated Reviewed-by: peterz, rupashka
Fri, 25 Jul 2008 11:32:12 -0400 6608456: need API to define RepaintManager per components hierarchy
idk [Fri, 25 Jul 2008 11:32:12 -0400] rev 1291
6608456: need API to define RepaintManager per components hierarchy Reviewed-by: alexp
Fri, 25 Jul 2008 17:50:36 +0400 6727661: Code improvement and warnings removing from the swing/plaf packages
rupashka [Fri, 25 Jul 2008 17:50:36 +0400] rev 1290
6727661: Code improvement and warnings removing from the swing/plaf packages Summary: Removed unnecessary castings and other warnings Reviewed-by: alexp Contributed-by: Florian Brunner <fbrunnerlist@gmx.ch>
Fri, 25 Jul 2008 14:14:30 +0400 6727829: BasicLabelUI rendering fails if multiple AppContexts exist in same java JVM
mlapshin [Fri, 25 Jul 2008 14:14:30 +0400] rev 1289
6727829: BasicLabelUI rendering fails if multiple AppContexts exist in same java JVM Summary: Several private static variables made local Reviewed-by: alexp
Thu, 24 Jul 2008 17:30:59 +0400 6707406: BasicColorChooserUI tests throw NPE while getColorSelectionModel if isPropertyChanged() returns true
malenkov [Thu, 24 Jul 2008 17:30:59 +0400] rev 1288
6707406: BasicColorChooserUI tests throw NPE while getColorSelectionModel if isPropertyChanged() returns true Reviewed-by: peterz, rupashka
Thu, 24 Jul 2008 16:43:36 +0400 6722802: Code improvement and warnings removing from the javax.swing.text package
rupashka [Thu, 24 Jul 2008 16:43:36 +0400] rev 1287
6722802: Code improvement and warnings removing from the javax.swing.text package Summary: Removed unnecessary castings and other warnings Reviewed-by: peterz Contributed-by: Florian Brunner <fbrunnerlist@gmx.ch>
Thu, 24 Jul 2008 14:51:13 +0400 4778988: CompoundBorder.isBorderOpaque() has incorrect documentation.
malenkov [Thu, 24 Jul 2008 14:51:13 +0400] rev 1286
4778988: CompoundBorder.isBorderOpaque() has incorrect documentation. Reviewed-by: peterz, rupashka
Thu, 24 Jul 2008 14:34:02 +0400 6725409: Unable to localize JInternalFrame system menu during run-time
mlapshin [Thu, 24 Jul 2008 14:34:02 +0400] rev 1285
6725409: Unable to localize JInternalFrame system menu during run-time Summary: Use of the static final constants replaced by direct calls of UIManager.getString(). Reviewed-by: alexp
Mon, 21 Jul 2008 19:58:43 +0400 6607130: REGRESSION: JComboBox cell editor isn't hidden if the same value is selected with keyboard
mlapshin [Mon, 21 Jul 2008 19:58:43 +0400] rev 1284
6607130: REGRESSION: JComboBox cell editor isn't hidden if the same value is selected with keyboard Summary: JComboBox cell editor now hides if the same value is selected with keyboard Reviewed-by: peterz, alexp
Mon, 21 Jul 2008 10:21:42 -0400 6668281: NullPointerException in DefaultTableCellHeaderRenderer.getColumnSortOrder()
idk [Mon, 21 Jul 2008 10:21:42 -0400] rev 1283
6668281: NullPointerException in DefaultTableCellHeaderRenderer.getColumnSortOrder() Reviewed-by: alexp
Fri, 18 Jul 2008 18:26:22 +0400 6552812: Add HSL tab to JColorChooser
malenkov [Fri, 18 Jul 2008 18:26:22 +0400] rev 1282
6552812: Add HSL tab to JColorChooser Reviewed-by: peterz, avu
Wed, 09 Jul 2008 19:29:07 +0400 4994637: LTP: java.beans.java_util_Map_PersistenceDelegate: ConcurrentModificationException
malenkov [Wed, 09 Jul 2008 19:29:07 +0400] rev 1281
4994637: LTP: java.beans.java_util_Map_PersistenceDelegate: ConcurrentModificationException Reviewed-by: peterz, loneid
Wed, 09 Jul 2008 15:25:38 +0400 6351692: catch(Throwable) in java.beans.MetaData preventing thread shutdown
malenkov [Wed, 09 Jul 2008 15:25:38 +0400] rev 1280
6351692: catch(Throwable) in java.beans.MetaData preventing thread shutdown Reviewed-by: peterz, loneid
Tue, 08 Jul 2008 16:40:38 +0400 4916852: RFE: LTP: BorderLayout Persistence Delegate should use 1.5 API
malenkov [Tue, 08 Jul 2008 16:40:38 +0400] rev 1279
4916852: RFE: LTP: BorderLayout Persistence Delegate should use 1.5 API Reviewed-by: peterz, loneid
Tue, 08 Jul 2008 11:36:19 +0400 6635663: make/tools/AutoMulti/{AutoMulti,TestALFGenerator}.java still generate files with wrong legal notices
peterz [Tue, 08 Jul 2008 11:36:19 +0400] rev 1278
6635663: make/tools/AutoMulti/{AutoMulti,TestALFGenerator}.java still generate files with wrong legal notices Summary: Removed unused files Reviewed-by: ohair
Mon, 07 Jul 2008 16:56:23 +0400 6647340: Minimized JInternalFrame icons appear in incorrect positions if the main frame is resized
mlapshin [Mon, 07 Jul 2008 16:56:23 +0400] rev 1277
6647340: Minimized JInternalFrame icons appear in incorrect positions if the main frame is resized Summary: Now BasicInternalFrameUI and BasicDesktopIconUI both recalculate frame icon position Reviewed-by: peterz
Wed, 02 Jul 2008 18:17:56 +0400 6618401: Input method cannot be selected from System menu
mlapshin [Wed, 02 Jul 2008 18:17:56 +0400] rev 1276
6618401: Input method cannot be selected from System menu Summary: lock.wait() added in sun.awt.im.InputMethodManager.showInputMethodMenuOnRequesterEDT() Reviewed-by: alexp
Thu, 26 Jun 2008 15:39:12 +0400 6718965: Swing color chooser tests should be open source
malenkov [Thu, 26 Jun 2008 15:39:12 +0400] rev 1275
6718965: Swing color chooser tests should be open source Reviewed-by: peterz
Thu, 26 Jun 2008 15:11:04 +0400 6718964: Swing border tests should be open source
malenkov [Thu, 26 Jun 2008 15:11:04 +0400] rev 1274
6718964: Swing border tests should be open source Reviewed-by: peterz
Mon, 23 Jun 2008 15:21:37 -0400 6623943: javax.swing.TimerQueue's thread occasionally fails to start
idk [Mon, 23 Jun 2008 15:21:37 -0400] rev 1273
6623943: javax.swing.TimerQueue's thread occasionally fails to start Reviewed-by: alexp
Thu, 19 Jun 2008 18:03:43 +0400 4114658: DOC: Unspecified behaviour for java.beans.PropertyEditorSupport
malenkov [Thu, 19 Jun 2008 18:03:43 +0400] rev 1272
4114658: DOC: Unspecified behaviour for java.beans.PropertyEditorSupport Reviewed-by: peterz, loneid
Thu, 09 Oct 2008 11:13:24 -0700 Added tag jdk7-b37 for changeset b4c26443dee5
xdono [Thu, 09 Oct 2008 11:13:24 -0700] rev 1271
Added tag jdk7-b37 for changeset b4c26443dee5
Wed, 05 Jul 2017 16:42:11 +0200 Merge
duke [Wed, 05 Jul 2017 16:42:11 +0200] rev 1270
Merge
Thu, 09 Oct 2008 11:13:12 -0700 Added tag jdk7-b37 for changeset 5eb97f366a6a
xdono [Thu, 09 Oct 2008 11:13:12 -0700] rev 1269
Added tag jdk7-b37 for changeset 5eb97f366a6a
Thu, 09 Oct 2008 11:13:07 -0700 Added tag jdk7-b37 for changeset 00ad557cab71
xdono [Thu, 09 Oct 2008 11:13:07 -0700] rev 1268
Added tag jdk7-b37 for changeset 00ad557cab71
Wed, 05 Jul 2017 16:42:04 +0200 Added tag jdk7-b37 for changeset c2036bf76829
duke [Wed, 05 Jul 2017 16:42:04 +0200] rev 1267
Added tag jdk7-b37 for changeset c2036bf76829
Wed, 05 Jul 2017 16:42:03 +0200 Merge jdk7-b37
duke [Wed, 05 Jul 2017 16:42:03 +0200] rev 1266
Merge
Wed, 05 Jul 2017 16:42:01 +0200 Merge
duke [Wed, 05 Jul 2017 16:42:01 +0200] rev 1265
Merge
Thu, 02 Oct 2008 19:58:40 -0700 6754988: Update copyright year
xdono [Thu, 02 Oct 2008 19:58:40 -0700] rev 1264
6754988: Update copyright year Summary: Update for files that have been modified starting July 2008 Reviewed-by: ohair, tbell
Fri, 26 Sep 2008 15:32:47 -0700 Merge
tbell [Fri, 26 Sep 2008 15:32:47 -0700] rev 1263
Merge
Thu, 18 Sep 2008 18:39:44 -0700 6744408: Extra ouput is appearing in stderr
jjg [Thu, 18 Sep 2008 18:39:44 -0700] rev 1262
6744408: Extra ouput is appearing in stderr Reviewed-by: bpatel
Thu, 18 Sep 2008 13:47:43 -0700 6728697: tools/javac/versionOpt.sh fails on OpenJDK builds
jjg [Thu, 18 Sep 2008 13:47:43 -0700] rev 1261
6728697: tools/javac/versionOpt.sh fails on OpenJDK builds Reviewed-by: darcy
Tue, 16 Sep 2008 18:35:18 -0700 6574134: Allow for alternative implementation of Name Table with garbage collection of name bytes
jjg [Tue, 16 Sep 2008 18:35:18 -0700] rev 1260
6574134: Allow for alternative implementation of Name Table with garbage collection of name bytes Reviewed-by: darcy, mcimadamore
Fri, 12 Sep 2008 23:32:51 -0700 Merge
tbell [Fri, 12 Sep 2008 23:32:51 -0700] rev 1259
Merge
Tue, 09 Sep 2008 10:40:50 -0700 6724118: change JavaCompiler to not use Scanner directly
jjg [Tue, 09 Sep 2008 10:40:50 -0700] rev 1258
6724118: change JavaCompiler to not use Scanner directly 6736119: refactor Parser and Parser.Factory Reviewed-by: mcimadamore
Tue, 09 Sep 2008 10:28:21 -0700 6557752: Original type of an AST should be made available even if it is replaced with an ErrorType
jjg [Tue, 09 Sep 2008 10:28:21 -0700] rev 1257
6557752: Original type of an AST should be made available even if it is replaced with an ErrorType Reviewed-by: mcimadamore
Thu, 25 Sep 2008 12:54:13 -0700 Added tag jdk7-b36 for changeset 7798f9e88bf9
xdono [Thu, 25 Sep 2008 12:54:13 -0700] rev 1256
Added tag jdk7-b36 for changeset 7798f9e88bf9
Wed, 05 Jul 2017 16:41:58 +0200 Merge
duke [Wed, 05 Jul 2017 16:41:58 +0200] rev 1255
Merge
Thu, 25 Sep 2008 12:54:00 -0700 Added tag jdk7-b36 for changeset 5a725d2f0daa
xdono [Thu, 25 Sep 2008 12:54:00 -0700] rev 1254
Added tag jdk7-b36 for changeset 5a725d2f0daa
Wed, 05 Jul 2017 16:41:55 +0200 Merge
duke [Wed, 05 Jul 2017 16:41:55 +0200] rev 1253
Merge
Thu, 25 Sep 2008 12:53:59 -0700 Added tag jdk7-b36 for changeset 3ebe122b58a9
xdono [Thu, 25 Sep 2008 12:53:59 -0700] rev 1252
Added tag jdk7-b36 for changeset 3ebe122b58a9
Wed, 05 Jul 2017 16:41:53 +0200 Merge
duke [Wed, 05 Jul 2017 16:41:53 +0200] rev 1251
Merge
Thu, 02 Oct 2008 19:58:15 -0700 6754988: Update copyright year
xdono [Thu, 02 Oct 2008 19:58:15 -0700] rev 1250
6754988: Update copyright year Summary: Update for files that have been modified starting July 2008 Reviewed-by: ohair, tbell
Thu, 25 Sep 2008 12:53:52 -0700 Added tag jdk7-b36 for changeset 1e2b0dc294fd
xdono [Thu, 25 Sep 2008 12:53:52 -0700] rev 1249
Added tag jdk7-b36 for changeset 1e2b0dc294fd
Wed, 05 Jul 2017 16:41:50 +0200 Merge
duke [Wed, 05 Jul 2017 16:41:50 +0200] rev 1248
Merge
Thu, 02 Oct 2008 19:58:32 -0700 6754988: Update copyright year
xdono [Thu, 02 Oct 2008 19:58:32 -0700] rev 1247
6754988: Update copyright year Summary: Update for files that have been modified starting July 2008 Reviewed-by: ohair, tbell
Fri, 26 Sep 2008 15:31:37 -0700 Merge
tbell [Fri, 26 Sep 2008 15:31:37 -0700] rev 1246
Merge
Mon, 22 Sep 2008 22:37:31 -0700 Merge
tbell [Mon, 22 Sep 2008 22:37:31 -0700] rev 1245
Merge
Mon, 22 Sep 2008 19:20:08 -0700 6263966: TEST: com/sun/jdi/ClassesByName2Test.java has a race
jjh [Mon, 22 Sep 2008 19:20:08 -0700] rev 1244
6263966: TEST: com/sun/jdi/ClassesByName2Test.java has a race Summary: Have the debuggee stop at a bkpt instead of running to completion. Reviewed-by: tbell
Mon, 22 Sep 2008 15:43:12 +0200 6697180: JMX query results in java.io.IOException: Illegal state - also a deadlock can also be seen
sjiang [Mon, 22 Sep 2008 15:43:12 +0200] rev 1243
6697180: JMX query results in java.io.IOException: Illegal state - also a deadlock can also be seen Reviewed-by: emcmanus
Thu, 18 Sep 2008 00:39:50 -0700 Merge
wetmore [Thu, 18 Sep 2008 00:39:50 -0700] rev 1242
Merge
Tue, 16 Sep 2008 00:34:49 -0700 Merge
wetmore [Tue, 16 Sep 2008 00:34:49 -0700] rev 1241
Merge
Mon, 15 Sep 2008 00:41:02 -0700 Merge
wetmore [Mon, 15 Sep 2008 00:41:02 -0700] rev 1240
Merge
Thu, 11 Sep 2008 18:13:51 -0400 Merge
mullan [Thu, 11 Sep 2008 18:13:51 -0400] rev 1239
Merge
Thu, 11 Sep 2008 14:05:16 -0400 6465942: Add problem identification facility to the CertPathValidator framework
mullan [Thu, 11 Sep 2008 14:05:16 -0400] rev 1238
6465942: Add problem identification facility to the CertPathValidator framework Summary: Add support to the java.security.cert APIs for determining the reason that a certification path is invalid. Reviewed-by: vinnie
Thu, 11 Sep 2008 17:46:53 +0100 6744329: Exception in light weight http server code
michaelm [Thu, 11 Sep 2008 17:46:53 +0100] rev 1237
6744329: Exception in light weight http server code Reviewed-by: chegar
Mon, 08 Sep 2008 14:17:22 +0800 6740833: krb5.conf does not accept kdc=hostname (no spaces around =)
weijun [Mon, 08 Sep 2008 14:17:22 +0800] rev 1236
6740833: krb5.conf does not accept kdc=hostname (no spaces around =) Reviewed-by: xuelei
Fri, 05 Sep 2008 00:43:26 -0700 Merge
wetmore [Fri, 05 Sep 2008 00:43:26 -0700] rev 1235
Merge
Thu, 04 Sep 2008 15:26:53 +0200 6692802: HttpCookie needs to support HttpOnly attribute
jccollet [Thu, 04 Sep 2008 15:26:53 +0200] rev 1234
6692802: HttpCookie needs to support HttpOnly attribute Summary: Added HttpOnly tag support to HttpCookie class. Reviewed-by: chegar, michaelm
Wed, 17 Sep 2008 13:40:40 +0200 6748745: JConsole: plotters don't resize well when the window is resized
dfuchs [Wed, 17 Sep 2008 13:40:40 +0200] rev 1233
6748745: JConsole: plotters don't resize well when the window is resized Summary: part of the fix was contributed by jfdenise Reviewed-by: jfdenise
Fri, 12 Sep 2008 23:31:43 -0700 Merge
tbell [Fri, 12 Sep 2008 23:31:43 -0700] rev 1232
Merge
Fri, 12 Sep 2008 19:06:38 +0200 6747983: jmx namespace: unspecified self-link detection logic
dfuchs [Fri, 12 Sep 2008 19:06:38 +0200] rev 1231
6747983: jmx namespace: unspecified self-link detection logic Reviewed-by: emcmanus
Fri, 12 Sep 2008 17:58:15 +0200 6747899: jmx namespaces: hooks for permission checks should be defined in HandlerInterceptor
dfuchs [Fri, 12 Sep 2008 17:58:15 +0200] rev 1230
6747899: jmx namespaces: hooks for permission checks should be defined in HandlerInterceptor Reviewed-by: emcmanus
Fri, 12 Sep 2008 15:17:52 +0200 6747411: EventClient causes thread leaks
emcmanus [Fri, 12 Sep 2008 15:17:52 +0200] rev 1229
6747411: EventClient causes thread leaks Summary: Reworked thread management in EventClient and related classes. Reviewed-by: sjiang, dfuchs
Thu, 11 Sep 2008 14:58:57 -0700 6440786: Cannot create a ZIP file containing zero entries
bristor [Thu, 11 Sep 2008 14:58:57 -0700] rev 1228
6440786: Cannot create a ZIP file containing zero entries Summary: Allow reading and writing of ZIP files with zero entries. Reviewed-by: alanb
Wed, 10 Sep 2008 16:27:13 +0200 6746754: jmx namespace: test for leading separator missing
dfuchs [Wed, 10 Sep 2008 16:27:13 +0200] rev 1227
6746754: jmx namespace: test for leading separator missing 6669137: RFE: InstanceNotFoundException should have a constructor that takes an ObjectName 6746796: jmx namespaces: Several tests are missing an @bug or @run keyword Summary: Note on 6669137: first implementation of 6669137 was actually pushed with 5072476 - here we only have a small update and a test case. Also re-fixes 6737133: Compilation failure of test/javax/management/eventService/LeaseManagerDeadlockTest.java which had failed. Reviewed-by: emcmanus, yjoan
Wed, 10 Sep 2008 14:56:57 +0200 6746759: Fix for 6734813 introduced build break
emcmanus [Wed, 10 Sep 2008 14:56:57 +0200] rev 1226
6746759: Fix for 6734813 introduced build break Reviewed-by: dfuchs
Wed, 10 Sep 2008 13:36:47 +0200 6734813: Provide a way to construct an ObjectName without checked exceptions
emcmanus [Wed, 10 Sep 2008 13:36:47 +0200] rev 1225
6734813: Provide a way to construct an ObjectName without checked exceptions 6746649: ObjectName constructors and methods declare unchecked exceptions in throws clauses Reviewed-by: dfuchs
Tue, 09 Sep 2008 15:20:07 -0700 6733145: (bf) CharBuffer.subSequence can be updated to take advantage of covariant returns
martin [Tue, 09 Sep 2008 15:20:07 -0700] rev 1224
6733145: (bf) CharBuffer.subSequence can be updated to take advantage of covariant returns Summary: Change return type to CharBuffer Reviewed-by: alanb
Tue, 09 Sep 2008 15:20:07 -0700 6728229: (str) StringBuilder.append(CharSequence) does not throw IndexOutOfBoundsException
martin [Tue, 09 Sep 2008 15:20:07 -0700] rev 1223
6728229: (str) StringBuilder.append(CharSequence) does not throw IndexOutOfBoundsException Summary: Major spec rework Reviewed-by: alanb
Tue, 09 Sep 2008 17:01:45 +0200 6745832: jmx namespaces: Some refactoring/commenting would improve code readability.
dfuchs [Tue, 09 Sep 2008 17:01:45 +0200] rev 1222
6745832: jmx namespaces: Some refactoring/commenting would improve code readability. Reviewed-by: emcmanus
Tue, 09 Sep 2008 14:57:30 +0200 6746196: Some JMX classes do not compile with Eclipse compiler
emcmanus [Tue, 09 Sep 2008 14:57:30 +0200] rev 1221
6746196: Some JMX classes do not compile with Eclipse compiler Reviewed-by: dfuchs Contributed-by: roman.kennke@aicas.com
Tue, 09 Sep 2008 14:17:29 +0200 6736611: [Evt Srv] EventSubscriber.unsubscribe removes other listeners
sjiang [Tue, 09 Sep 2008 14:17:29 +0200] rev 1220
6736611: [Evt Srv] EventSubscriber.unsubscribe removes other listeners Reviewed-by: emcmanus
Thu, 25 Sep 2008 12:54:05 -0700 Added tag jdk7-b36 for changeset 41afb8ee8f45
xdono [Thu, 25 Sep 2008 12:54:05 -0700] rev 1219
Added tag jdk7-b36 for changeset 41afb8ee8f45
Wed, 05 Jul 2017 16:41:44 +0200 Merge
duke [Wed, 05 Jul 2017 16:41:44 +0200] rev 1218
Merge
Thu, 02 Oct 2008 19:58:19 -0700 6754988: Update copyright year
xdono [Thu, 02 Oct 2008 19:58:19 -0700] rev 1217
6754988: Update copyright year Summary: Update for files that have been modified starting July 2008 Reviewed-by: ohair, tbell
Thu, 25 Sep 2008 12:53:55 -0700 Added tag jdk7-b36 for changeset c347afc55218
xdono [Thu, 25 Sep 2008 12:53:55 -0700] rev 1216
Added tag jdk7-b36 for changeset c347afc55218
Thu, 02 Oct 2008 19:58:13 -0700 6754988: Update copyright year
xdono [Thu, 02 Oct 2008 19:58:13 -0700] rev 1215
6754988: Update copyright year Summary: Update for files that have been modified starting July 2008 Reviewed-by: ohair, tbell
Thu, 25 Sep 2008 12:53:51 -0700 Added tag jdk7-b36 for changeset 700ccd6abff4
xdono [Thu, 25 Sep 2008 12:53:51 -0700] rev 1214
Added tag jdk7-b36 for changeset 700ccd6abff4
Wed, 05 Jul 2017 16:41:36 +0200 Added tag jdk7-b36 for changeset d718a4419361
duke [Wed, 05 Jul 2017 16:41:36 +0200] rev 1213
Added tag jdk7-b36 for changeset d718a4419361
Wed, 05 Jul 2017 16:41:36 +0200 Merge jdk7-b36
duke [Wed, 05 Jul 2017 16:41:36 +0200] rev 1212
Merge
Wed, 05 Jul 2017 16:41:34 +0200 Merge
duke [Wed, 05 Jul 2017 16:41:34 +0200] rev 1211
Merge
Fri, 12 Sep 2008 14:35:51 -0700 Merge
tbell [Fri, 12 Sep 2008 14:35:51 -0700] rev 1210
Merge
Thu, 04 Sep 2008 14:56:35 -0700 Merge
tbell [Thu, 04 Sep 2008 14:56:35 -0700] rev 1209
Merge
Wed, 03 Sep 2008 10:46:25 -0700 6743107: clean up use of static caches in file manager
jjg [Wed, 03 Sep 2008 10:46:25 -0700] rev 1208
6743107: clean up use of static caches in file manager Reviewed-by: mcimadamore
Sun, 31 Aug 2008 12:00:43 -0700 Merge
tbell [Sun, 31 Aug 2008 12:00:43 -0700] rev 1207
Merge
Fri, 29 Aug 2008 11:10:12 -0700 6597471: unused imports in javax.tools.JavaCompiler
jjg [Fri, 29 Aug 2008 11:10:12 -0700] rev 1206
6597471: unused imports in javax.tools.JavaCompiler 6597531: unused imports and unused private const. in com.sun.tools.javac.Server.java Reviewed-by: mcimadamore Contributed-by: davide.angelocola@gmail.com
Tue, 26 Aug 2008 14:52:59 -0700 6508981: cleanup file separator handling in JavacFileManager
jjg [Tue, 26 Aug 2008 14:52:59 -0700] rev 1205
6508981: cleanup file separator handling in JavacFileManager Reviewed-by: mcimadamore
Thu, 11 Sep 2008 11:26:00 -0700 Added tag jdk7-b35 for changeset 59749505f3e8
xdono [Thu, 11 Sep 2008 11:26:00 -0700] rev 1204
Added tag jdk7-b35 for changeset 59749505f3e8
Wed, 05 Jul 2017 16:41:30 +0200 Merge
duke [Wed, 05 Jul 2017 16:41:30 +0200] rev 1203
Merge
Thu, 11 Sep 2008 11:25:48 -0700 Added tag jdk7-b35 for changeset a4639ed3162c
xdono [Thu, 11 Sep 2008 11:25:48 -0700] rev 1202
Added tag jdk7-b35 for changeset a4639ed3162c
Wed, 05 Jul 2017 16:41:28 +0200 Merge
duke [Wed, 05 Jul 2017 16:41:28 +0200] rev 1201
Merge
Thu, 11 Sep 2008 11:25:47 -0700 Added tag jdk7-b35 for changeset 74058712101b
xdono [Thu, 11 Sep 2008 11:25:47 -0700] rev 1200
Added tag jdk7-b35 for changeset 74058712101b
Wed, 05 Jul 2017 16:41:25 +0200 Merge
duke [Wed, 05 Jul 2017 16:41:25 +0200] rev 1199
Merge
Wed, 17 Sep 2008 13:45:16 -0700 Merge
xdono [Wed, 17 Sep 2008 13:45:16 -0700] rev 1198
Merge
Wed, 10 Sep 2008 10:03:15 -0700 Merge
xdono [Wed, 10 Sep 2008 10:03:15 -0700] rev 1197
Merge
Tue, 09 Sep 2008 15:46:54 -0700 6746424: Remove build dependency on findbugs and FINDBUGS_HOME
ohair [Tue, 09 Sep 2008 15:46:54 -0700] rev 1196
6746424: Remove build dependency on findbugs and FINDBUGS_HOME Reviewed-by: tbell
Thu, 11 Sep 2008 11:25:40 -0700 Added tag jdk7-b35 for changeset 2b8dd97d6682
xdono [Thu, 11 Sep 2008 11:25:40 -0700] rev 1195
Added tag jdk7-b35 for changeset 2b8dd97d6682
Wed, 05 Jul 2017 16:41:22 +0200 Merge
duke [Wed, 05 Jul 2017 16:41:22 +0200] rev 1194
Merge
Fri, 19 Sep 2008 19:38:12 -0700 Merge
lana [Fri, 19 Sep 2008 19:38:12 -0700] rev 1193
Merge
Mon, 25 Aug 2008 13:58:15 -0700 Merge
lana [Mon, 25 Aug 2008 13:58:15 -0700] rev 1192
Merge
Mon, 25 Aug 2008 19:15:37 +0400 6737722: api/java_awt/TrayIcon/index.html#TrayIconHeadlessMode
dcherepanov [Mon, 25 Aug 2008 19:15:37 +0400] rev 1191
6737722: api/java_awt/TrayIcon/index.html#TrayIconHeadlessMode Summary: isSupported() should skip tray initialization in case of headless Reviewed-by: art, ant
Thu, 14 Aug 2008 12:58:51 +0400 6708392: Provide internal API to create OverrideRedirect windows, XToolkit
art [Thu, 14 Aug 2008 12:58:51 +0400] rev 1190
6708392: Provide internal API to create OverrideRedirect windows, XToolkit Summary: SunToolkit.setOverrideRedirect() method is introduced Reviewed-by: mlapshin, yan
Tue, 12 Aug 2008 12:00:46 +0400 6735584: XNETProtocol:setStateHelper() produces bad _NET_WM_STATE messages
art [Tue, 12 Aug 2008 12:00:46 +0400] rev 1189
6735584: XNETProtocol:setStateHelper() produces bad _NET_WM_STATE messages Reviewed-by: yan
Fri, 08 Aug 2008 03:32:34 -0700 Merge
yan [Fri, 08 Aug 2008 03:32:34 -0700] rev 1188
Merge
Tue, 05 Aug 2008 15:26:08 +0400 6454041: decimal separator munches the character standing at the right (sk keyboard)
yan [Tue, 05 Aug 2008 15:26:08 +0400] rev 1187
6454041: decimal separator munches the character standing at the right (sk keyboard) Summary: in a group of keysyms associated with a key, check for keypad-ness of more keysyms Reviewed-by: art
Fri, 25 Jul 2008 15:19:11 +0400 6235443: REG:Overlapping a swing app with an AWT app causes flickering in the background swing app on Windows
art [Fri, 25 Jul 2008 15:19:11 +0400] rev 1186
6235443: REG:Overlapping a swing app with an AWT app causes flickering in the background swing app on Windows Summary: AWT text area no longer uses LockWindowUpdate Reviewed-by: uta, dcherepanov
Tue, 08 Jul 2008 16:20:14 +0400 6723013: Incomplete push for 6693974
dav [Tue, 08 Jul 2008 16:20:14 +0400] rev 1185
6723013: Incomplete push for 6693974 Reviewed-by: art
Mon, 07 Jul 2008 17:39:18 +0400 6723018: Need to push the test for 6682046
anthony [Mon, 07 Jul 2008 17:39:18 +0400] rev 1184
6723018: Need to push the test for 6682046 Summary: Pushed the test Reviewed-by: art
Mon, 07 Jul 2008 17:24:21 +0400 6682046: Mixing code does not always recalculate shapes correctly when resizing components
anthony [Mon, 07 Jul 2008 17:24:21 +0400] rev 1183
6682046: Mixing code does not always recalculate shapes correctly when resizing components Summary: The valid property is now encapsulated in Component. Reviewed-by: art
Mon, 07 Jul 2008 16:32:38 +0400 Merge
dav [Mon, 07 Jul 2008 16:32:38 +0400] rev 1182
Merge
Mon, 07 Jul 2008 16:09:39 +0400 6693974: Unify EventQueue$EventQueueItem and SunToolkit.$EventQueueItem classes
dav [Mon, 07 Jul 2008 16:09:39 +0400] rev 1181
6693974: Unify EventQueue$EventQueueItem and SunToolkit.$EventQueueItem classes Reviewed-by: volk, art
Mon, 07 Jul 2008 15:36:01 +0400 6582346: javaw launcher does not display MessageBox after change to the resource files
dcherepanov [Mon, 07 Jul 2008 15:36:01 +0400] rev 1180
6582346: javaw launcher does not display MessageBox after change to the resource files Summary: call InitCommonControlsEx to perform UI initialization Reviewed-by: art
Thu, 26 Jun 2008 14:23:25 +0400 6581899: JTextField & JTextArea - Poor performance with JRE 1.5.0_08
dcherepanov [Thu, 26 Jun 2008 14:23:25 +0400] rev 1179
6581899: JTextField & JTextArea - Poor performance with JRE 1.5.0_08 Summary: acquire the first|last components only when the key is a traversal key Reviewed-by: ant
Mon, 23 Jun 2008 16:03:25 +0400 6704896: FD_SET usage can cause stack corruption (sol)
anthony [Mon, 23 Jun 2008 16:03:25 +0400] rev 1178
6704896: FD_SET usage can cause stack corruption (sol) Summary: Using poll() instead of select() Reviewed-by: yan, denis
Mon, 23 Jun 2008 14:42:53 +0400 6682536: java\awt\FullScreen\NonfocusableFrameFullScreenTest\NonfocusableFrameFullScreenTest.java fails
ant [Mon, 23 Jun 2008 14:42:53 +0400] rev 1177
6682536: java\awt\FullScreen\NonfocusableFrameFullScreenTest\NonfocusableFrameFullScreenTest.java fails Summary: always-on-top property should be restored on exiting full-screen. Reviewed-by: tdv
Thu, 19 Jun 2008 16:09:22 +0400 6694792: Syntax error in java/awt/event/MouseEvent/SpuriousExitEnter/SpuriousExitEnter_2.java
dav [Thu, 19 Jun 2008 16:09:22 +0400] rev 1176
6694792: Syntax error in java/awt/event/MouseEvent/SpuriousExitEnter/SpuriousExitEnter_2.java Reviewed-by: yan
Thu, 19 Jun 2008 11:26:54 +0400 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan [Thu, 19 Jun 2008 11:26:54 +0400] rev 1175
6706121: makefile: unnecessary Motif classes compilation in JDK7 Summary: removed 80 obsolete .c and .java files, temporary modified some more Reviewed-by: denis
Wed, 18 Jun 2008 19:27:59 +0400 Merge
dav [Wed, 18 Jun 2008 19:27:59 +0400] rev 1174
Merge
Wed, 18 Jun 2008 19:20:28 +0400 6716137: Fix 6691328 is broken
dav [Wed, 18 Jun 2008 19:20:28 +0400] rev 1173
6716137: Fix 6691328 is broken Reviewed-by: dcherepanov, denis
Wed, 18 Jun 2008 15:35:37 +0400 6616323: consider benefits of replacing a componen array with other collection from the awt.Container class
dav [Wed, 18 Jun 2008 15:35:37 +0400] rev 1172
6616323: consider benefits of replacing a componen array with other collection from the awt.Container class Reviewed-by: uta, art
Tue, 17 Jun 2008 13:37:28 +0400 4685768: A11y issue - Focus set to disabled component, can't Tab/Shift-Tab
ant [Tue, 17 Jun 2008 13:37:28 +0400] rev 1171
4685768: A11y issue - Focus set to disabled component, can't Tab/Shift-Tab Summary: The restore-focus procedure should skip disabled components. Reviewed-by: art, dcherepanov
Wed, 11 Jun 2008 01:31:42 -0700 Merge
yan [Wed, 11 Jun 2008 01:31:42 -0700] rev 1170
Merge
Wed, 04 Jun 2008 14:16:44 +0400 6708322: test/closed/java/awt/Focus/TemporaryLostComponentDeadlock fails
ant [Wed, 04 Jun 2008 14:16:44 +0400] rev 1169
6708322: test/closed/java/awt/Focus/TemporaryLostComponentDeadlock fails Summary: Introduced new package private object for synchronization purposes. It should replace "this" in some deadlock prone cases. Reviewed-by: anthony, art
Wed, 04 Jun 2008 12:32:05 +0400 6280057: I have audited SystemTray and TrayIcon code
ant [Wed, 04 Jun 2008 12:32:05 +0400] rev 1168
6280057: I have audited SystemTray and TrayIcon code Summary: small refactoring Reviewed-by: dcherepanov
Wed, 17 Sep 2008 13:45:37 -0700 Merge
xdono [Wed, 17 Sep 2008 13:45:37 -0700] rev 1167
Merge
Thu, 11 Sep 2008 11:27:16 -0700 Merge
ohair [Thu, 11 Sep 2008 11:27:16 -0700] rev 1166
Merge
Thu, 11 Sep 2008 11:12:21 -0700 6746415: The include file stropts.h is not available in Fedora 9 (STREAMS Kernel Extension?)
ohair [Thu, 11 Sep 2008 11:12:21 -0700] rev 1165
6746415: The include file stropts.h is not available in Fedora 9 (STREAMS Kernel Extension?) Reviewed-by: tbell
Wed, 10 Sep 2008 10:19:02 -0700 6746409: Error: dl failure on line 689: Copies of libjvm.so need to have chcon (selinux) re-applied to them
ohair [Wed, 10 Sep 2008 10:19:02 -0700] rev 1164
6746409: Error: dl failure on line 689: Copies of libjvm.so need to have chcon (selinux) re-applied to them Reviewed-by: tbell
Wed, 10 Sep 2008 10:16:54 -0700 6746430: Fix problems with getting 'ant -version' and the required setting of 'ANT_HOME'
ohair [Wed, 10 Sep 2008 10:16:54 -0700] rev 1163
6746430: Fix problems with getting 'ant -version' and the required setting of 'ANT_HOME' Reviewed-by: tbell
Wed, 10 Sep 2008 09:48:41 -0700 6746424: Remove build dependency on findbugs and FINDBUGS_HOME
ohair [Wed, 10 Sep 2008 09:48:41 -0700] rev 1162
6746424: Remove build dependency on findbugs and FINDBUGS_HOME Reviewed-by: tbell
Wed, 10 Sep 2008 09:31:16 -0700 6746421: Compare images logic needs to be more forgiving
ohair [Wed, 10 Sep 2008 09:31:16 -0700] rev 1161
6746421: Compare images logic needs to be more forgiving Reviewed-by: tbell
Fri, 12 Sep 2008 14:34:23 -0700 Merge
tbell [Fri, 12 Sep 2008 14:34:23 -0700] rev 1160
Merge
Mon, 08 Sep 2008 14:11:13 -0700 6356642: extcheck.exe -verbose throws ArrayIndexOutOfBoundsException exception
bristor [Mon, 08 Sep 2008 14:11:13 -0700] rev 1159
6356642: extcheck.exe -verbose throws ArrayIndexOutOfBoundsException exception Summary: Fix causes printing of user-level error messages instead of throwing exceptions Reviewed-by: sherman
Mon, 08 Sep 2008 13:44:32 -0700 6661861: Decrease memory use of Inflaters by ZipFile
bristor [Mon, 08 Sep 2008 13:44:32 -0700] rev 1158
6661861: Decrease memory use of Inflaters by ZipFile Summary: Fix allows release of native resources earlier than without fix Reviewed-by: alanb
Thu, 04 Sep 2008 14:55:12 -0700 Merge
tbell [Thu, 04 Sep 2008 14:55:12 -0700] rev 1157
Merge
Thu, 04 Sep 2008 14:46:36 +0200 5072476: RFE: support cascaded (federated) MBean Servers
dfuchs [Thu, 04 Sep 2008 14:46:36 +0200] rev 1156
5072476: RFE: support cascaded (federated) MBean Servers 6299231: Add support for named MBean Servers Summary: New javax.management.namespace package. Reviewed-by: emcmanus
Wed, 03 Sep 2008 14:31:17 +0200 6744132: Spurious failures from test/javax/management/MBeanInfo/NotificationInfoTest.java
emcmanus [Wed, 03 Sep 2008 14:31:17 +0200] rev 1155
6744132: Spurious failures from test/javax/management/MBeanInfo/NotificationInfoTest.java Reviewed-by: dfuchs
Tue, 02 Sep 2008 14:14:05 +0200 6405862: Allow CompositeType to have zero items
emcmanus [Tue, 02 Sep 2008 14:14:05 +0200] rev 1154
6405862: Allow CompositeType to have zero items 6737133: Compilation failure of test/javax/management/eventService/LeaseManagerDeadlockTest.java 6737140: Javadoc of some throw clauses of MBeanServer and MBeanServerConnection is garbled 6737143: createMBean of MBeanServer should acquire 2 extra throw clauses present in MBeanServerConnection Reviewed-by: dfuchs
Mon, 01 Sep 2008 17:11:58 +0200 6731410: JMXServiceURL cannot use @ConstructorProperties for compatibility reasons
emcmanus [Mon, 01 Sep 2008 17:11:58 +0200] rev 1153
6731410: JMXServiceURL cannot use @ConstructorProperties for compatibility reasons Reviewed-by: dfuchs
Sun, 31 Aug 2008 18:39:01 +0100 4640544: New I/O: Complete socket-channel functionality
alanb [Sun, 31 Aug 2008 18:39:01 +0100] rev 1152
4640544: New I/O: Complete socket-channel functionality Reviewed-by: iris, sherman, chegar
Sun, 31 Aug 2008 18:32:59 +0100 6570619: (bf) DirectByteBuffer.get/put(byte[]) does not scale well
alanb [Sun, 31 Aug 2008 18:32:59 +0100] rev 1151
6570619: (bf) DirectByteBuffer.get/put(byte[]) does not scale well Reviewed-by: iris
Sun, 31 Aug 2008 11:59:20 -0700 Merge
tbell [Sun, 31 Aug 2008 11:59:20 -0700] rev 1150
Merge
Fri, 29 Aug 2008 14:33:05 -0700 6614052: jhat fails to read heap dump > 2GB.
swamyv [Fri, 29 Aug 2008 14:33:05 -0700] rev 1149
6614052: jhat fails to read heap dump > 2GB. Summary: Modified the jhat code to use long for unsigned int. This is a forward port of changes from Kevin Walls. Reviewed-by: jjh
Fri, 29 Aug 2008 17:46:45 +0100 6576763: Thread constructors throw undocumented NPE for null name
chegar [Fri, 29 Aug 2008 17:46:45 +0100] rev 1148
6576763: Thread constructors throw undocumented NPE for null name Summary: update javadoc to specify NPE as well as fix minor bug in implementation. Reviewed-by: alanb
Wed, 27 Aug 2008 10:28:26 -0700 Merge
sherman [Wed, 27 Aug 2008 10:28:26 -0700] rev 1147
Merge
Wed, 27 Aug 2008 10:12:22 -0700 4849617: (cs)Revise Charset spec to allow '+' in names
sherman [Wed, 27 Aug 2008 10:12:22 -0700] rev 1146
4849617: (cs)Revise Charset spec to allow '+' in names Summary: Update the spec and code to accept '+' as a charset name character Reviewed-by: alanb
Tue, 26 Aug 2008 10:21:20 -0700 6685121: (launcher) make ReportErrorMessages accessible by other launcher subsystems
ksrini [Tue, 26 Aug 2008 10:21:20 -0700] rev 1145
6685121: (launcher) make ReportErrorMessages accessible by other launcher subsystems Summary: provided error reporting interfaces to other java subsystems that the launcher uses. Reviewed-by: darcy
Wed, 27 Aug 2008 11:03:59 +0200 5041784: (reflect) generic signature methods needlessly return generic arrays
emcmanus [Wed, 27 Aug 2008 11:03:59 +0200] rev 1144
5041784: (reflect) generic signature methods needlessly return generic arrays Reviewed-by: darcy
Tue, 26 Aug 2008 10:21:22 +0100 6682020: (bf) Support monitoring of direct and mapped buffer usage
alanb [Tue, 26 Aug 2008 10:21:22 +0100] rev 1143
6682020: (bf) Support monitoring of direct and mapped buffer usage Reviewed-by: mchung, iris
Tue, 26 Aug 2008 09:23:12 +0100 6728542: (se) epoll based SelectorProvider should be portable to platforms other than x86 and x64
alanb [Tue, 26 Aug 2008 09:23:12 +0100] rev 1142
6728542: (se) epoll based SelectorProvider should be portable to platforms other than x86 and x64 Reviewed-by: sherman
Thu, 11 Sep 2008 11:25:53 -0700 Added tag jdk7-b35 for changeset 61dbf0534cc0
xdono [Thu, 11 Sep 2008 11:25:53 -0700] rev 1141
Added tag jdk7-b35 for changeset 61dbf0534cc0
Wed, 05 Jul 2017 16:41:12 +0200 Merge
duke [Wed, 05 Jul 2017 16:41:12 +0200] rev 1140
Merge
Wed, 17 Sep 2008 18:11:40 -0700 6749707: Update build number for HS14 B05
trims [Wed, 17 Sep 2008 18:11:40 -0700] rev 1139
6749707: Update build number for HS14 B05 Summary: Bump the build number for hs14 b05 Reviewed-by: jcoomes
Wed, 17 Sep 2008 18:02:38 -0700 Merge
trims [Wed, 17 Sep 2008 18:02:38 -0700] rev 1138
Merge
Mon, 15 Sep 2008 09:58:26 -0700 Merge
rasbold [Mon, 15 Sep 2008 09:58:26 -0700] rev 1137
Merge
Wed, 10 Sep 2008 20:44:47 -0700 6746907: Improve implicit null check generation
kvn [Wed, 10 Sep 2008 20:44:47 -0700] rev 1136
6746907: Improve implicit null check generation Summary: add missing implicit null check cases. Reviewed-by: never
Wed, 10 Sep 2008 18:23:32 -0700 6706829: Compressed Oops: add debug info for narrow oops
kvn [Wed, 10 Sep 2008 18:23:32 -0700] rev 1135
6706829: Compressed Oops: add debug info for narrow oops Summary: Add support for narrow oops in debug info to avoid decoding. Reviewed-by: rasbold, never
Wed, 10 Sep 2008 14:29:32 -0700 6746892: Register Allocator does not process a data phi with one unique input correctly
kvn [Wed, 10 Sep 2008 14:29:32 -0700] rev 1134
6746892: Register Allocator does not process a data phi with one unique input correctly Summary: Always look for the existing phi for a processed live_range. Reviewed-by: rasbold
Fri, 12 Sep 2008 07:04:34 -0700 Merge
dcubed [Fri, 12 Sep 2008 07:04:34 -0700] rev 1133
Merge
Thu, 11 Sep 2008 11:04:55 -0700 6745363: Add ability to run packtest to hotspot/test/makefile
ohair [Thu, 11 Sep 2008 11:04:55 -0700] rev 1132
6745363: Add ability to run packtest to hotspot/test/makefile Reviewed-by: ksrini
Thu, 11 Sep 2008 09:02:02 -0400 Merge
acorn [Thu, 11 Sep 2008 09:02:02 -0400] rev 1131
Merge
Wed, 10 Sep 2008 12:31:26 -0400 Merge
acorn [Wed, 10 Sep 2008 12:31:26 -0400] rev 1130
Merge
Tue, 02 Sep 2008 15:18:26 -0400 6741004: UseLargePages + UseCompressedOops breaks implicit null checking guard page
coleenp [Tue, 02 Sep 2008 15:18:26 -0400] rev 1129
6741004: UseLargePages + UseCompressedOops breaks implicit null checking guard page Summary: Turn off c2 implicit null checking on windows and large pages specified. Reviewed-by: jrose, xlu
Sun, 31 Aug 2008 15:24:54 -0700 Merge
apangin [Sun, 31 Aug 2008 15:24:54 -0700] rev 1128
Merge
Mon, 25 Aug 2008 13:52:13 -0700 6740526: sun/management/HotspotThreadMBean/GetInternalThreads.java test failed
xlu [Mon, 25 Aug 2008 13:52:13 -0700] rev 1127
6740526: sun/management/HotspotThreadMBean/GetInternalThreads.java test failed Reviewed-by: dholmes, dcubed
Wed, 10 Sep 2008 06:15:02 -0700 Merge
rasbold [Wed, 10 Sep 2008 06:15:02 -0700] rev 1126
Merge
Tue, 09 Sep 2008 12:56:51 -0700 6746320: Hotspot regression test for 6512111 fails in -Xmixed mode
never [Tue, 09 Sep 2008 12:56:51 -0700] rev 1125
6746320: Hotspot regression test for 6512111 fails in -Xmixed mode Reviewed-by: kvn
Fri, 05 Sep 2008 13:33:55 -0700 6676462: JVM sometimes would suddenly consume significant amount of memory
kvn [Fri, 05 Sep 2008 13:33:55 -0700] rev 1124
6676462: JVM sometimes would suddenly consume significant amount of memory Summary: Add asserts with dead loop checks in AddNode::Ideal(). Reviewed-by: never
Thu, 04 Sep 2008 09:03:16 -0700 Merge
rasbold [Thu, 04 Sep 2008 09:03:16 -0700] rev 1123
Merge
Tue, 02 Sep 2008 15:03:05 -0700 6738933: assert with base pointers must match with compressed oops enabled
never [Tue, 02 Sep 2008 15:03:05 -0700] rev 1122
6738933: assert with base pointers must match with compressed oops enabled Reviewed-by: kvn, rasbold
Thu, 11 Sep 2008 11:25:43 -0700 Added tag jdk7-b35 for changeset cd4deb70bf5e
xdono [Thu, 11 Sep 2008 11:25:43 -0700] rev 1121
Added tag jdk7-b35 for changeset cd4deb70bf5e
Wed, 17 Sep 2008 13:45:14 -0700 Merge
xdono [Wed, 17 Sep 2008 13:45:14 -0700] rev 1120
Merge
Wed, 17 Sep 2008 13:30:32 -0700 6724787: OpenJDK README-builds.html suggested changes
ohair [Wed, 17 Sep 2008 13:30:32 -0700] rev 1119
6724787: OpenJDK README-builds.html suggested changes 6746440: Add Fedora 9 & CentOS 5.2 instructions to OpenJDK Build README Reviewed-by: weijun, xdono
Thu, 11 Sep 2008 11:26:44 -0700 Merge
ohair [Thu, 11 Sep 2008 11:26:44 -0700] rev 1118
Merge
Tue, 09 Sep 2008 15:48:49 -0700 6746424: Remove build dependency on findbugs and FINDBUGS_HOME
ohair [Tue, 09 Sep 2008 15:48:49 -0700] rev 1117
6746424: Remove build dependency on findbugs and FINDBUGS_HOME Reviewed-by: tbell
Fri, 12 Sep 2008 14:30:46 -0700 Merge
tbell [Fri, 12 Sep 2008 14:30:46 -0700] rev 1116
Merge
Mon, 08 Sep 2008 17:10:03 -0700 6746055: Spelling error in README-builds.html
martin [Mon, 08 Sep 2008 17:10:03 -0700] rev 1115
6746055: Spelling error in README-builds.html Reviewed-by: ohair
Thu, 11 Sep 2008 11:25:39 -0700 Added tag jdk7-b35 for changeset 26dc44e4ee9f
xdono [Thu, 11 Sep 2008 11:25:39 -0700] rev 1114
Added tag jdk7-b35 for changeset 26dc44e4ee9f
Wed, 05 Jul 2017 16:41:01 +0200 Added tag jdk7-b35 for changeset 6d909d5803e3
duke [Wed, 05 Jul 2017 16:41:01 +0200] rev 1113
Added tag jdk7-b35 for changeset 6d909d5803e3
Wed, 05 Jul 2017 16:41:01 +0200 Merge jdk7-b35
duke [Wed, 05 Jul 2017 16:41:01 +0200] rev 1112
Merge
Wed, 05 Jul 2017 16:40:58 +0200 Merge
duke [Wed, 05 Jul 2017 16:40:58 +0200] rev 1111
Merge
Fri, 29 Aug 2008 12:42:27 -0700 Merge
tbell [Fri, 29 Aug 2008 12:42:27 -0700] rev 1110
Merge
Fri, 22 Aug 2008 11:46:29 +0100 6733837: Recent work on javac diagnostic affected javac output
mcimadamore [Fri, 22 Aug 2008 11:46:29 +0100] rev 1109
6733837: Recent work on javac diagnostic affected javac output Summary: Problems with diagnostic path and tab character in the source code Reviewed-by: darcy, jjg
Thu, 28 Aug 2008 11:05:35 -0700 Added tag jdk7-b34 for changeset 1f47a876c043
xdono [Thu, 28 Aug 2008 11:05:35 -0700] rev 1108
Added tag jdk7-b34 for changeset 1f47a876c043
Wed, 05 Jul 2017 16:40:56 +0200 Merge
duke [Wed, 05 Jul 2017 16:40:56 +0200] rev 1107
Merge
Thu, 28 Aug 2008 11:05:22 -0700 Added tag jdk7-b34 for changeset 115202335eb1
xdono [Thu, 28 Aug 2008 11:05:22 -0700] rev 1106
Added tag jdk7-b34 for changeset 115202335eb1
Wed, 05 Jul 2017 16:40:54 +0200 Merge
duke [Wed, 05 Jul 2017 16:40:54 +0200] rev 1105
Merge
Thu, 28 Aug 2008 11:05:21 -0700 Added tag jdk7-b34 for changeset e33522ffd9bb
xdono [Thu, 28 Aug 2008 11:05:21 -0700] rev 1104
Added tag jdk7-b34 for changeset e33522ffd9bb
Wed, 05 Jul 2017 16:40:51 +0200 Merge
duke [Wed, 05 Jul 2017 16:40:51 +0200] rev 1103
Merge
(0) -1000 -192 +192 +1000 +3000 +10000 +30000 tip