Commits
User selector
Commit History
Commits on Sep 28, 2021
8274016: Replace 'for' cycles with iterator with enhanced-for in java.desktop
Show description for 1a29b1eauthored andcommitted8274396: Suppress more warnings on non-serializable non-transient instance fields in client libs
Show description for d8a278fcommitted8273972: Multi-core choke point in CMM engine (LCMSTransform.doTransform)
Show description for e49e5b5committed8274383: JNI call of getAccessibleSelection on a wrong thread
Show description for b36881fauthored andcommitted
8274381: missing CAccessibility definitions in JNI code
Show description for be40373authored andcommitted
8273581: Change the mechanism by which JDK loads the platform-specific FontManager class
Show description for 961dcffcommitted
Alexander Scherbatiy
Commits on Sep 27, 2021
8274326: [macos] Ensure initialisation of sun/lwawt/macosx/CAccessibility in JavaComponentAccessibility.m
Show description for 2cffe4ccommitted8274317: Unnecessary reentrant synchronized block in java.awt.Cursor
Show description for 7436a77authored andcommitted
Commits on Sep 22, 2021
8273684: Replace usages of java.util.Stack with ArrayDeque
Show description for cbe57e8authored andcommitted
Commits on Sep 21, 2021
8274056: JavaAccessibilityUtilities leaks JNI objects
Show description for 42d5d2aauthored andcommitted
Commits on Sep 20, 2021
8273907: Cleanup redundant Math.max/min calls in DefaultHighlighter
Show description for b3b4b1cauthored andcommitted
Commits on Sep 17, 2021
8273808: Cleanup AddFontsToX11FontPath
Show description for 35f6f1dcommitted
Commits on Sep 15, 2021
8273135: java/awt/color/ICC_ColorSpace/MTTransformReplacedProfile.java crashes in liblcms.dylib with NULLSeek+0x7
Show description for 1017a2ccommitted
Commits on Sep 13, 2021
8273478: [macos11] JTabbedPane selected and pressed tab is not legible
Show description for 4efcd20committed
Commits on Sep 10, 2021
8273358: macOS Monterey does not have the font Times needed by Serif
Show description for efe3ed1committed8272148: JDesktopPane:getComponentCount() returns one extra than expected with GTKLookAndFeel
Show description for 70c9e02committed
Pankaj Bansal
Commits on Sep 9, 2021
8273528: Avoid ByteArrayOutputStream.toByteArray when converting stream to String
Show description for 2e321dcauthored andcommitted8273387: remove some unreferenced gtk-related functions
Show description for 6eba443committed
Commits on Sep 8, 2021
8273375: Remove redundant 'new String' calls after concatenation in java.desktop
Show description for 59c9f75authored andcommitted8271603: Unnecessary Vector usage in java.desktop
Show description for 1513dc7authored andcommitted
Commits on Sep 7, 2021
8273168: Remove superfluous use of boxing in java.desktop
Show description for 708407eauthored andcommitted8271923: [macos] the text color on the selected disabled tabbed pane button remains white making text unreadable
Show description for df05b4dcommitted
Commits on Sep 6, 2021
8272878: JEP 381 cleanup: Remove unused Solaris code in sun.font.TrueTypeGlyphMapper
Show description for 70ed6c5authored andcommitted
Commits on Sep 2, 2021
8272805: Avoid looking up standard charsets
Show description for 7fff22acommitted8273140: Replace usages of Enum.class.getEnumConstants() with Enum.values() where possible
Show description for 152e669authored andcommitted
Commits on Aug 26, 2021
8272863: Replace usages of Collections.sort with List.sort call in public java modules
Show description for d732c30authored andcommitted8272481: [macos] javax/swing/JFrame/NSTexturedJFrame/NSTexturedJFrame.java fails
Show description for c420530committed
Alexey Ushakov8271315: Redo: Nimbus JTree renderer properties persist across L&F changes
Show description for e43a907committed8262751: RenderPipelineState assertion error in J2DDemo
Show description for 49b2789committed
Alexey Ushakov
Commits on Aug 24, 2021
8272806: [macOS] "Apple AWT Internal Exception" when input method is changed
Show description for f681d65committed5015261: NPE may be thrown if JDesktopIcon is set to null on a JInternalFrame
Show description for 22ef4f0committed
Commits on Aug 23, 2021
8269223: -Xcheck:jni WARNINGs working with fonts on Linux
Show description for 9bc0232authored andcommitted
Commits on Aug 20, 2021
8272602: [macos] not all KEY_PRESSED events sent when control modifier is used
Show description for ddcd851committed
Commits on Aug 18, 2021
8269951: [macos] Focus not painted in JButton when setBorderPainted(false) is invoked
Show description for 481c1f0committed
Alexander Zuev
Commits on Aug 14, 2021
8266079: Lanai: AlphaComposite shows differences on Metal compared to OpenGL
Show description for 17b9350committed
Alexey Ushakov