- 652314f 8029607: Type of Service (TOS) cannot be set in IPv6 header Reviewed-by: alanb by michaelm · 10 years ago
- 89f6088 8042835: Remove mnemonic character from open, save and open directory JFileChooser's buttons by mcherkas · 10 years ago
- 609356d 8046007: Java app receives javax.print.PrintException: Printer is not accepting job by aivanov · 10 years ago
- 4aff2e3 8035974: Refactor DigestBase.engineUpdate() method for better code generation by JIT compiler by kvn · 11 years ago
- e8f260a 8049065: [JLightweightFrame] Support DnD for SwingNode by anthony · 10 years ago
- dc75ea0 8054841: (process) ProcessBuilder leaks native memory Reviewed-by: rriggs, alanb by igerasim · 10 years ago
- 285a7a2 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method by alitvinov · 10 years ago
- b837a07 8046343: (smartcardio) CardTerminal.connect('direct') does not work on MacOSX by igerasim · 10 years ago
- 412ec71 8051838: [Findbugs] sun.awt.image.MultiResolutionCachedImage expose internal representation by alexsch · 10 years ago
- 3ae0357 8042982: Unexpected RuntimeExceptions being thrown by SSLEngine by robm · 10 years ago
- 6566d84 8031435: Ftp download does not work properly for ftp user without password by robm · 10 years ago
- c127ce1 8040279: [macosx] Do not use the base image in the MultiResolutionBufferedImage by alexsch · 10 years ago
- fd7193a 8041990: [macosx] Language specific keys does not work in applets when opened outside the browser by dmarkov · 10 years ago
- 35c2ecd 8032650: [parfait] warning from b124 for jdk/src/share/native/java/util: jni exception pending by okutsu · 10 years ago
- 4f3b625 8044671: NPE from JapaneseEra when a new era is defined in calendar.properties by dmeetry · 10 years ago
- 1768f41 8049057: JNI exception pending in jdk/src/windows/native/sun/windows/ by serb · 10 years ago
- 72756f1 8035165: Expose internal representation in sun.awt.X11 Reviewed-by: pchelko, prr by serb · 10 years ago
- bcefccb 8043508: JVM core dumps with very long text in tooltip by prr · 10 years ago
- b633678 8048524: Memory leak in jdk/src/share/native/sun/awt/image/BufImgSurfaceData.c by serb · 10 years ago
- a740d4d 8053938: Collections.checkedList(empty list).replaceAll((UnaryOperator)null) doesn't throw NPE after JDK-8047795 by chegar · 10 years ago
- 49925fa 8048515: Read outside array bounds in jdk/src/solaris/native/java/lang/java_props_md.c by naoto · 10 years ago
- 1e8e15b 8048549: [macosx] Disable usage of system menu bar if AWT is embedded in FX by pchelko · 10 years ago
- 9529cd2 8046495: KeyEvent can not be accepted in quick mouse clicking by anashaty · 10 years ago
- b7782a7 8047288: Fixes endless loop on mac caused by invoking Windows.isFocusable() on Appkit thread. by mcherkas · 10 years ago
- a24e932 8048209: Collections.synchronizedNavigableSet().tailSet(Object,boolean) synchronizes on wrong object by mduigou · 10 years ago
- 4d4f255 8044659: Java SecureRandom on SPARC T4 much slower than on x86/Linux by robm · 10 years ago
- 25f88cc 8000975: (process) Merge UNIXProcess.java.bsd & UNIXProcess.java.linux (& .solaris & .aix) by plevart · 10 years ago
- 72d3327 8032864: [macosx] sigsegv (0Xb) Being Generated When Starting JDev With Voiceover Running by pchelko · 10 years ago
- 56cb4b3 8044614: [macosx] Focus issue with 2 applets in firefox by dmarkov · 10 years ago
- d976dee 8051614: smartcardio TCK tests fail due to lack of 'reset' permission by coffeys · 10 years ago
- ae67592 8042440: awt_Plugin no longer needed by ddehaven · 11 years ago
- a1aa28f 8026385: [macosx] (awt) setjmp/longjmp changes the process signal mask on OS X by ddehaven · 11 years ago
- 2676901 8003900: X11 dependencies should be removed from Mac OS X build. by ddehaven · 11 years ago
- 438892d 8046888: JNI exception pending in jdk/src/share/native/sun/awt/image/awt_parseImage.c by pchelko · 10 years ago
- eb58566 8046884: JNI exception pending in jdk/src/solaris/native/sun/java2d/x11: X11PMPLitLoops.c, X11SurfaceData.c by pchelko · 10 years ago
- c1d1d3c 7150092: NTLM authentication fail if user specified a different realm by weijun · 10 years ago
- 6b6e1d3 8035829: [parfait] JNI exception pending in jdk/src/windows/native/sun/tools/attach/WindowsVirtualMachine.c by jbachorik · 10 years ago
- 546faba Merge by robm · 10 years ago
- 1788c92 Merge by lana · 10 years ago
- b723e73 8049250: Need a flag to invert the Card.disconnect(reset) argument by igerasim · 10 years ago
- 386ac6b Merge by asaha · 10 years ago
- 5e45b41 8049418: [macosx] PopupMenuListener.popupMenuWillBecomeVisible is not called for empty combobox on MacOS/aqua look and feel by azvegint · 10 years ago
- 4b55475 Merge by asaha · 10 years ago
- 865df2c 8048265: AWT crashes inside CCombinedSegTable::In called from Java_sun_awt_windows_WDefaultFontCharset_canConvert by serb · 10 years ago
- 68dd0bd 8048506: [macosx] javax.swing.PopupFactory issue with null owner by dmarkov · 10 years ago
- 2ef0527 8048080: (smartcardio) javax.smartcardio.Card.openLogicalChannel() dosn't work on MacOSX by igerasim · 10 years ago
- 1136c0c 8047145: 8u20 l10n resource file translation update 2 Reviewed-by: naoto, yhuang by mfang · 10 years ago
- 6559945 Merge by asaha · 10 years ago
- 963ce11 8042094: Test javax/swing/JFileChooser/7036025/bug7036025.java fails with java.lang.NullPointerException on Windows x86 by azvegint · 10 years ago
- a8ad395 8047795: Collections.checkedList checking bypassed by List.replaceAll by mduigou · 10 years ago
- d1f88b6 8047777: (process) ProcessEnvironment_md.c not compiling on 8uX by coffeys · 11 years ago
- b9241de 8036609: Check jdk/src/windows/native/java/lang/ProcessImpl_md.c for JNI pending exceptions by msheppar · 11 years ago
- e769f34 8036600: JNI exception pending in src/jdk/src/windows/native/sun/net/www/protocol/http/ntlm/NTLMAuthSequence.c by msheppar · 11 years ago
- c97013f 8035870: Check jdk/src/windows/native/java/io/WinNTFileSystem_md.c for JNI pending exceptions by msheppar · 11 years ago
- 08a82c4 8035340: (prefs) Check jdk/src/windows/native/java/util/WindowsPreference.c for JNI pending exceptions by msheppar · 11 years ago
- ed08674 8036603: Check jdk/src/windows/native/java/lang/ProcessEnvironment_md.c for JNI pending exceptions by msheppar · 11 years ago
- ee6df5f 8047062: Improve diagnostic output in com/sun/jndi/ldap/LdapTimeoutTest.java by prappo · 11 years ago
- 278f64f 8040808: Uninitialised memory in OGLBufImgsOps.c, D3DBufImgOps.cpp by prr · 10 years ago
- 401d3de 8040007: GtkFileDialog strips user inputted filepath Reviewed-by: anthony, serb by azvegint · 10 years ago
- d760c7d 8049250: Need a flag to invert the Card.disconnect(reset) argument by igerasim · 10 years ago
- 1d96163 8048583: CustomMediaSizeName class matching to standard media is too loose by prr · 10 years ago
- d86a1a2 7067052: Default printer media is ignored Reviewed-by: prr, bae by jgodinez · 10 years ago
- 4fc2e11 Merge by coffeys · 10 years ago
- 3882236 8049583: Test closed/java/awt/List/ListMultipleSelectTest/ListMultipleSelectTest fails on Window XP by serb · 10 years ago
- f9e41fc 8049996: [macosx] test java/awt/image/ImageIconHang.java fails with NPE by pchelko · 10 years ago
- f29f88e 8046046: Test sun/security/pkcs11/Signature/TestDSAKeyLength.java fails intermittently on Solaris 11 in 8u40 nightly by valeriep · 10 years ago
- 8f72f72 Merge by mullan · 10 years ago
- 48061bd 8049244: XML Signature performance issue caused by unbuffered signature data by mullan · 10 years ago
- 0da8cd9 4991647: PNGMetadata.getAsTree() sets bitDepth to invalid value by mcherkas · 10 years ago
- 5964712 8046559: NPE when changing Windows theme Reviewed-by: pchelko, anthony by aivanov · 10 years ago
- 133a286 8046707: Performance of java.time could be better by scolebourne · 11 years ago
- 765e9e1 8046416: Unable to parse an Instant from fields by scolebourne · 11 years ago
- b81749f 8046024: JDI shared memory transport failed with "Observed abandoned IP mutex" by sla · 11 years ago
- e49d6db 8047061: [macosx] Crash when setting display mode Reviewed-by: anthony, alexsch by pchelko · 11 years ago
- 0bb0aa5 Merge by asaha · 11 years ago
- 0be46d0 8029674: (reflect) getMethods returns default methods that are not members of the class by jfranck · 11 years ago
- 53f3c7f 8046903: VM anonymous class members can't be statically invocable by vlivanov · 11 years ago
- 0d00522 8029455: [JLightweightFrame] support scaled painting Reviewed-by: anthony, ant by serb · 11 years ago
- beca726 8033233: [JLightweightFrame] support default JViewport BLIT_SCROLL_MODE by ant · 11 years ago
- af4cfb1 8033786: White flashing when opening Dialogs and Menus using Nimbus with dark background by serb · 11 years ago
- 79dc29f 8040271: Uninitialised memory in jdk/src/windows/native/sun/windows: awt_List.cpp, awt_InputMethod.cpp by serb · 11 years ago
- ed9c7b1 8042103: Deserialization of empty java.awt.geom.Path2D will cause an exception by serb · 11 years ago
- a37da97 8041644: [OGL] clip is ignored during surface->sw blit Reviewed-by: bae, prr by serb · 11 years ago
- 8bb3c3c Merge by amurillo · 11 years ago
- a508bbc 8041129: [OGL] surface->sw blit is extremely slow by serb · 11 years ago
- a8b651b Merge by asaha · 11 years ago
- da19fc7 8040113: File not initialized in src/share/native/sun/awt/giflib/dgif_lib.c by serb · 11 years ago
- 0605d31 8046085: inserting null key into HashMap treebin fails. by mduigou · 11 years ago
- 286332e Merge by mfang · 11 years ago
- 5edadd7 8037343: Wrong dateformat for locale es_DO by mfang · 11 years ago
- af8db61 8046588: test for SO_FLOW_SLA availability does not check for EACCESS by michaelm · 11 years ago
- d820370 8044046: [asm] refresh internal ASM version to v5.0.3 by ksrini · 11 years ago
- a5b00b4 Merge by asaha · 11 years ago
- 8a36938 8040291: [macosx] Http-Images are not fully loaded when using ImageIcon by alexsch · 11 years ago
- 29b54fb Merge by asaha · 11 years ago
- 2f5831d 8033627: UTC+02:00 time zones are not detected correctly on Windows by okutsu · 11 years ago
- 6aea3d9 8039916: AnnotatedType.getType() of a Executable parameters may return wrong type by jfranck · 11 years ago
- 4244f0b Merge by amurillo · 11 years ago
- 9762ea1 8032400: JSR292: invokeSpecial: InternalError attempting to lookup a method by vlivanov · 11 years ago
- 1ea01d5 8043954: AIX: Add async connect() support to NET_Connect() Reviewed-by: alanb by luchsh · 11 years ago