Commit Graph

11686 Commits

Author SHA1 Message Date
Yuri Nesterenko
706496f63a 8076315: move 4 manual functional swing tests to regression suite
Reviewed-by: alexsch, serb
2015-04-07 17:34:14 +03:00
Semyon Sadetsky
23908e7eb4 7042645: Numerous api/java_awt jck tests fail - AWT Assertion Failure on fastdebug ri bundles b138 win7 x86
Reviewed-by: serb, azvegint
2015-04-07 16:07:20 +04:00
Phil Race
475ef86eea Merge 2015-04-06 10:35:59 -07:00
Semyon Sadetsky
5197d1c01a 8072769: System tray icon title freezes java
Reviewed-by: serb, alexsch
2015-04-06 19:09:18 +04:00
Semyon Sadetsky
1bab263e41 6921687: Mnemonic disappears after repeated attempts to open menu items using mnemonics
Reviewed-by: ant, alexsch
2015-04-06 19:03:09 +04:00
Semyon Sadetsky
02d89b3afd 8041642: Incorrect paint of JProgressBar in Nimbus LF
Reviewed-by: ant, alexsch
2015-04-06 18:41:06 +04:00
Semyon Sadetsky
f8b90cd579 8013566: Failure of GroupLayout in combination of addPreferredGap and addGroup'srow
Reviewed-by: serb, alexsch
2015-04-06 18:16:22 +04:00
Lana Steuck
ad5f742cba Merge 2015-04-03 16:37:06 -07:00
Jonathan Gibbons
1c198f4faa 8076583: move jdk.Exported from langtools to jdk
Reviewed-by: darcy, alanb, tbell, mchung, jlahoda
2015-04-03 15:23:02 -07:00
Joe Darcy
a9992adde7 8076520: Fix missing doclint warnings in javax.swing.{table, tree, undo, plaf.{metal, nimbus, synth}}
Reviewed-by: alexsch
2015-04-03 10:41:34 -07:00
Chris Hegarty
1392515988 8076644: MulticastSendReceiveTests.java fails with NumberFormatException due to network interference
Reviewed-by: alanb
2015-04-03 16:09:49 +01:00
Semyon Sadetsky
9f1092391e 6894632: Removing rows from a DefaultTableModel with a RowSorter deselectes last row
Reviewed-by: serb, alexsch
2015-04-03 16:59:24 +04:00
Semyon Sadetsky
d84f07dd60 8075314: All the InternalFrames will be maximized after maximizing only one of the InternalFrame with WindowsLookAndFeel
Reviewed-by: serb, alexsch
2015-04-03 16:40:34 +04:00
Sergey Bylokhov
d1161e073c 8073559: Memory leak in jdk/src/windows/native/sun/windows/awt_InputTextInfor.cpp
Reviewed-by: prr, azvegint
2015-04-03 12:41:13 +01:00
Amy Lu
eb3be4051b 8076632: Remove duplicate tests: FDTest, MethodReferenceTest and more -- follow-on (completion)
Remove certain lambda tests from the JDK repo which also exist in the langtools repo

Reviewed-by: rfield
2015-04-03 00:00:16 -07:00
Amy Lu
e2c248c2ee 8075304: Remove duplicate test: FDTest
Remove certain lambda tests from the JDK repo which also exist in the langtools repo

Reviewed-by: rfield
2015-04-02 17:32:05 -07:00
Brent Christian
6c5d70bfbc 8071667: HashMap.computeIfAbsent() adds entry that HashMap.get() does not find
Throw ConcurrentModificationException from computeIfAbsent() & friends

Reviewed-by: chegar, psandoz
2015-04-02 12:33:03 -07:00
Mikael Vidstedt
7b1455163e 8074840: Resolve disabled warnings for libjli and libjli_static
Reviewed-by: dholmes, ksrini
2015-04-02 11:54:33 -07:00
Nadeesh TV
1795821684 8076441: Dead code in java.time.chrono.Chronology.isLeapYear after fixing JDK-8067800
Reviewed-by: igerasim, rriggs
2015-04-02 14:25:27 -04:00
David Katleman
1487d5a121 Added tag jdk9-b57 for changeset eb6ff6f9d1ca 2015-04-02 10:02:46 -07:00
Sergey Bylokhov
e1bdbfa0e0 8074500: java.awt.Checkbox.setState() call causes ItemEvent to be filed
Reviewed-by: alexsch, azvegint
2015-04-02 19:53:53 +03:00
Joe Darcy
21964ce20f 8076286: Fix missing doclint warnings in javax.swing.{colorchooser, event, filechooser}
Reviewed-by: serb
2015-04-02 08:41:32 -07:00
Daniel Fuchs
ce950c0798 7113878: LogManager - namedLoggers should be ConcurrentHashMap instead of Hashtable
NamedLoggers is now a ConcurrentHashMap. findLogger is updated to take benefit of the change.

Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: dholmes, lancea, martin, mchung, plevart
2015-04-02 16:24:46 +02:00
Daniel Fuchs
679db144e5 8075810: LogManager.readConfiguration may throw undocumented IllegalArgumentException
LogManager.readConfiguration will wrap the IllegalArgumentException thrown by Properties.load inside an IOException.

Reviewed-by: lancea, mchung, rriggs
2015-04-02 11:42:07 +02:00
Lana Steuck
fded3474ec Merge 2015-04-01 12:30:25 -07:00
Laurent Bourgès
8377d7ebd6 8076419: Path2D copy constructors and clone method propagate size of arrays from source path
Reviewed-by: flar, prr
2015-04-01 11:23:47 -07:00
Aleksei Efimov
f17914b131 8076290: JCK test api/xsl/conf/string/string17 starts failing after JDK-8074297
Reviewed-by: joehw
2015-04-01 16:01:41 +03:00
David Dehaven
b91f622563 Merge 2015-03-31 16:23:01 -07:00
David Dehaven
b30c48a154 Merge 2015-03-31 16:17:17 -07:00
Joe Darcy
410bc96fd4 8075081: Fix missing doclint warnings in java.awt
Reviewed-by: serb
2015-03-31 08:48:53 -07:00
Martin Buchholz
a194da7ffb 8076105: java/util/zip/EntryCount64k.java failing after push for JDK-8073158
Fix Windows newline problem; write enclosing class file for MacOSX

Reviewed-by: sherman, alanb
2015-03-30 09:46:05 -07:00
Anton Nashatyrev
68aa2c14c2 8071668: [macosx] Clipboard does not work with 3rd parties Clipboard Managers
Reviewed-by: ant, serb
2015-03-30 18:41:51 +03:00
Anton Nashatyrev
795c4bd736 8074481: [macosx] Menu items are appearing on top of other windows
Reviewed-by: ant, serb
2015-03-30 17:46:58 +03:00
Roger Riggs
84eb217450 7021006: (process) Remove disabled clone-exec feature
Remove clone implemention on Unix

Reviewed-by: martin, alanb, dholmes
2015-03-30 09:49:26 -04:00
Roger Riggs
adc0b9b8aa 8076184: Cleanup compile/link warnings on Solaris
Cleanup reorder-sparc* and jni_util.c files

Reviewed-by: erikj, alanb
2015-03-30 09:45:39 -04:00
Aleksei Efimov
7863bfdf2a 8075667: (tz) Support tzdata2015b
Reviewed-by: okutsu
2015-03-30 15:57:39 +03:00
Aleksei Efimov
a03f68908a 8074297: substring in XSLT returns wrong character if string contains supplementary chars
Reviewed-by: joehw
2015-03-30 14:52:24 +03:00
Masayoshi Okutsu
90e30c53bc 8075548: SimpleDateFormat formatting of "LLLL" in English is incorrect; should be identical to "MMMM"
Reviewed-by: naoto
2015-03-30 16:31:18 +09:00
Peter Brunet
a6872dbbfb 8076182: Open Source Java Access Bridge - Create Patch for JEP C127 8055831
Move files from open to closed

Reviewed-by: prr, mchung, erikj, ihse, serb, bpatel
2015-03-27 16:13:45 -05:00
Sean Coffey
c189249408 8059588: deadlock in java/io/PrintStream when verbose javax.net.debug flags are set
Reviewed-by: mullan
2015-03-27 19:13:47 +00:00
David Holmes
f2bf96030e 8072740: move closed jvm.cfg files out of open repo
Reviewed-by: erikj, ihse, dlong
2015-03-26 19:25:48 -04:00
David Katleman
3578b418df Added tag jdk9-b56 for changeset 54be38d2d0d1 2015-03-26 13:09:06 -07:00
Alexander Stepanov
78bab3fc15 8075956: Fix some tidy warnings for java.awt
Minor HTML markup fix

Reviewed-by: azvegint
2015-03-26 14:18:42 +04:00
Alexander Stepanov
fc1c3b4838 8075934: Fix some tidy warnings/errors for javax/imageio
Minor HTML markup fix

Reviewed-by: serb
2015-03-26 14:09:44 +04:00
Srikanth Adayapalam
3f410c76ca 8076039: Remove the unused internal API sun.reflect.misc.FieldUtil.getDeclaredFields
Reviewed-by: mchung, hawtin
2015-03-26 11:59:41 +05:30
Magnus Ihse Bursie
f0fb07515a 8076060: Improve make bootstrap process
Reviewed-by: erikj
2015-03-26 16:17:33 +01:00
Alexander Scherbatiy
a76b85f2bb 8033000: No Horizontal Mouse Wheel Support In
Reviewed-by: serb, azvegint
2015-03-25 16:31:05 +04:00
Paul Sandoz
b220e6cb1d 8075307: Pipeline calculating inconsistent flag state for parallel stateful ops
Reviewed-by: smarks
2015-03-25 10:50:08 +00:00
Masayoshi Okutsu
78c0bdbda5 8075173: DateFormat in german locale returns wrong value for month march
Reviewed-by: naoto, peytoia
2015-03-25 17:59:59 +09:00
Alexander Scherbatiy
a5bc56dcec 8075244: [macosx] The fix for JDK-8043869 should be reworked
Reviewed-by: prr, serb, ant
2015-03-25 12:37:36 +04:00