Commits
User selector
Commit History
Commits on Apr 8, 2021
8263907: Specification of CellRendererPane::paintComponent(..Rectangle) should clearly mention which method it delegates the call to
Show description for 016db40committed
Commits on Apr 7, 2021
8263984: Invalidate printServices when there are no printers
Show description for 9d65039committed8255800: Raster creation methods need some specification clean up
Show description for adb860ecommitted8264680: Use the blessed modifier order in java.desktop
Show description for 92fad1bauthored andcommitted
Commits on Apr 6, 2021
8264047: Duplicate global variable 'jvm' in libjavajpeg and libawt
Show description for eb6330ecommitted
Commits on Apr 5, 2021
8253266: JList and JTable constructors should clear OPAQUE_SET before calling updateUI
Show description for 39719dacommitted8264475: CopyArea ignores clip state in metal rendering pipeline
Show description for 0039c18committed
Commits on Apr 1, 2021
8263496: MetalHighContrastTheme.getControlHighlight cleanup
Show description for 0696fd0committed8262470: Printed GlyphVector outline with low DPI has bad quality on Windows
Show description for 0228734committed
Alexander Scherbatiy
Commits on Mar 31, 2021
8012229: [lcms] Improve performance of color conversion for images with alpha channel
Show description for 16acfafcommitted
Commits on Mar 30, 2021
8264148: Update spec for exceptions retrofitted for exception chaining
Show description for 815248acommitted8263560: Remove needless wrapping with BufferedInputStream
Show description for 1a681faauthored andcommitted
Commits on Mar 29, 2021
8264344: Outdated links in JavaComponentAccessibility.m
Show description for fd45694committed
Alexander Zuev
Commits on Mar 26, 2021
8189198: Add "forRemoval = true" to Applet API deprecations
Show description for 57115facommitted
Andy Herrick8263472: Specification of JComponent::updateUI should document that the default implementation does nothing
Show description for 4fbb7c2committed
Commits on Mar 25, 2021
8263454: com.apple.laf.AquaFileChooserUI ignores the result of String.trim()
Show description for c037e1ecommitted
Alexander Zvegintsev8263768: JFormattedTextField.AbstractFormatter.getDocumentFilter()/getNavigationFilter() spec doesn't mention what the default impls return and what does it mean
Show description for 3fcb499committed
Commits on Mar 24, 2021
8264002: Delete outdated assumptions about ColorSpace initialization
Show description for cfc9aa3committed8263981: java.awt.image.ComponentSampleModel equals/hashcode use numBands twice
Show description for cb776edcommitted
Commits on Mar 23, 2021
8263766: Confusing specification of JEditorPaneAccessibleHypertextSupport constructor
Show description for 8c1ab38committed8263977: GTK L&F: Cleanup duplicate checks in GTKStyle and GTKLookAndFeel
Show description for df01b15committed
Commits on Mar 22, 2021
8263894: Convert defaultPrinter and printers fields to local variables
Show description for 840ab7bcommitted8263488: Verify CWarningWindow works with metal rendering pipeline
Show description for 42104e5committed
Commits on Mar 20, 2021
8263846: Bad JNI lookup getFocusOwner in accessibility code on Mac OS X
Show description for 118a49fcommitted
Alexander Zuev8263138: Initialization of sun.font.SunFontManager.platformFontMap is not thread safe
Show description for ab66d69authored andcommitted
Commits on Mar 19, 2021
8247370: Clean up unused printing code in awt_PrintJob.cpp
Show description for d41f751committed8263481: Specification of JComponent::setDefaultLocale doesn't mention that passing 'null' restores VM's default locale
Show description for d24e4cfcommitted8263482: Make access to the ICC color profiles data multithread-friendly
Show description for 1a21f77committed
Commits on Mar 18, 2021
8263622: The java.awt.color.ICC_Profile#setData invert the order of bytes for the "head" tag
Show description for 01ddf3dcommitted8263439: getSupportedAttributeValues() throws NPE for Finishings attribute
Show description for 2173fedcommitted8261352: Create implementation for component peer for all the components who should be ignored in a11y interactions
Show description for e543a50committed
Alexander Zuev8263311: Watch registry changes for remote printers update instead of polling
Show description for a85dc55committed
Commits on Mar 17, 2021
8263410: ListModel javadoc refers to non-existent interface
Show description for ec95a5ccommitted
Commits on Mar 16, 2021
8255790: GTKL&F: Java 16 crashes on initialising GTKL&F on Manjaro Linux
Show description for 05fe06acommitted8263420: Incorrect function name in NSAccessibilityStaticText native peer implementation
Show description for d896246committed
Pankaj Bansal