1. d273630 8044269: Analysis of archive files. by jiangli · 11 years ago
  2. c55565d 8053963: (dc) Use DatagramChannel.receive() instead of read() in connect() by michaelm · 11 years ago
  3. b6c682d 8044659: Java SecureRandom on SPARC T4 much slower than on x86/Linux by robm · 11 years ago
  4. 21dc53a Merge by coffeys · 11 years ago
  5. 5e966ee 8053938: Collections.checkedList(empty list).replaceAll((UnaryOperator)null) doesn't throw NPE after JDK-8047795 by chegar · 11 years ago
  6. 4def50b Merge by coffeys · 11 years ago
  7. 6be5905 8051614: smartcardio TCK tests fail due to lack of 'reset' permission by coffeys · 11 years ago
  8. cda8160 Merge by asaha · 11 years ago
  9. 1788c92 Merge by lana · 11 years ago
  10. b723e73 8049250: Need a flag to invert the Card.disconnect(reset) argument by igerasim · 11 years ago
  11. 386ac6b Merge by asaha · 11 years ago
  12. 5e45b41 8049418: [macosx] PopupMenuListener.popupMenuWillBecomeVisible is not called for empty combobox on MacOS/aqua look and feel by azvegint · 11 years ago
  13. 4b55475 Merge by asaha · 11 years ago
  14. 865df2c 8048265: AWT crashes inside CCombinedSegTable::In called from Java_sun_awt_windows_WDefaultFontCharset_canConvert by serb · 11 years ago
  15. 68dd0bd 8048506: [macosx] javax.swing.PopupFactory issue with null owner by dmarkov · 11 years ago
  16. 951f8cc 8048207: Collections.checkedQueue.offer() calls add on wrapped queue by mduigou · 11 years ago
  17. c668eff Merge by asaha · 11 years ago
  18. 3822731 Merge by asaha · 11 years ago
  19. 2ef0527 8048080: (smartcardio) javax.smartcardio.Card.openLogicalChannel() dosn't work on MacOSX by igerasim · 11 years ago
  20. 1136c0c 8047145: 8u20 l10n resource file translation update 2 Reviewed-by: naoto, yhuang by mfang · 11 years ago
  21. 48b3e5e Merge by asaha · 11 years ago
  22. 76c7f9c 8044274: Proper property processing Reviewed-by: okutsu by naoto · 11 years ago
  23. de85973 Merge by asaha · 11 years ago
  24. 6559945 Merge by asaha · 11 years ago
  25. 963ce11 8042094: Test javax/swing/JFileChooser/7036025/bug7036025.java fails with java.lang.NullPointerException on Windows x86 by azvegint · 11 years ago
  26. a8ad395 8047795: Collections.checkedList checking bypassed by List.replaceAll by mduigou · 11 years ago
  27. 1770a03 8035162: Service printing service Reviewed-by: bae, jgodinez, mschoene by prr · 11 years ago
  28. d1f88b6 8047777: (process) ProcessEnvironment_md.c not compiling on 8uX by coffeys · 11 years ago
  29. b9241de 8036609: Check jdk/src/windows/native/java/lang/ProcessImpl_md.c for JNI pending exceptions by msheppar · 11 years ago
  30. e769f34 8036600: JNI exception pending in src/jdk/src/windows/native/sun/net/www/protocol/http/ntlm/NTLMAuthSequence.c by msheppar · 11 years ago
  31. c97013f 8035870: Check jdk/src/windows/native/java/io/WinNTFileSystem_md.c for JNI pending exceptions by msheppar · 11 years ago
  32. 08a82c4 8035340: (prefs) Check jdk/src/windows/native/java/util/WindowsPreference.c for JNI pending exceptions by msheppar · 11 years ago
  33. ed08674 8036603: Check jdk/src/windows/native/java/lang/ProcessEnvironment_md.c for JNI pending exceptions by msheppar · 11 years ago
  34. 133a286 8046707: Performance of java.time could be better by scolebourne · 11 years ago
  35. 7204f50 Merge by mullan · 11 years ago
  36. 39d53dd 8038913: Bolster XML support Reviewed-by: xuelei, skoivu by mullan · 11 years ago
  37. 765e9e1 8046416: Unable to parse an Instant from fields by scolebourne · 11 years ago
  38. b81749f 8046024: JDI shared memory transport failed with "Observed abandoned IP mutex" by sla · 11 years ago
  39. e49d6db 8047061: [macosx] Crash when setting display mode Reviewed-by: anthony, alexsch by pchelko · 11 years ago
  40. 974642d Merge by asaha · 11 years ago
  41. 0bb0aa5 Merge by asaha · 11 years ago
  42. 0be46d0 8029674: (reflect) getMethods returns default methods that are not members of the class by jfranck · 11 years ago
  43. 53f3c7f 8046903: VM anonymous class members can't be statically invocable by vlivanov · 11 years ago
  44. 0d00522 8029455: [JLightweightFrame] support scaled painting Reviewed-by: anthony, ant by serb · 11 years ago
  45. beca726 8033233: [JLightweightFrame] support default JViewport BLIT_SCROLL_MODE by ant · 11 years ago
  46. af4cfb1 8033786: White flashing when opening Dialogs and Menus using Nimbus with dark background by serb · 11 years ago
  47. 79dc29f 8040271: Uninitialised memory in jdk/src/windows/native/sun/windows: awt_List.cpp, awt_InputMethod.cpp by serb · 11 years ago
  48. ed9c7b1 8042103: Deserialization of empty java.awt.geom.Path2D will cause an exception by serb · 11 years ago
  49. a37da97 8041644: [OGL] clip is ignored during surface->sw blit Reviewed-by: bae, prr by serb · 11 years ago
  50. 8bb3c3c Merge by amurillo · 11 years ago
  51. dd0aec5 8042797: Avoid strawberries in LogRecord Reviewed-by: mchung, skoivu, igerasim by dfuchs · 11 years ago
  52. a508bbc 8041129: [OGL] surface->sw blit is extremely slow by serb · 11 years ago
  53. 86e2012 Merge by asaha · 11 years ago
  54. 1f32ef9 Merge by asaha · 11 years ago
  55. 6ba48ec 8039509: Wrap sockets more thoroughly Reviewed-by: chegar, alanb by michaelm · 11 years ago
  56. a8b651b Merge by asaha · 11 years ago
  57. ae9b88f 8043200: Decrease the preference mode of RC4 in the enabled cipher suite list by xuelei · 11 years ago
  58. 8404382 8042609: Limit splashiness of splash images Reviewed-by: mschoene, serb by azvegint · 11 years ago
  59. da19fc7 8040113: File not initialized in src/share/native/sun/awt/giflib/dgif_lib.c by serb · 11 years ago
  60. 0605d31 8046085: inserting null key into HashMap treebin fails. by mduigou · 11 years ago
  61. 286332e Merge by mfang · 11 years ago
  62. 5edadd7 8037343: Wrong dateformat for locale es_DO by mfang · 11 years ago
  63. af8db61 8046588: test for SO_FLOW_SLA availability does not check for EACCESS by michaelm · 11 years ago
  64. d820370 8044046: [asm] refresh internal ASM version to v5.0.3 by ksrini · 11 years ago
  65. d021c1e Merge by asaha · 11 years ago
  66. a5b00b4 Merge by asaha · 11 years ago
  67. 8a36938 8040291: [macosx] Http-Images are not fully loaded when using ImageIcon by alexsch · 11 years ago
  68. 29b54fb Merge by asaha · 11 years ago
  69. 2f5831d 8033627: UTC+02:00 time zones are not detected correctly on Windows by okutsu · 11 years ago
  70. 6aea3d9 8039916: AnnotatedType.getType() of a Executable parameters may return wrong type by jfranck · 11 years ago
  71. 4244f0b Merge by amurillo · 11 years ago
  72. 9762ea1 8032400: JSR292: invokeSpecial: InternalError attempting to lookup a method by vlivanov · 11 years ago
  73. 1ea01d5 8043954: AIX: Add async connect() support to NET_Connect() Reviewed-by: alanb by luchsh · 11 years ago
  74. 36ba853 8042009: Generate nroff for Java tools documentation for 8u20 release by rgallard · 11 years ago
  75. d353bd6 8044590: Broken links in jre.api.net.socketoptions Reviewed-by: michaelm by chegar · 11 years ago
  76. 88fd558 8044766: New jdk.net classes have @since 1.9 tags in 8u20 Reviewed-by: chegar by michaelm · 11 years ago
  77. d45ae73 8036779: sun.security.krb5.KdcComm interprets kdc_timeout as msec instead of sec by weijun · 11 years ago
  78. a3efdff 8042590: Running form URL throws NPE Reviewed-by: anthony, serb by pchelko · 11 years ago
  79. a4f141f 8042480: CipherInputStream.close() throws AEADBadTagException in some cases by ascarpino · 11 years ago
  80. bd2c58f Merge by mullan · 11 years ago
  81. b3a093e 8038908: Make Signature more robust Reviewed-by: valeriep, skoivu, asmotrak by mullan · 11 years ago
  82. ec21e9f 8041545: Better validation of generated rasters by pchelko · 11 years ago
  83. 484bcd6 8041540: Better use of pages in font processing Reviewed-by: srl, bae, mschoene by prr · 11 years ago
  84. a8243be 8042590: Running form URL throws NPE Reviewed-by: anthony, serb by pchelko · 11 years ago
  85. 19be989 Merge by mullan · 11 years ago
  86. 8f0b5eb 8042945: Remove @throws ClassCastException for CertificateRevokedException constructor by mullan · 11 years ago
  87. 52a68f8 8041529: Better parameterization of parameter lists Reviewed-by: twisti, ahgross by kizune · 11 years ago
  88. 2c40bcc 8041564: Improved management of logger resources by dfuchs · 11 years ago
  89. a99424b 8041917: unexcepted behavior of LineBorder while using Boolean variable true by malenkov · 11 years ago
  90. eed37f5 Merge by mfang · 11 years ago
  91. b7c8859 Merge by mfang · 11 years ago
  92. 1d1f528 8038364: Use certificate exceptions correctly Reviewed-by: vinnie, skoivu by mullan · 11 years ago
  93. ae9564f 8041424: 8u20 l10n resource file translation update 1 Reviewed-by: naoto, yhuang by mfang · 11 years ago
  94. 586f28c 8015256: Better class accessibility by coleenp · 11 years ago
  95. 6cd91fb 8036861: Application can't be loaded fine,the save dialog can't show up. by pchelko · 11 years ago
  96. dfbfbb4 8042355: stream with sorted() causes downstream ops not to be lazy by psandoz · 11 years ago
  97. d1e58f7 8041987: [macosx] setDisplayMode crashes Reviewed-by: anthony, serb by pchelko · 11 years ago
  98. 071580e 8041987: [macosx] setDisplayMode crashes Reviewed-by: anthony, serb by pchelko · 11 years ago
  99. 885c89d 8041979: sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms by sla · 11 years ago
  100. ac79b77 8041572: [macosx] huge native memory leak in AWTWindow.m by pchelko · 11 years ago