Andrei Eremeev
221247b43a
8050009: Fix doclint warnings from javax.swing.plaf.basic package, 7 of 7
...
Reviewed-by: pchelko
2014-07-14 18:44:50 +04:00
Claes Redestad
59d0a64c19
8041972: Additional parse methods for Long/Integer
...
Reviewed-by: mduigou, psandoz
2014-07-12 01:36:25 +02:00
Xueming Shen
9f7993fe13
8042589: String.toLowerCase do not work for some concatenated strings
...
To include surrogate check in loop
Reviewed-by: mchung
2014-07-17 11:08:50 -07:00
Joe Darcy
287b8f3563
8050953: Fix raw and unchecked lint warnings in sun.text.normalizer.UnicodeSet
...
Reviewed-by: okutsu
2014-07-16 18:06:28 -07:00
Joe Darcy
a7c0961da0
8050798: New unchecked warning introduced in com.sun.jndi.ldap.Connection
...
Reviewed-by: lancea
2014-07-16 17:45:13 -07:00
Phil Race
d7f59acb44
8048328: CUPS Printing does not report supported printer resolutions
...
Reviewed-by: bae, jgodinez
2014-07-11 11:12:59 -07:00
Petr Pchelko
93f94161b3
8049996: [macosx] test java/awt/image/ImageIconHang.java fails with NPE
...
Reviewed-by: alexsch, azvegint
2014-07-11 18:46:47 +04:00
Andrei Eremeev
df27040934
8049870: Fix doclint warnings from javax.swing.plaf.basic package, 4 of 7
...
Reviewed-by: pchelko
2014-07-11 16:44:11 +04:00
Sergey Bylokhov
64522e8f30
8049583: Test closed/java/awt/List/ListMultipleSelectTest/ListMultipleSelectTest fails on Window XP
...
Reviewed-by: pchelko, anthony
2014-07-11 13:32:12 +04:00
Alexander Stepanov
a3d9307fb9
8037511: Tidy warnings cleanup for java.awt - 2d part
...
Reviewed-by: prr
2014-07-11 12:51:14 +04:00
Alexander Scherbatiy
f429e5b86c
8049198: [macosx] Incorrect thread access when showing splash screen
...
Reviewed-by: serb, pchelko
2014-07-11 12:08:43 +04:00
Alexey Ivanov
7144d3a4fd
8046559: NPE when changing Windows theme
...
Reviewed-by: pchelko, anthony
2014-07-08 12:20:06 +04:00
Joe Darcy
6543d60b1b
8048980: Fix raw and unchecked lint warnings in platform-specific sun.font files
...
Reviewed-by: henryjen, prr
2014-07-07 16:05:13 -07:00
Phil Race
3632d84aaf
Merge
2014-07-07 10:27:56 -07:00
Alexander Zvegintsev
05920770b8
8049418: [macosx] PopupMenuListener.popupMenuWillBecomeVisible is not called for empty combobox on MacOS/aqua look and feel
...
Reviewed-by: anthony, pchelko
2014-07-07 18:56:50 +04:00
Erik Gahlin
723bfa2b58
8047368: Remove oracle.jrockit.jfr from open package.access list
...
Reviewed-by: sla, mullan
2014-07-07 15:06:00 +02:00
Daniel Fuchs
44470419c0
8048020: Regression on java.util.logging.FileHandler
...
In some circumstances j.u.l.FileHandler can leave zombie lock files on the file system. The fix lets FileHandler reuse such zombie lock files when it sees them - as it used to do in version 1.7 of the JDK.
Reviewed-by: alanb
2014-07-07 15:31:07 +02:00
Michael McMahon
c5665a7027
8048212: Two tests failed with "java.net.SocketException: Bad protocol option" on Windows after 8029607
...
Reviewed-by: alanb
2014-07-07 12:42:14 +01:00
Anton Tarasov
d5f9bdbecf
8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
...
Reviewed-by: azvegint, alexsch
2014-07-04 15:16:02 +04:00
Steven Sides
8dac049789
8046590: fix doclint issues in swing classes, part 1 of 4
...
Reviewed-by: alexsch
2014-07-04 12:56:58 +04:00
Naoto Sato
e3479393de
8038092: Re-examine Bidi reflective dependency on java.awt.font
...
Reviewed-by: alanb
2014-07-03 16:19:39 -07:00
Joe Darcy
ddf0e09c92
8043550: Fix raw and unchecked lint warnings in javax.swing.*
...
Reviewed-by: pchelko, mchung
2014-07-03 15:24:27 -07:00
Anton Nashatyrev
2dbe14ef7e
8044371: setOneTouchExpandable functionality of JSplitPane will reduce vertical Scrollbar
...
Reviewed-by: alexp, alexsch
2014-07-03 18:47:42 +04:00
Sergey Malenkov
d5b9d36ad9
4058433: RFE: tool for creating BeanInfo template
...
Reviewed-by: alexsch, serb
2014-07-03 16:55:55 +04:00
Paul Sandoz
913551730c
8043327: Collectors.toMap studentToGPA example uses Functions.identity()
...
8043328: Typo in documentation of package java.util.stream
Reviewed-by: alanb, lancea
2014-07-03 09:30:25 +02:00
Joe Darcy
52f8e9c096
8043548: Fix raw and unchecked lint warnings in javax.swing.plaf.*
...
8042849: Fix raw and unchecked warnings in com.sun.java.swing
Reviewed-by: pchelko, alexsch
2014-07-02 23:03:27 -07:00
Jeremy Manson
179fd7be27
8048840: File.createTempFile has uninformative failure message
...
Reviewed-by: martin, alanb
2014-07-02 14:14:17 -07:00
Martin Buchholz
b6e211ab64
8048990: ZipFile.entries() can't handle empty zip entry names
...
GetEntryBytes should never return null pointer for entry names
Reviewed-by: sherman
2014-07-02 10:21:23 -07:00
Petr Pchelko
3bb2f8e052
8048549: [macosx] Disable usage of system menu bar if AWT is embedded in FX
...
Reviewed-by: anthony, serb
2014-07-02 18:57:27 +04:00
Petr Pchelko
87beb419b9
8033367: [macosx] Appletviewer was broken in jdk8 b124
...
Reviewed-by: anthony, serb
2014-07-02 17:04:04 +04:00
Artem Malinko
8bd889eb2a
8040076: Memory leak. java.awt.List objects allowing multiple selections are not GC-ed
...
Reviewed-by: anthony, pchelko
2014-07-02 14:48:37 +04:00
Alan Bateman
fb6a582728
8048891: Remove unused JObjC from jdk repository
...
Reviewed-by: mchung
2014-07-02 10:03:40 +01:00
Weijun Wang
f4db094473
8042053: Broken links to jarsigner and keytool docs in java.security package summary
...
Reviewed-by: xuelei
2014-07-02 17:03:47 +08:00
Raoul-Gabriel Urma
463b504956
8048989: small errors in Collectors examples
...
Reviewed-by: darcy
2014-07-01 23:39:31 -07:00
Weijun Wang
8d02787bfc
8048511: Uninitialised memory in jdk/src/share/native/sun/security/jgss/wrapper/GSSLibStub.c
...
Reviewed-by: valeriep
2014-07-02 09:48:32 +08:00
Valerie Peng
edc85c8e4c
8027575: b113 causing a lot of memory allocation and regression for wls_webapp_atomics
...
Reduce buffer allocation and do multiple cipher encryption/decryption calls.
Reviewed-by: xuelei, ascarpino
2014-07-01 20:35:43 +00:00
Valerie Peng
49402ab517
8046046: Test sun/security/pkcs11/Signature/TestDSAKeyLength.java fails intermittently on Solaris 11 in 8u40 nightly
...
Override the upper limit to 1024 for SHA1withDSA when larger DSA key size is supported.
Reviewed-by: mullan, ascarpino
2014-07-01 20:35:30 +00:00
Phil Race
bf3d4b5bc7
Merge
2014-07-01 12:02:30 -07:00
Phil Race
82cd8b6ece
Merge
2014-07-01 10:20:56 -07:00
Jamil Nimeh
2edd214440
8015081: javax.security.auth.Subject.toString() throws NPE
...
Reviewed-by: xuelei, weijun
2014-07-01 09:46:20 -07:00
Sergey Bylokhov
a11814d264
8048265: AWT crashes inside CCombinedSegTable::In called from Java_sun_awt_windows_WDefaultFontCharset_canConvert
...
Reviewed-by: anthony, pchelko, azvegint
2014-07-01 20:42:29 +04:00
Otavio Santana
5a0450feea
8048874: Replace uses of 'new Byte', 'new Short' and 'new Character' with appropriate alternative across core classes
...
Reviewed-by: chegar, psandoz, prappo
2014-07-01 14:44:37 +01:00
Otavio Santana
4da668378d
8048267: Replace uses of 'new Long()' with appropriate alternative across core classes
...
Reviewed-by: chegar, psandoz, prappo
2014-07-01 15:12:59 +01:00
Staffan Larsen
829524e7d6
8048710: Use ServiceLoader for the jvmstat protocols
...
Reviewed-by: alanb
2014-07-01 16:08:45 +02:00
Andrei Eremeev
c75f8957e8
8046434: Fix doclint warnings from javax.swing.plaf.metal package
...
Reviewed-by: alexsch
2014-06-30 16:32:36 +04:00
Dmitry Markov
b45831b5b5
8048506: [macosx] javax.swing.PopupFactory issue with null owner
...
Reviewed-by: pchelko, alexsch
2014-06-30 16:23:18 +04:00
Mike Duigou
efbff37c1a
8048207: Collections.checkedQueue.offer() calls add on wrapped queue
...
Reviewed-by: psandoz
2014-06-27 10:26:39 -07:00
Phil Race
462198fc26
8043508: JVM core dumps with very long text in tooltip
...
Reviewed-by: bae, jgodinez
2014-06-26 16:14:54 -07:00
Phil Race
1573a33089
8041902: When printing, polylines are not rendered as joined
...
Reviewed-by: bae, jgodinez
2014-06-26 16:10:33 -07:00
Jennifer Godinez
dfc9a84755
7067052: Default printer media is ignored
...
Reviewed-by: bae, prr
2014-06-26 13:46:27 -07:00