1. 34c9926 8008289: DefaultButtonModel instance keeps stale listeners in html FormView by dingxmin · 12 years ago
  2. 25f5e60 7173873: JFrame.setDefaultCloseOperation(EXIT_ON_CLOSE) will never lead to SE if EXIT_ON_CLOSE is already set by alexsch · 12 years ago
  3. 85d3829 Merge by lana · 12 years ago
  4. f651fa9 8005629: javac warnings compiling java.awt.EventDispatchThread and sun.awt.X11.XIconWindow by pchelko · 12 years ago
  5. 1ca4861 7079260: InputContext leaks memory by pchelko · 12 years ago
  6. 7d50985 4199622: RFE: JComboBox shouldn't sending ActionEvents for keyboard navigation by vkarnauk · 12 years ago
  7. e57475e 7132383: [macosx] bug6596966.java should be adapted for Mac by kshefov · 12 years ago
  8. 483a449 7161759: TEST_BUG: java/awt/Frame/WindowDragTest/WindowDragTest.java fails to compile, should be modified by kshefov · 12 years ago
  9. 75b9f2e Merge by lana · 12 years ago
  10. 455740c 8005932: Java 7 on mac os x only provides text clipboard formats by mcherkas · 12 years ago
  11. 60afdf7 Added tag jdk8-b76 for changeset 3a2630528661 by katleman · 12 years ago
  12. 2f3c2fa 8000326: Focus unable to traverse in the menubar Reviewed-by: alexsch, malenkov by alexsch · 12 years ago
  13. 25bc6f9 Merge by katleman · 12 years ago
  14. 5854419 Merge by lana · 12 years ago
  15. d55bf73 Merge by lana · 12 years ago
  16. b093a1d 8007483: attributes are ignored when loading keys from a PKCS12 keystore by vinnie · 12 years ago
  17. ab3f1b5 8005791: Remove java.beans.* imports from com.sun.jmx.mbeanserver.Introspector by jbachorik · 12 years ago
  18. 79281df 7170447: Intermittent DeadListenerTest.java failure by jbachorik · 12 years ago
  19. 1b521c5 Merge by lana · 12 years ago
  20. d0bdf3f 8007113: Upgrade AnnotatedElement.isAnnotionPresent to be a default method by darcy · 12 years ago
  21. dcb0885 8005052: [parfait] #416 X11SurfaceData.c UNINITIALISED OR MISSING RETURN VALUE by jgodinez · 12 years ago
  22. 855ba75 8006295: Base64.Decoder.wrap(java.io.InputStream) returns InputStream which throws unspecified IOException on attempt to decode invalid Base64 byte stream by sherman · 12 years ago
  23. 03f9092 8006994: Cleanup PKCS12 tests to ensure streams get closed Reviewed-by: mullan by vinnie · 12 years ago
  24. 8c0dd08 7077259: [TEST_BUG] [macosx] Test work correctly only when default L&F is Metal by kshefov · 12 years ago
  25. e446887 8004821: Graphics2D.drawPolygon() fails with IllegalPathStateException by serb · 12 years ago
  26. 7b8411b 8005405: [macosx] Drag and Drop: wrong animation when dropped outside any drop target. by pchelko · 12 years ago
  27. d0e5991 8007268: build-infra: configure reports Solaris needs gcc for deploy, but logs don't indicate it's used. by erikj · 12 years ago
  28. 79df273 8002048: Protocol to discovery of manageable Java processes on a network by dsamersoff · 12 years ago
  29. 5b59fa3 6471906: java.lang.NegativeArraySizeException in tenToThe by dmeetry · 12 years ago
  30. 8236b51 8007135: tools/launcher/VersionCheck.java failing with new tool jabswitch by ksrini · 12 years ago
  31. 7ac25fd 8007322: untangle ftp protocol from general networking URL tests by chegar · 12 years ago
  32. e4e7199 8007428: [launcher] add tools/launcher/FXLauncherTest.java to ProblemList.txt by ksrini · 12 years ago
  33. f68c8da 8003549: (pack200) assertion errors when processing lambda class files with IMethods by ksrini · 12 years ago
  34. 7202b2a 6964528: Double.toHexString(double d) String manipulation with + in an append of StringBuilder by darcy · 12 years ago
  35. c2467c0 5035569: Formatter should document that %a conversion unsupported for BigDecimal args by alanb · 12 years ago
  36. 7c8e60c 8006808: mapfile use check in jdk/make/common/shared/Defs-solaris.gmk is throwing 'egrep: syntax error' by tbell · 12 years ago
  37. f6d855d 8004801: The image of BufferedImage.TYPE_INT_ARGB is blank. Reviewed-by: prr by bae · 12 years ago
  38. 4c1d0e3 8006536: [launcher] removes trailing slashes on arguments by ksrini · 12 years ago
  39. 95f2556 8006395: Race in async socket close on Linux Reviewed-by: alanb, dsamersoff by chegar · 12 years ago
  40. a22c769 Added tag jdk8-b75 for changeset 4a67fdb752b7 by katleman · 12 years ago
  41. 6010a45 8006564: Test sun/security/util/Oid/S11N.sh fails with timeout on Linux 32-bit by weijun · 12 years ago
  42. 4fd4935 6355704: (fmt) %f formatting of BigDecimals is incorrect by mchung · 12 years ago
  43. d06df37 Merge by lana · 12 years ago
  44. 0648e85 8006709: Add minimal support of MacOSX platform for NetBeans Projects by mduigou · 12 years ago
  45. 6a14087 8007298: Base64.getMimeDecoder().decode() throws IAE for a single non-base64 character by sherman · 12 years ago
  46. 9eaddbf 8007115: Refactor regression tests for java.lang.reflect.Parameter by darcy · 12 years ago
  47. 8da17d8 8005832: Remove java.lang.annotation.{ContainedBy, ContainerFor} annotation types by darcy · 12 years ago
  48. 2ddba14 8005394: Base64.Decoder/Encoder.wrap(XStream) don't throw NPE for null args passed by sherman · 12 years ago
  49. 8b04a37 7042126: (alt-rt) HashMap.clone implementation should be re-examined by dbuck · 12 years ago
  50. bd1c913 Merge by lana · 12 years ago
  51. 33fb6a7 7179482: Component.accessibleContext and JComponent.accessibleContext refactoring by ptbrunet · 12 years ago
  52. d80f1b3 8007006: [macosx] Closing subwindow loses main window menus Reviewed-by: anthony by leonidr · 12 years ago
  53. 6cf9bfb 8006872: Stop creating four jars with identical content in the new build system. by ohrstrom · 12 years ago
  54. bb02281 8005712: Simplify support for repeating annotations in j.l.r.AnnotatedElement by jfranck · 12 years ago
  55. 4a80d16 Merge by katleman · 12 years ago
  56. 87d6552 Merge by amurillo · 12 years ago
  57. 3e2900c Merge by lana · 12 years ago
  58. 5ee2c47 8006873: SWAT-b74 msvcr100.dll does not have the permission for all by erikj · 12 years ago
  59. d4bb944 8004698: Implement Core Reflection for Type Annotations Reviewed-by: darcy by jfranck · 12 years ago
  60. 3b4d89b Merge by erikj · 12 years ago
  61. 99d1d27 Merge by lana · 12 years ago
  62. 8f3607b 8006503: JVM_PrintStackTrace is not used in JDK by alanb · 12 years ago
  63. 1a069b3 Merge by amurillo · 12 years ago
  64. e134238 Added tag jdk8-b74 for changeset 57d5d9544628 by katleman · 12 years ago
  65. 35eaa40 8003400: JTree scrolling problem when using large model in WindowsLookAndFeel by malenkov · 12 years ago
  66. a88cc9c 8005138: test/java/beans/Introspector/TestTypeResolver.java fails by malenkov · 12 years ago
  67. bdc2fc4 8003173: [macosx] Fullscreen on Mac leaves an empty rectangle by serb · 12 years ago
  68. ab99741 6817933: Setting the background of an HTML Widget changes the native Windows JFileChooser by malenkov · 12 years ago
  69. 2a89dd1 7143768: [macosx] Unexpected NullPointerException and java.io.IOException during DnD by kizune · 12 years ago
  70. f1686cc 8005997: [macosx] Printer Dialog opens an additional title bar by serb · 12 years ago
  71. 7c090b5 7132793: [macosx] setWheelScrollEnabled action reversed Reviewed-by: serb, art by alexp · 12 years ago
  72. f8f3a3f 7147078: [macosx] Echo char set in TextField doesn't prevent word jumping by alexp · 12 years ago
  73. 760370d 8006799: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() (jdk part of 6896617) by kvn · 12 years ago
  74. 65d6b45 4247235: (spec str) StringBuffer.insert(int, char[]) specification is inconsistent by jgish · 12 years ago
  75. 13cd88c 8004201: Add static utility methods to primitives to be used for redution operations. by mduigou · 12 years ago
  76. 0a8a1da 8005632: Extend java.util.Logger to use Supplier<String> for messages by mduigou · 12 years ago
  77. 7c3d6ed 7017962: Obsolete link is used in URL class level spec by khazra · 12 years ago
  78. c70c5a7 8006951: Avoid storing duplicate PKCS12 attributes Reviewed-by: mullan by vinnie · 12 years ago
  79. fd97c46 8006946: PKCS12 test failure due to incorrect alias name Reviewed-by: mullan by vinnie · 12 years ago
  80. ce334e9 8006565: java.lang.instrument specification should make it clear that -javaagent is optional by alanb · 12 years ago
  81. a745363 7183373: URLClassloader.close() does not close JAR files whose resources have been loaded via getResource() by dingxmin · 12 years ago
  82. eae7fb4 8006895: Clarify that FunctionalInferface is only informative by darcy · 12 years ago
  83. 59802b0 8006863: javadoc cleanup for 8005408 Reviewed-by: alanb by vinnie · 12 years ago
  84. 5c3b1a1 8006850: [pack200] disable pack200 tests until JSR-308 is implemented by ksrini · 12 years ago
  85. 2a2e43e 8006855: PKCS12 test failures due to unsupported algorithm Reviewed-by: mullan by vinnie · 12 years ago
  86. d9ef0a5 8006524: JSR-3: Allows java.beans to be optional Reviewed-by: dfuchs, mchung by alanb · 12 years ago
  87. a9eabb7 8006813: Compilation error in PKCS12KeyStore.java Reviewed-by: valeriep by mullan · 12 years ago
  88. 3027a64 8005408: KeyStore API enhancements Reviewed-by: mullan by vinnie · 12 years ago
  89. 5945474 8006591: Protect keystore entries using stronger PBE algorithms by vinnie · 12 years ago
  90. 78ec900 Merge by sherman · 12 years ago
  91. 79f4aad 8006773: test/java/util/zip/ZipFile/FinalizeZipFile.java failing intermittently by sherman · 12 years ago
  92. 2df11b2 8004729: Add java.lang.reflect.Parameter and related changes for parameter reflection by robm · 12 years ago
  93. 870c323 8006764: FunctionalInterface missing from rt.jar (old build) by alanb · 12 years ago
  94. 6291cf8 8006669: sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh fails on mac by chegar · 12 years ago
  95. 332531c 6519127: user.home property not set correctly by uta · 12 years ago
  96. e60716d 8006741: javadoc cleanup for 6263419 Reviewed-by: alanb by vinnie · 12 years ago
  97. 4b05c01 8003680: JSR 310 Date/Time API by sherman · 12 years ago
  98. 6cbb5f3 8005646: TEST_BUG: java/rmi/activation/ActivationSystem/unregisterGroup/UnregisterGroup leaves process running by smarks · 12 years ago
  99. ed8e2aa 6263419: No way to clean the memory for a java.security.Key Reviewed-by: mullan by vinnie · 12 years ago
  100. 1d2bbde 8004151: build-infra: Generating X11 wrapper offset file is not cross compilable by erikj · 12 years ago