Matthias Baesken
|
3c7ab80501
|
8304054: Linux: NullPointerException from FontConfiguration.getVersion in case no fonts are installed
Reviewed-by: lucy, aivanov
|
2023-04-18 11:10:57 +00:00 |
|
Roger Riggs
|
30a140b5a2
|
8304912: Use OperatingSystem enum in java.desktop module
Reviewed-by: bpb, prr, aturbanov
|
2023-04-14 16:42:18 +00:00 |
|
Nikita Gubarkov
|
dc81603cbf
|
8305666: Add system property for fair AWT lock
Reviewed-by: prr
|
2023-04-07 10:06:51 +00:00 |
|
Stuart Marks
|
94de0a73de
|
8302513: remove sun.awt.util.IdentityLinkedList
Reviewed-by: serb, prr, aivanov
|
2023-03-10 18:58:44 +00:00 |
|
Per Minborg
|
63ef214328
|
8302849: SurfaceManager might expose partially constructed object
Reviewed-by: serb
|
2023-02-22 11:45:51 +00:00 |
|
Sergey Bylokhov
|
5147969253
|
8272288: Funky multiresolution image breaks graphics context
Reviewed-by: jdv
|
2023-02-09 19:22:51 +00:00 |
|
Sergey Bylokhov
|
e7361cb746
|
8299430: Cleanup: delete unnecessary semicolons in java.desktop module
Reviewed-by: stsypanov, aghaisas, iris
|
2023-01-05 08:47:21 +00:00 |
|
Andrey Turbanov
|
b378381a9c
|
8299199: Avoid redundant split calls in FontConfiguration.initReorderMap implementations
Reviewed-by: aivanov
|
2022-12-22 19:09:37 +00:00 |
|
Sergey Bylokhov
|
defe0607e3
|
8296905: Replace the native LCMS#getProfileID() method with the accessor
Reviewed-by: prr
|
2022-11-30 01:00:44 +00:00 |
|
Sergey Bylokhov
|
c50a9047b4
|
8297195: AWTAccessor and SwingAccessor should avoid double racy reads from non-volatile fields
Reviewed-by: azvegint, prr
|
2022-11-19 04:40:02 +00:00 |
|
Daniel Fuchs
|
4338f527aa
|
8294241: Deprecate URL public constructors
Reviewed-by: joehw, prr, alanb, aefimov, michaelm
|
2022-11-03 17:18:14 +00:00 |
|
Andrey Turbanov
|
e3a5a34c4d
|
8295767: Remove unused fields in sun.awt.geom.Edge
Reviewed-by: prr
|
2022-10-26 06:07:23 +00:00 |
|
Magnus Ihse Bursie
|
2a799e5c82
|
8285306: Fix typos in java.desktop
Co-authored-by: Andrey Turbanov <aturbanov@openjdk.org>
Reviewed-by: aturbanov, prr
|
2022-10-18 17:08:49 +00:00 |
|
Joe Darcy
|
536c9a512e
|
8294618: Update openjdk.java.net => openjdk.org
Reviewed-by: mikael, iris, joehw, prr, ihse
|
2022-10-05 16:48:09 +00:00 |
|
SWinxy
|
b2e86a6209
|
8294255: Add link to DEFAULT_WAIT_TIME in javadoc for SunToolKit.realsSync
Reviewed-by: aivanov, prr
|
2022-10-04 19:16:14 +00:00 |
|
Phil Race
|
01b87ba8e2
|
8289616: Drop use of Thread.stop in AppContext
Reviewed-by: alanb, iris, azvegint
|
2022-08-16 22:53:36 +00:00 |
|
Andrey Turbanov
|
695d8656c5
|
8284672: Collapse identical catch branches in java.desktop
Reviewed-by: prr, aivanov, serb
|
2022-06-20 09:02:15 +00:00 |
|
Andrey Turbanov
|
1aa87e0078
|
8287148: Avoid redundant HashMap.containsKey calls in ExtendedKeyCodes.getExtendedKeyCodeForChar
Reviewed-by: prr
|
2022-06-07 19:39:56 +00:00 |
|
Alan Bateman
|
9583e3657e
|
8284161: Implementation of Virtual Threads (Preview)
Co-authored-by: Ron Pressler <rpressler@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Rickard Bäckman <rbackman@openjdk.org>
Co-authored-by: Markus Grönlund <mgronlun@openjdk.org>
Co-authored-by: Leonid Mesnik <lmesnik@openjdk.org>
Co-authored-by: Serguei Spitsyn <sspitsyn@openjdk.org>
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Co-authored-by: Sergey Kuksenko <skuksenko@openjdk.org>
Reviewed-by: lancea, eosterlund, rehn, sspitsyn, stefank, tschatzl, dfuchs, lmesnik, dcubed, kevinw, amenkov, dlong, mchung, psandoz, bpb, coleenp, smarks, egahlin, mseledtsov, coffeys, darcy
|
2022-05-07 08:06:16 +00:00 |
|
jeremy
|
8a16842b4e
|
8176501: Method Shape.getBounds2D() incorrectly includes Bezier control points in bounding box
Reviewed-by: prr
|
2022-04-27 18:37:42 +00:00 |
|
Alexey Ivanov
|
ec4fb47b90
|
8284189: Replace usages of 'a the' in java.desktop
Reviewed-by: jdv, prr, dmarkov
|
2022-04-21 19:12:57 +00:00 |
|
Andrey Turbanov
|
bf1c3ef02b
|
8284775: Simplify String.substring(_, length()) calls
Reviewed-by: bpb, serb
|
2022-04-13 19:08:44 +00:00 |
|
Naoto Sato
|
526e73498e
|
8282819: Deprecate Locale class constructors
Reviewed-by: lancea, rriggs
|
2022-04-05 15:38:36 +00:00 |
|
Alisen Chung
|
38df5701ff
|
8283805: [REDO] JDK 19 L10n resource files update - msgdrop 10
Reviewed-by: naoto
|
2022-03-31 22:59:21 +00:00 |
|
Alisen Chung
|
634800a536
|
8283806: [BACKOUT] JDK 19 L10n resource files update - msgdrop 10
Reviewed-by: kcr, naoto
|
2022-03-28 23:37:35 +00:00 |
|
Alisen Chung
|
c0aecd15ae
|
8280400: JDK 19 L10n resource files update - msgdrop 10
Reviewed-by: naoto, kizune
|
2022-03-28 18:31:17 +00:00 |
|
Prasanta Sadhukhan
|
6b59760da6
|
8283608: Refactor 2d, beans classes javadoc to use @throws instead of @exception
Reviewed-by: iris, prr
|
2022-03-25 05:18:26 +00:00 |
|
Prasanta Sadhukhan
|
e6f707aa76
|
8283437: Refactor imageio classes javadoc to use @throws instead of @exception
Reviewed-by: serb
|
2022-03-24 06:31:12 +00:00 |
|
Ichiroh Takiguchi
|
6ea996c205
|
8282422: JTable.print() failed with UnsupportedCharsetException on AIX ko_KR locale
Reviewed-by: prr, serb
|
2022-03-23 01:39:20 +00:00 |
|
Masanori Yano
|
319d23033f
|
8277463: JFileChooser with Metal L&F doesn't show non-canonical UNC path in - Look in
Reviewed-by: psadhukhan
|
2022-01-12 06:57:36 +00:00 |
|
Sergey Bylokhov
|
f203723fc7
|
8279337: The MToolkit is still referenced in a few places
Reviewed-by: prr
|
2022-01-08 01:02:37 +00:00 |
|
Andrey Turbanov
|
70c6df6be4
|
8274893: Update java.desktop classes to use try-with-resources
Reviewed-by: serb
|
2021-12-24 02:02:39 +00:00 |
|
Phil Race
|
e45e0b05b9
|
8278937: JCK test for java_awt/geom/Line2D.Float fails after 8277868
Reviewed-by: jdv, kcr, rriggs
|
2021-12-17 15:10:03 +00:00 |
|
Sergey Tsypanov
|
20db7800a6
|
8277868: Use Comparable.compare() instead of surrogate code
Reviewed-by: rriggs, aivanov
|
2021-12-16 21:39:08 +00:00 |
|
ANUPAM DEV
|
239362da51
|
8247973: Javadoc incorrect for IdentityArrayList, IdentityLinkedList
Reviewed-by: aivanov, prr
|
2021-12-06 18:46:29 +00:00 |
|
Andrey Turbanov
|
18c54b4e1a
|
8274640: Cleanup unnecessary null comparison before instanceof check in java.desktop
Reviewed-by: aivanov
|
2021-12-03 13:04:26 +00:00 |
|
Andrey Turbanov
|
0a65e8b282
|
8276794: Change nested classes in java.desktop to static nested classes
Reviewed-by: serb, aivanov
|
2021-11-18 10:48:16 +00:00 |
|
Andrey Turbanov
|
322b130106
|
8275106: Cleanup Iterator usages in java.desktop
Reviewed-by: serb, pbansal
|
2021-10-15 07:09:11 +00:00 |
|
Andrey Turbanov
|
829dea45c9
|
8274945: Cleanup unnecessary calls to Throwable.initCause() in java.desktop
Reviewed-by: jdv, serb, pbansal
|
2021-10-11 19:19:39 +00:00 |
|
Andrey Turbanov
|
2c83559eda
|
8274882: Cleanup redundant boxing in java.desktop
Reviewed-by: serb, pbansal
|
2021-10-10 08:41:52 +00:00 |
|
Sergey Tsypanov
|
ccbce107f2
|
8272756: Remove unnecessary explicit initialization of volatile variables in java.desktop
Reviewed-by: jdv, aivanov
|
2021-10-08 15:58:36 +00:00 |
|
Andrey Turbanov
|
9ca6bf0d22
|
8274505: Too weak variable type leads to unnecessary cast in java.desktop
Reviewed-by: serb, kizune, pbansal
|
2021-10-02 03:06:29 +00:00 |
|
Andrey Turbanov
|
1a29b1e95e
|
8274016: Replace 'for' cycles with iterator with enhanced-for in java.desktop
Reviewed-by: serb
|
2021-09-28 23:01:57 +00:00 |
|
Joe Darcy
|
d8a278f394
|
8274396: Suppress more warnings on non-serializable non-transient instance fields in client libs
Reviewed-by: bpb, naoto, serb, iris
|
2021-09-28 21:48:33 +00:00 |
|
Andrey Turbanov
|
2e321dc782
|
8273528: Avoid ByteArrayOutputStream.toByteArray when converting stream to String
Reviewed-by: bpb, xuelei, serb, aivanov
|
2021-09-09 21:47:59 +00:00 |
|
Andrey Turbanov
|
59c9f75041
|
8273375: Remove redundant 'new String' calls after concatenation in java.desktop
Reviewed-by: aivanov
|
2021-09-08 14:28:07 +00:00 |
|
Andrey Turbanov
|
1513dc7afc
|
8271603: Unnecessary Vector usage in java.desktop
Reviewed-by: prr, serb
|
2021-09-08 04:36:41 +00:00 |
|
Andrey Turbanov
|
708407eddc
|
8273168: Remove superfluous use of boxing in java.desktop
Reviewed-by: aivanov
|
2021-09-07 21:12:35 +00:00 |
|
Andrey Turbanov
|
d732c3091f
|
8272863: Replace usages of Collections.sort with List.sort call in public java modules
Reviewed-by: serb, dfuchs, naoto
|
2021-08-26 20:47:02 +00:00 |
|
Sergey Bylokhov
|
6b55ef3b58
|
8271456: Avoid looking up standard charsets in "java.desktop" module
Reviewed-by: jdv, azvegint, aivanov
|
2021-08-04 18:44:18 +00:00 |
|