1. 7202b2a 6964528: Double.toHexString(double d) String manipulation with + in an append of StringBuilder by darcy · 12 years ago
  2. c2467c0 5035569: Formatter should document that %a conversion unsupported for BigDecimal args by alanb · 12 years ago
  3. 4c1d0e3 8006536: [launcher] removes trailing slashes on arguments by ksrini · 12 years ago
  4. 95f2556 8006395: Race in async socket close on Linux Reviewed-by: alanb, dsamersoff by chegar · 12 years ago
  5. 6010a45 8006564: Test sun/security/util/Oid/S11N.sh fails with timeout on Linux 32-bit by weijun · 12 years ago
  6. 4fd4935 6355704: (fmt) %f formatting of BigDecimals is incorrect by mchung · 12 years ago
  7. d06df37 Merge by lana · 12 years ago
  8. 0648e85 8006709: Add minimal support of MacOSX platform for NetBeans Projects by mduigou · 12 years ago
  9. 6a14087 8007298: Base64.getMimeDecoder().decode() throws IAE for a single non-base64 character by sherman · 12 years ago
  10. 9eaddbf 8007115: Refactor regression tests for java.lang.reflect.Parameter by darcy · 12 years ago
  11. 8da17d8 8005832: Remove java.lang.annotation.{ContainedBy, ContainerFor} annotation types by darcy · 12 years ago
  12. 2ddba14 8005394: Base64.Decoder/Encoder.wrap(XStream) don't throw NPE for null args passed by sherman · 12 years ago
  13. 8b04a37 7042126: (alt-rt) HashMap.clone implementation should be re-examined by dbuck · 12 years ago
  14. bd1c913 Merge by lana · 12 years ago
  15. bb02281 8005712: Simplify support for repeating annotations in j.l.r.AnnotatedElement by jfranck · 12 years ago
  16. 4a80d16 Merge by katleman · 12 years ago
  17. 87d6552 Merge by amurillo · 12 years ago
  18. 3e2900c Merge by lana · 12 years ago
  19. 5ee2c47 8006873: SWAT-b74 msvcr100.dll does not have the permission for all by erikj · 12 years ago
  20. d4bb944 8004698: Implement Core Reflection for Type Annotations Reviewed-by: darcy by jfranck · 12 years ago
  21. 3b4d89b Merge by erikj · 12 years ago
  22. 99d1d27 Merge by lana · 12 years ago
  23. 8f3607b 8006503: JVM_PrintStackTrace is not used in JDK by alanb · 12 years ago
  24. 1a069b3 Merge by amurillo · 12 years ago
  25. e134238 Added tag jdk8-b74 for changeset 57d5d9544628 by katleman · 12 years ago
  26. 35eaa40 8003400: JTree scrolling problem when using large model in WindowsLookAndFeel by malenkov · 12 years ago
  27. a88cc9c 8005138: test/java/beans/Introspector/TestTypeResolver.java fails by malenkov · 12 years ago
  28. bdc2fc4 8003173: [macosx] Fullscreen on Mac leaves an empty rectangle by serb · 12 years ago
  29. ab99741 6817933: Setting the background of an HTML Widget changes the native Windows JFileChooser by malenkov · 12 years ago
  30. 2a89dd1 7143768: [macosx] Unexpected NullPointerException and java.io.IOException during DnD by kizune · 12 years ago
  31. f1686cc 8005997: [macosx] Printer Dialog opens an additional title bar by serb · 12 years ago
  32. 7c090b5 7132793: [macosx] setWheelScrollEnabled action reversed Reviewed-by: serb, art by alexp · 12 years ago
  33. f8f3a3f 7147078: [macosx] Echo char set in TextField doesn't prevent word jumping by alexp · 12 years ago
  34. 760370d 8006799: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() (jdk part of 6896617) by kvn · 12 years ago
  35. 65d6b45 4247235: (spec str) StringBuffer.insert(int, char[]) specification is inconsistent by jgish · 12 years ago
  36. 13cd88c 8004201: Add static utility methods to primitives to be used for redution operations. by mduigou · 12 years ago
  37. 0a8a1da 8005632: Extend java.util.Logger to use Supplier<String> for messages by mduigou · 12 years ago
  38. 7c3d6ed 7017962: Obsolete link is used in URL class level spec by khazra · 12 years ago
  39. c70c5a7 8006951: Avoid storing duplicate PKCS12 attributes Reviewed-by: mullan by vinnie · 12 years ago
  40. fd97c46 8006946: PKCS12 test failure due to incorrect alias name Reviewed-by: mullan by vinnie · 12 years ago
  41. ce334e9 8006565: java.lang.instrument specification should make it clear that -javaagent is optional by alanb · 12 years ago
  42. a745363 7183373: URLClassloader.close() does not close JAR files whose resources have been loaded via getResource() by dingxmin · 12 years ago
  43. eae7fb4 8006895: Clarify that FunctionalInferface is only informative by darcy · 12 years ago
  44. 59802b0 8006863: javadoc cleanup for 8005408 Reviewed-by: alanb by vinnie · 12 years ago
  45. 5c3b1a1 8006850: [pack200] disable pack200 tests until JSR-308 is implemented by ksrini · 12 years ago
  46. 2a2e43e 8006855: PKCS12 test failures due to unsupported algorithm Reviewed-by: mullan by vinnie · 12 years ago
  47. d9ef0a5 8006524: JSR-3: Allows java.beans to be optional Reviewed-by: dfuchs, mchung by alanb · 12 years ago
  48. a9eabb7 8006813: Compilation error in PKCS12KeyStore.java Reviewed-by: valeriep by mullan · 12 years ago
  49. 3027a64 8005408: KeyStore API enhancements Reviewed-by: mullan by vinnie · 12 years ago
  50. 5945474 8006591: Protect keystore entries using stronger PBE algorithms by vinnie · 12 years ago
  51. 78ec900 Merge by sherman · 12 years ago
  52. 79f4aad 8006773: test/java/util/zip/ZipFile/FinalizeZipFile.java failing intermittently by sherman · 12 years ago
  53. 2df11b2 8004729: Add java.lang.reflect.Parameter and related changes for parameter reflection by robm · 12 years ago
  54. 870c323 8006764: FunctionalInterface missing from rt.jar (old build) by alanb · 12 years ago
  55. 6291cf8 8006669: sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh fails on mac by chegar · 12 years ago
  56. 332531c 6519127: user.home property not set correctly by uta · 12 years ago
  57. e60716d 8006741: javadoc cleanup for 6263419 Reviewed-by: alanb by vinnie · 12 years ago
  58. 4b05c01 8003680: JSR 310 Date/Time API by sherman · 12 years ago
  59. 6cbb5f3 8005646: TEST_BUG: java/rmi/activation/ActivationSystem/unregisterGroup/UnregisterGroup leaves process running by smarks · 12 years ago
  60. ed8e2aa 6263419: No way to clean the memory for a java.security.Key Reviewed-by: mullan by vinnie · 12 years ago
  61. 1d2bbde 8004151: build-infra: Generating X11 wrapper offset file is not cross compilable by erikj · 12 years ago
  62. 8fefef6 Merge by lana · 12 years ago
  63. 8a277e7 8006642: Fix javadoc warnings due to Integer.MAX_VALUE Reviewed-by: alanb by lancea · 12 years ago
  64. c275b27 8006579: build-infra: In jvm.cfg, alias -server to -client when no server jvm is built. by erikj · 12 years ago
  65. d3cd6d4 8004298: NPE in WindowsTreeUI.ensureRowsAreVisible Reviewed-by: serb by alexsch · 12 years ago
  66. f502bdc 8005311: Add Scalable Updatable Variables, DoubleAccumulator, DoubleAdder, LongAccumulator, LongAdder by dl · 12 years ago
  67. 88b1c71 Merge by erikj · 12 years ago
  68. b672868 8006583: build-infra: Remove /javax/swing/SwingBeanInfoBase.java from src.zip by erikj · 12 years ago
  69. b1ce4f5 Merge by lana · 12 years ago
  70. 13e99a3 8006092: SecurityPermission: printIdentity doesn't exist Reviewed-by: weijun by juh · 12 years ago
  71. 2775446 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI by okutsu · 12 years ago
  72. 7d56503 4745761: (cal) RFE: Support builder for constructing Calendar by okutsu · 12 years ago
  73. c49eb88 8006560: java/net/ipv6tests/B6521014.java fails intermittently by chegar · 12 years ago
  74. 0d9db28 8005080: JDBC 4.2 Core changes Reviewed-by: naoto by lancea · 12 years ago
  75. 7ccae8a 8006139: add missing methods to javax.sql.rowset.serial.SQLInputImpl, SQLOutputImpl by lancea · 12 years ago
  76. a56e8e7 8006568: HTTP protocol handler NLTM Authentication should use Base64 API by msheppar · 12 years ago
  77. 450da98 8000839: Integrate the Java Access Bridge with Java Runtime by raginip · 12 years ago
  78. 1e2571a 6939260: (fs) BasicFileAttributes.lastModifiedTime() should return last modified time with higher precision by alanb · 12 years ago
  79. ca0934a 8005120: Compiler warnings in socket transport native code by jzavgren · 12 years ago
  80. 23011b7 8006567: jre/lib/applet missing from Mac JDK installation Reviewed-by: tbell by erikj · 12 years ago
  81. 7807e62 8006417: JComboBox.showPopup(), hidePopup() fails in JRE 1.7 on OS X by alitvinov · 12 years ago
  82. b600c26 7179050: [macosx] Make LWAWT be able to run on AppKit thread by serb · 12 years ago
  83. 9cd3f13 8005465: [macosx] Evaluate if checking for the -XstartOnFirstThread is still needed in awt.m by anthony · 12 years ago
  84. d637af8 8006534: CLONE - TestLibrary.getUnusedRandomPort() fails intermittently-doesn't retry enough times by jgish · 12 years ago
  85. fa51d8b 7171415: java.net.URI.equals/hashCode not consistent for some URIs by khazra · 12 years ago
  86. 54c008a 8006090: Formatter asserts with -esa by sherman · 12 years ago
  87. 0d0db05 7124209: [macosx] SpringLayout issue. BASELINE is not in the range: [NORTH, SOUTH] by kshefov · 12 years ago
  88. 3643ed7 Merge by yhuang · 12 years ago
  89. 07cf553 Merge by katleman · 12 years ago
  90. 1b4024d Merge by yhuang · 12 years ago
  91. a19f306 Merge by lana · 12 years ago
  92. e2c1d65 Merge by lana · 12 years ago
  93. 0866d86 Added tag jdk8-b73 for changeset 733885f57e14 by katleman · 12 years ago
  94. 095d32b 8005939: sun/security/x509/{X509CRLImplX509CertImpl}/Verify.java fail in confusing way when some providers not present by juh · 12 years ago
  95. 967f29d 8006385: build-infra: linux and solaris *-debuginfo-*.zip file created from the new makefile has extra HUDSON direcotry in jre/lib/i386/server by erikj · 12 years ago
  96. a60e68c 8005389: Backout fix for JDK-6500133 Reviewed-by: mullan by juh · 12 years ago
  97. fd5cf94 8005492: Reduce number of warnings in sun/awt/* classes by mcherkas · 12 years ago
  98. 4d555d3 8001666: Add lambda-compatible atomics and accumulators to the ActomicXXX classes by dl · 12 years ago
  99. bf9f832 8005926: Merge ThreadLocalRandom state into java.lang.Thread by dl · 12 years ago
  100. 3a6b007 Merge by yhuang · 12 years ago