- ba9bbf3 Merge by asaha · 9 years ago
- 520c4f8 8087110: [TESTBUG] Test javax/swing/JFileChooser/8002077/bug8002077.java fails by aivanov · 9 years ago
- dce34ab Merge by asaha · 9 years ago
- aff4967 8076139: [TEST_BUG] test/javax/xml/ws/8046817/GenerateEnumSchema.java creates files in test.src by aefimov · 9 years ago
- ad7c7b0 8078823: javax/net/ssl/ciphersuites/DisabledAlgorithms.java fails intermittently by asmotrak · 9 years ago
- b26a098 Merge by asaha · 10 years ago
- 4bf1728 Merge by asaha · 10 years ago
- deeab67 8080628: No mnemonics on Open and Save buttons in JFileChooser by aivanov · 10 years ago
- 3a61ed2 7156085: ArrayIndexOutOfBoundsException throws in UTF8Reader of SAXParser by aefimov · 10 years ago
- a4171e6 8068721: RMI-IIOP communication fails when ConcurrentHashMap is passed to remote method by msheppar · 10 years ago
- 2809a71 8079323: Serialization compatibility for Templates: need to exclude Hashtable from serialization by aefimov · 10 years ago
- 9275b2a 8072853: SimpleScriptContext used by NashornScriptEngine doesn't completely complies to the spec regarding exception throwing by sundar · 10 years ago
- e801f16 8033069: mouse wheel scroll closes combobox popup Reviewed-by: serb, alexsch by aivanov · 10 years ago
- a635477 8075609: java.lang.IllegalArgumentException: aContainer is not a focus cycle root of aComponent by van · 10 years ago
- 517c2e4 8062518: AIOBE occurs when accessing to document function in extended function in JAXP by aefimov · 10 years ago
- e685069 8041642: Incorrect paint of JProgressBar in Nimbus LF Reviewed-by: ant, alexsch by ssadetsky · 10 years ago
- 2aa6d9a 8073001: Java's system LnF on OS X: editable JComboBoxes are being rendered incorrectly by bae · 10 years ago
- d0c90aa 8074297: substring in XSLT returns wrong character if string contains supplementary chars by aefimov · 10 years ago
- a56b8bb 8073385: Bad error message on parsing illegal character in XML attribute by aefimov · 10 years ago
- fdf3318 8073357: schema1.xsd has wrong content. Sequence of the enum values has been changed by aefimov · 10 years ago
- 05f0ff1 8073795: JMenuBar looks bad under retina Reviewed-by: alexsch, azvegint by serb · 10 years ago
- 428efe1 8068412: [macosx] Initialization of Cocoa hangs if CoreAudio was initialized before by serb · 10 years ago
- bd228cd 8015085: [macosx] Label shortening via " ... " broken when String contains combining diaeresis by serb · 10 years ago
- 2c1cee0 7180976: Pending String deadlocks UIDefaults Reviewed-by: azvegint, alexsch by serb · 10 years ago
- f1c3677 6573305: Animated icon is not visible by click on menu by serb · 10 years ago
- 9c5e295 4958064: JPGWriter does not throw UnsupportedException when canWriteSequence retuns false by serb · 10 years ago
- ac4adc7 4952954: abort flag is not cleared for every write operation for JPEG ImageWriter by serb · 10 years ago
- 9b9eba2 8073357: schema1.xsd has wrong content. Sequence of the enum values has been changed by aefimov · 10 years ago
- db2aea9 8074956: ArrayIndexOutOfBoundsException in javax.swing.text.html.parser.ContentModel.first() by aivanov · 10 years ago
- bb9e0a8 8064546: CipherInputStream throws BadPaddingException if stream is not fully read by igerasim · 10 years ago
- afb217d 8076221: Disable RC4 cipher suites Reviewed-by: xuelei, wetmore by xuelei · 10 years ago
- b60fe80 8077408: javax/management/remote/mandatory/notif/NotSerializableNotifTest.java fails due to Port already in use: 2468 by sjiang · 10 years ago
- 881867a 8062923: XSL: Run-time internal error in 'substring()' by aefimov · 10 years ago
- 1206407 8046817: JDK 8 schemagen tool does not generate xsd files for enum types by aefimov · 10 years ago
- 43e3c85 Merge by asaha · 10 years ago
- bff09a8 Merge by asaha · 10 years ago
- 2d7f524 8065098: JColorChooser no longer supports drag and drop between two JVM instances by alexsch · 10 years ago
- 62877c5 8029536: JFileChooser filter uses .toString() instead of getDescription() for filter text on GTK laf by serb · 10 years ago
- fdf3b33 8065764: javax/management/monitor/CounterMonitorTest.java hangs by sjiang · 10 years ago
- e7bb4cf Merge by asaha · 10 years ago
- e8435a3 8059327: XML parser returns corrupt attribute value Reviewed-by: lancea by aefimov · 10 years ago
- b284369 Merge by asaha · 10 years ago
- 591649e Merge by asaha · 10 years ago
- f5dcee0 8062561: Test bug8055304 fails if file system default directory has read access by alexsch · 10 years ago
- 9f497ee 8038966: JAX-WS handles wrongly xsd:any arguments for Web services by aefimov · 10 years ago
- a5cf276 8072775: Tremendous memory usage by JTextArea Reviewed-by: vadim, prr by serb · 10 years ago
- 4d5c2b0 8036981: JAXB not preserving formatting for xsd:any Mixed content by aefimov · 10 years ago
- 6d834d7 8029837: NPE seen in XMLDocumentFragmentScannerImpl.setProperty since 7u40b33 by aefimov · 10 years ago
- 386ac6b Merge by asaha · 10 years ago
- 68dd0bd 8048506: [macosx] javax.swing.PopupFactory issue with null owner by dmarkov · 10 years ago
- 6559945 Merge by asaha · 10 years ago
- dbefd36 8047073: Some javax/management/ fails with JFR Reviewed-by: egahlin, dfuchs by jbachorik · 10 years ago
- 848a6fb 8033699: Incorrect radio button behavior Reviewed-by: azvegint, alexsch by van · 10 years ago
- 0c66911 7170310: ScrollBar doesn't become active when tabs are created more than frame size by aivanov · 10 years ago
- 91136f6 8058120: Rendering / caret errors with HTMLDocument Reviewed-by: alexp, alexsch by dmarkov · 10 years ago
- 0d00522 8029455: [JLightweightFrame] support scaled painting Reviewed-by: anthony, ant by serb · 11 years ago
- af4cfb1 8033786: White flashing when opening Dialogs and Menus using Nimbus with dark background by serb · 11 years ago
- a8b651b Merge by asaha · 11 years ago
- 29b54fb Merge by asaha · 11 years ago
- 3cdf38c 8024932: [TEST_BUG] [macosx] javax/swing/text/StyledEditorKit/8016833/bug8016833.java failed by anashaty · 11 years ago
- a99424b 8041917: unexcepted behavior of LineBorder while using Boolean variable true by malenkov · 11 years ago
- f4d7226 8041654: OutOfMemoryError: RepaintManager doesn't clean up cache of volatile images by serb · 10 years ago
- 075378a 8081392: getNodeValue should return 'null' value for Element nodes by aefimov · 10 years ago
- 1ecc011 8081479: Backport JDBC tests from JDK 9 from test/java/sql and test/javax/sql to JDK 8u. by kshefov · 10 years ago
- 03f0919 8019180: Use JComboBox as it's own ActionListener leads to unexpected behaviour by malenkov · 11 years ago
- 76da2e9 Merge by chegar · 11 years ago
- ffe4593 8043129: JAF initialisation in SAAJ clashing with the one in javax.mail by mkos · 11 years ago
- 6bfac1f 8007563: When checking the default behaviour for a scroll tab layout and checking the 'opaque' checkbox, the area behind tabs is not red. by malenkov · 11 years ago
- f390af6 8057893: JComboBox actionListener never receives "comboBoxEdited" from getActionCommand by alexsch · 10 years ago
- 1ac674e 8058193: [macosx] Potential incomplete fix for JDK-8031485 by pchelko · 10 years ago
- 68c33a9 8059739: Dragged and Dropped data is corrupted for two data types by anashaty · 10 years ago
- 2fd1c8e 8074297: substring in XSLT returns wrong character if string contains supplementary chars by aefimov · 10 years ago
- 26fe659 8073385: Bad error message on parsing illegal character in XML attribute by aefimov · 10 years ago
- 45acf38 8033000: No Horizontal Mouse Wheel Support In BasicScrollPaneUI by alexsch · 10 years ago
- 1d7be87 8056151: Switching to GTK L&F on-the-fly leads to X Window System error RenderBadPicture by azvegint · 10 years ago
- be6d022 8074954: ImageInputStreamImpl.readShort/readInt do not behave correctly at EOF by bae · 10 years ago
- c1af5eb 8072900: Mouse events are captured by the wrong menu in OS X by anashaty · 10 years ago
- 09e130e 8071705: Java application menu misbehaves when running multiple screen stacked vertically by neugens · 10 years ago
- 5e9105d 8072676: [macosx] Jtree icon painted over label when scrollbars present in window by anashaty · 10 years ago
- a433ca8 8069268: JComponent.AccessibleJComponent.addPropertyListeners adds exponential listeners by van · 10 years ago
- 821ff09 8062923: XSL: Run-time internal error in 'substring()' by aefimov · 10 years ago
- decaf45 8046817: JDK 8 schemagen tool does not generate xsd files for enum types by aefimov · 10 years ago
- ff3ec62 Merge by coffeys · 10 years ago
- 73d1f50 Merge by coffeys · 10 years ago
- 5817541 8067364: Printing to Postscript doesn't support dieresis by neugens · 10 years ago
- ade4b60 Merge by asaha · 10 years ago
- 9f9d157 8068774: CounterMonitorDeadlockTest.java timed out by sjiang · 10 years ago
- 480a734 Merge by asaha · 10 years ago
- 9c3c22b Merge by asaha · 10 years ago
- 42eb5d9 8059327: XML parser returns corrupt attribute value Reviewed-by: lancea by aefimov · 10 years ago
- 8fe3893 8067241: DeadlockTest.java failed with negative timeout value by sjiang · 10 years ago
- d2fc970 7132590: javax/management/remote/mandatory/notif/NotificationAccessControllerTest.java fails in JDK8-B22 by jbachorik · 10 years ago
- 7b63308 8066952: [TEST-BUG] javax/management/monitor/CounterMonitorTest.java hangs by sjiang · 10 years ago
- b7d38c6 8043610: Sorting columns in JFileChooser fails with AppContext NPE by pchelko · 11 years ago
- c54d510 8062561: Test bug8055304 fails if file system default directory has read access by alexsch · 10 years ago
- 1242c7d 8031036: com/sun/management/OperatingSystemMXBean/GetCommittedVirtualMemorySize.java failed on 8b121 by sjiang · 11 years ago
- 832a5dd 8068418: NotificationBufferDeadlockTest.java throw exception: java.lang.Exception: TEST FAILED: Deadlock detected by sjiang · 10 years ago
- 0e306b2 8029755: Enhance subject class Reviewed-by: sla, dfuchs, hawtin by jbachorik · 11 years ago
- a393327 8032370: No "Truncated file" warning from IIOReadWarningListener on JPEGImageReader by prr · 11 years ago
- a57c30a 8042449: Issue for negative byte major record version by xuelei · 11 years ago