Alan Bateman
|
acd5bcfc88
|
8289610: Degrade Thread.stop
Reviewed-by: rriggs, cjplummer, jpai, mchung, prr, mullan
|
2022-09-23 07:55:29 +00:00 |
|
Andrey Turbanov
|
ef20ffe4d2
|
8293159: Use try-with-resources in X11FontManager.registerFontDir
Reviewed-by: prr
|
2022-09-05 19:58:18 +00:00 |
|
Andrey Turbanov
|
2ddf72874f
|
8292026: Remove redundant allocations from DoubleByteEncoder
Reviewed-by: prr
|
2022-08-11 06:23:01 +00:00 |
|
Jesper Wilhelmsson
|
70f5693356
|
Merge
|
2022-07-02 18:07:36 +00:00 |
|
Sergey Bylokhov
|
cfc9a881af
|
8288854: getLocalGraphicsEnvironment() on for multi-screen setups throws exception NPE
Reviewed-by: azvegint, aivanov
|
2022-07-02 00:25:20 +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 |
|
Phil Race
|
aa5062584c
|
8286447: [Linux] AWT should start in Headless mode if headful AWT library not installed
Reviewed-by: asemenyuk, kcr
|
2022-05-19 18:40:27 +00:00 |
|
Maxim Kartashev
|
05dac5a23e
|
8280468: Crashes in getConfigColormap, getConfigVisualId, XVisualIDFromVisual on Linux
Reviewed-by: serb, prr
|
2022-04-27 18:19:55 +00:00 |
|
Alexey Ushakov
|
90983431c5
|
8283794: CCE in XRTextRenderer.drawGlyphList and XRMaskFill.MaskFill
Reviewed-by: serb, aghaisas
|
2022-04-21 09:56:39 +00:00 |
|
Andrey Turbanov
|
bf1c3ef02b
|
8284775: Simplify String.substring(_, length()) calls
Reviewed-by: bpb, serb
|
2022-04-13 19:08:44 +00:00 |
|
Alexander Scherbatiy
|
3d4be14eba
|
8181571: printing to CUPS fails on mac sandbox app
Reviewed-by: prr
|
2022-03-31 08:32:22 +00:00 |
|
Alexander Zvegintsev
|
ec9ab558a3
|
8282374: Java_sun_awt_X11_XlibWrapper_XSynchronize is wrong and unused
Reviewed-by: serb, prr
|
2022-03-30 17:09:17 +00:00 |
|
Matthias Baesken
|
84976b4531
|
8278549: UNIX sun/font coding misses SUSE distro detection on recent distro SUSE 15
Reviewed-by: mdoerr, lucy
|
2022-01-14 09:51:15 +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 |
|
Sergey Bylokhov
|
a9c1acbb8a
|
8275843: Random crashes while the UI code is executed
Reviewed-by: azvegint
|
2021-12-14 18:03:00 +00:00 |
|
Brent Christian
|
ec7cb6d5d3
|
8276447: Deprecate finalization-related methods for removal
Reviewed-by: rriggs, alanb, lancea, darcy, mchung, serb, smarks, prr
|
2021-12-08 00:23:15 +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 |
|
Sergey Bylokhov
|
687567822a
|
8273831: PrintServiceLookup spawns 2 threads in the current classloader, getting orphaned
Reviewed-by: aivanov
|
2021-10-30 09:03:27 +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
|
2c83559eda
|
8274882: Cleanup redundant boxing in java.desktop
Reviewed-by: serb, pbansal
|
2021-10-10 08:41:52 +00:00 |
|
Andrey Turbanov
|
f640c7aaa8
|
8274806: Simplify equals() call on nullable variable and a constant in java.desktop
Reviewed-by: serb, pbansal
|
2021-10-09 00:46:20 +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
|
9759fcb17b
|
8274496: Use String.contains() instead of String.indexOf() in java.desktop
Reviewed-by: pbansal, serb
|
2021-10-06 10:50:38 +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 |
|
Alexander Scherbatiy
|
961dcffc86
|
8273581: Change the mechanism by which JDK loads the platform-specific FontManager class
Reviewed-by: prr, psadhukhan, azvegint, aivanov, serb
|
2021-09-28 09:26:51 +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 |
|
Sergey Bylokhov
|
7fff22afe7
|
8272805: Avoid looking up standard charsets
Reviewed-by: weijun, naoto, dfuchs, azvegint, erikj
|
2021-09-02 22:56:20 +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 |
|
Emmanuel Bourg
|
d09b028407
|
8271396: Spelling errors
Reviewed-by: tschatzl, chegar, iris, psadhukhan, cjplummer
|
2021-07-29 16:03:31 +00:00 |
|
Weijun Wang
|
90cd2fa164
|
8270859: Post JEP 411 refactoring: client libs with maximum covering > 10K
Reviewed-by: serb
|
2021-07-27 17:34:19 +00:00 |
|
Maxim Kartashev
|
18f356a38e
|
8267307: Introduce new client property for XAWT: xawt.mwm_decor_title
Reviewed-by: azvegint, serb
|
2021-07-01 09:53:28 +00:00 |
|
Weijun Wang
|
6765f90250
|
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: erikj, darcy, chegar, naoto, joehw, alanb, mchung, kcr, prr, lancea
|
2021-06-02 11:57:31 +00:00 |
|
Dmitry Batrak
|
236bd89dc3
|
8263583: Emoji rendering on macOS
Reviewed-by: serb, prr
|
2021-05-31 07:14:53 +00:00 |
|
Sergey Bylokhov
|
e6705c0e4b
|
8266949: Check possibility to disable OperationTimedOut on Unix
Reviewed-by: azvegint, kizune
|
2021-05-18 19:30:33 +00:00 |
|
Andrey Turbanov
|
8a2358074f
|
8264428: Cleanup usages of StringBuffer in java.desktop
Reviewed-by: azvegint, aivanov
|
2021-04-08 21:23:30 +00:00 |
|
Alex Blewitt
|
92fad1b408
|
8264680: Use the blessed modifier order in java.desktop
Reviewed-by: serb, kizune, azvegint
|
2021-04-07 06:14:38 +00:00 |
|
Phil Race
|
2173feddb5
|
8263439: getSupportedAttributeValues() throws NPE for Finishings attribute
Reviewed-by: psadhukhan, azvegint
|
2021-03-18 20:00:11 +00:00 |
|
Aleksey Shipilev
|
7b4aefe9e1
|
8263530: sun.awt.X11.ListHelper.removeAll() should use clear()
Reviewed-by: serb, kizune
|
2021-03-15 09:50:52 +00:00 |
|
Andrey Turbanov
|
39b1113838
|
8262161: Refactor manual I/O stream copying in java.desktop to use new convenience APIs
Reviewed-by: serb, prr
|
2021-03-09 01:36:50 +00:00 |
|
Olga Mikhaltsova
|
d3398324e9
|
8257414: Drag n Drop target area is wrong on high DPI systems
Reviewed-by: serb
|
2021-03-02 00:57:50 +00:00 |
|
Sergey Bylokhov
|
f279ff9d2f
|
8261010: Delete the Netbeans "default" license header
Reviewed-by: iris, psadhukhan
|
2021-02-03 23:13:12 +00:00 |
|
Sergey Bylokhov
|
98a76921ec
|
8076313: GraphicsEnvironment does not detect changes in count of monitors on Linux OS
Reviewed-by: kizune
|
2021-02-03 03:41:53 +00:00 |
|
Sergey Bylokhov
|
a7c2ebc763
|
8239894: Xserver crashes when the wrong high refresh rate is used
Reviewed-by: kizune
|
2021-01-22 00:21:36 +00:00 |
|
Sergey Bylokhov
|
978bed6c7f
|
8259522: Apply java.io.Serial annotations in java.desktop
Reviewed-by: aivanov, psadhukhan
|
2021-01-15 00:28:08 +00:00 |
|
Sergey Bylokhov
|
61c5b95b0d
|
7194219: java/awt/Component/UpdatingBootTime/UpdatingBootTime.html fails on Linux
Reviewed-by: aivanov
|
2021-01-12 06:53:17 +00:00 |
|