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 e49e5b5committed8273581: Change the mechanism by which JDK loads the platform-specific FontManager class
Show description for 961dcffcommitted
Alexander Scherbatiy
Commits on Sep 27, 2021
8274317: 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 20, 2021
8273907: Cleanup redundant Math.max/min calls in DefaultHighlighter
Show description for b3b4b1cauthored andcommitted
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 10, 2021
8272148: 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 andcommitted
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 andcommitted
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 andcommitted8271315: Redo: Nimbus JTree renderer properties persist across L&F changes
Show description for e43a907committed
Commits on Aug 24, 2021
5015261: 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 13, 2021
8058704: Nimbus does not honor JTextPane background color
Show description for 0c4be76committed
Commits on Aug 10, 2021
8271718: Crash when during color transformation the color profile is replaced
Show description for 1489352committed8269130: Replace usages of Collection.toArray() with Collection.toArray(T[]) to avoid redundant array copying
Show description for 35b399aauthored andcommitted
Commits on Aug 5, 2021
8270058: Use Objects.check{Index,FromIndexSize} for java.desktop
Show description for ea9a595committed
Commits on Aug 4, 2021
8271456: Avoid looking up standard charsets in "java.desktop" module
Show description for 6b55ef3committed6350025: API documentation for JOptionPane using deprecated methods.
Show description for 4df1bc4committed8270893: IndexOutOfBoundsException while reading large TIFF file
Show description for efcdcc7committed
Commits on Jul 30, 2021
8049301: Suspicious use of string identity checks in JComponent.setUIProperty
Show description for baf7797committed
Commits on Jul 28, 2021
8266510: Nimbus JTree default tree cell renderer does not use selected text color
Show description for ecd4455committed
Commits on Jul 27, 2021
8270859: Post JEP 411 refactoring: client libs with maximum covering > 10K
Show description for 90cd2facommitted
Commits on Jul 21, 2021
8262477: Enhance String Conclusions
Show description for 1c8b972authored andcommitted8260453: Improve Font Bounding
Show description for 7b6410fauthored andcommitted
Commits on Jul 2, 2021
8268775: Password is being converted to String in AccessibleJPasswordField
Show description for 97e0e9ecommitted
Alexander Zuev