1. e2aef2e 8015799: HttpURLConnection.getHeaderFields() throws IllegalArgumentException by jzavgren · 12 years ago
  2. 1365a67 8019377: Sync j.u.c locks and atomic from 166 to tl Reviewed-by: chegar by dl · 12 years ago
  3. 0c2d65a 8017739: ReentrantReadWriteLock is confused by the Threads with reused IDs by dl · 12 years ago
  4. 610ed74 8012987: Optimizations for Stream.limit/substream by psandoz · 12 years ago
  5. d99a82c 8009736: Comparator API cleanup by henryjen · 12 years ago
  6. 4fd4686 8019359: To comment why not use no_renegotiation to reject client initiated renegotiation by xuelei · 12 years ago
  7. 33c8020 8019357: Fix doclint warnings in java.lang.invoke Reviewed-by: jrose by darcy · 12 years ago
  8. 8e72d24 6609431: (rb) ResourceBundle.getString() returns incorrect value by naoto · 12 years ago
  9. c6a0144 8019320: Fix doclint issues in javax.script Reviewed-by: lancea by darcy · 12 years ago
  10. 69cfd5a 8019224: add exception chaining to RMI CGIHandler Reviewed-by: darcy by smarks · 12 years ago
  11. 6bf6e40 8019315: Fix doclint issues in java.util.logging Reviewed-by: lancea by darcy · 12 years ago
  12. 208473b 8017471: Fix JDBC -Xdoclint public errors Reviewed-by: darcy by lancea · 12 years ago
  13. 3ec773e 8019304: Fix doclint issues in java.util.prefs Reviewed-by: lancea by darcy · 12 years ago
  14. 853a958 Merge by chegar · 12 years ago
  15. 1941223 8019227: JDK-8010325 broke the old build Reviewed-by: alanb, chegar by wetmore · 12 years ago
  16. 2a25dcb 8019228: Fix doclint issues in java.util.zip Reviewed-by: sherman, mchung by darcy · 12 years ago
  17. ab91162 8019223: Fix doclint warnings in java.rmi.server Reviewed-by: smarks by darcy · 12 years ago
  18. 244d75b 7018139: Fix HTML accessibility and doclint issues in java.math by darcy · 12 years ago
  19. 0821e45 8017322: java/util/Currency/PropertiesTest.sh should run exclusively by naoto · 12 years ago
  20. b88949d 8016761: Lambda metafactory - incorrect type conversion of constructor method handle by rfield · 12 years ago
  21. 95bf3af 8012647: Add Arrays.parallelPrefix (prefix sum, scan, cumulative sum) by chegar · 12 years ago
  22. 3001405 8017049: rename property jdk.tls.rejectClientInitializedRenego by xuelei · 12 years ago
  23. 4bd1237 8013836: getFirstDayOfWeek reports wrong day for pt-BR locale Reviewed-by: naoto by yhuang · 12 years ago
  24. ef02ade 8017326: Cleanup of the javadoc <code> tag in java.security.spec by juh · 12 years ago
  25. 5d33832 8017325: Cleanup of the javadoc <code> tag in java.security.cert by juh · 12 years ago
  26. a36902f 8014233: java.lang.Thread should have @Contended on TLR fields by shade · 12 years ago
  27. fd49ef1 8016051: Possible ClassCastException in KdcComm by weijun · 12 years ago
  28. 3c58467 4641897: Faster string conversion of large integers by bpb · 12 years ago
  29. 1032b44 8017570: jfr.jar should not be in compact3 (for now) Reviewed-by: erikj by alanb · 12 years ago
  30. 4fb583a 8017550: Fix doclint issues in java.lang and subpackages by darcy · 12 years ago
  31. 799385d 6469160: (fmt) general (%g) formatting of zero (0.0) with precision 0 or 1 throws ArrayOutOfBoundsException by bpb · 12 years ago
  32. 97a6b35 8017468: typo in javadoc: " ResourceBunlde " Reviewed-by: okutsu by naoto · 12 years ago
  33. fe0f9e8 8017477: Remove TimeZone.DisplayNames, no longer used Reviewed-by: okutsu by alanb · 12 years ago
  34. 7f81bd2 8017453: ReplayCache tests fail on multiple platforms Reviewed-by: xuelei by weijun · 12 years ago
  35. 5b32612 7157360: HttpURLConnection: HTTP method DELETE doesn't support output by arieber · 12 years ago
  36. 72ee0a9 8017271: Crash may occur in java.net.DualStackPlainSocketImpl::initIDs due to unchecked values returned from JNI functions by chegar · 12 years ago
  37. b15627c 6863624: java/util/Currency/PropertiesTest.sh writable check is incorrect by naoto · 12 years ago
  38. a7ebbf5 7131192: BigInteger.doubleValue() is depressingly slow by bpb · 12 years ago
  39. 7bb053a 7192954: Fix Float.parseFloat to round correctly and preserve monotonicity. by bpb · 12 years ago
  40. 274399e 8001326: Improve Kerberos caching Reviewed-by: valeriep by weijun · 12 years ago
  41. 9361fc0 8014377: (dc) DatagramChannel should set IP_MULTICAST_ALL=0 (lnx) by alanb · 12 years ago
  42. e55424a 8014499: MulticastSocket should enable IP_MULTICAST_ALL (lnx) by chegar · 12 years ago
  43. 211a41c Merge by mduigou · 12 years ago
  44. e2cb3ae 8017157: catch more exception in test RejectClientRenego Reviewed-by: vinnie by xuelei · 12 years ago
  45. 08aa2e0 8017088: Map/HashMap.compute() incorrect with key mapping to null value by mduigou · 12 years ago
  46. b0cadb7 8016139: PrimitiveIterator.forEachRemaining Reviewed-by: alanb by psandoz · 12 years ago
  47. 3d5b008 8016455: Sync stream tests from lambda to tl by psandoz · 12 years ago
  48. a036889 8016324: filter/flatMap pipeline sinks should pass size information to downstream sink by psandoz · 12 years ago
  49. 8f3db08 8016308: Updates to j.u.stream.Node/Nodes by psandoz · 12 years ago
  50. 25a619d 7025238: HttpURLConnection does not handle URLs with an empty path component. by arieber · 12 years ago
  51. 2c0eeb6 8016698: Cleanup overrides warning in sun/tools/ClassDeclaration.java by khazra · 12 years ago
  52. 1f86788 8016576: Overrides warnings in jdi and jconsole by khazra · 12 years ago
  53. ed0767c 8016592: Clean-up Javac Overrides Warnings In javax/management/NotificationBroadcasterSupport.java by dxu · 12 years ago
  54. fc8860f Merge by chegar · 12 years ago
  55. 2809095 4837946: Faster multiplication and exponentiation of large integers by bpb · 12 years ago
  56. 9f70b3b 8017057: More ProblemList.txt updates (6/2013) Reviewed-by: alanb by chegar · 12 years ago
  57. 5399776 Merge by chegar · 12 years ago
  58. 9bef870 Merge by chegar · 12 years ago
  59. 402e11d 8017044: anti-delta fix for 8015402 Reviewed-by: alanb by chegar · 12 years ago
  60. 7c4ea00 Merge by chegar · 12 years ago
  61. 15f5216 7188658: Add possibility to disable client initiated renegotiation by xuelei · 12 years ago
  62. df7542f 8015657: jdk8 l10n resource file translation update 3 Reviewed-by: yhuang by mfang · 12 years ago
  63. b006f58 8000456: Add programmatic deadlock detection in SSLEngineDeadlock by xuelei · 12 years ago
  64. 8a44cfa 8016446: Improve forEach/replaceAll for Map, HashMap, Hashtable, IdentityHashMap, WeakHashMap, TreeMap, ConcurrentMap by mduigou · 12 years ago
  65. 23b4ea9 Merge by mduigou · 12 years ago
  66. 7dcfc9e 8015395: NumberFormatException during startup if JDK-internal property java.lang.Integer.IntegerCache.high set to bad value by bpb · 12 years ago
  67. 4339c44 Merge by chegar · 12 years ago
  68. c3b16da 8016046: (process) Strict validation of input should be security manager case only [win]. by uta · 12 years ago
  69. 4befacb Merge by chegar · 12 years ago
  70. 68e6676 8015402: Lambda metafactory should not attempt to determine bridge methods by rfield · 12 years ago
  71. c26dd44 8014620: Signature.getAlgorithm return null in special case Reviewed-by: wetmore by youdwei · 12 years ago
  72. b6fa6c9 7177472: JSR292: MethodType interning penalizes scalability by twisti · 12 years ago
  73. d0d5099 Merge by chegar · 12 years ago
  74. f7f15ab 8016747: Replace deprecated PlatformLogger isLoggable(int) with isLoggable(Level) by chegar · 12 years ago
  75. 848ca84 8016236: Class.getGenericInterfaces performance improvement by shade · 12 years ago
  76. 6f509e5 Merge by chegar · 12 years ago
  77. fc1ff61 Merge by lana · 12 years ago
  78. dc97a64 8012156: tools/javac/file/zip/T6865530.java fails for win32/64 in 7u25 nightly runs by chegar · 12 years ago
  79. f5b32a2 Merge by amurillo · 12 years ago
  80. 6b9debf 8015978: Incorrect transformation of XPath expression "string(-0)" by coffeys · 12 years ago
  81. ffe18db 8014307: Memory leak ... security/jgss/wrapper/GSSLibStub.c by jzavgren · 12 years ago
  82. 55ef0fa 7169142: CookieHandler does not work with localhost by khazra · 12 years ago
  83. 9b0ae66 8015421: NegativeArraySizeException occurs in ChunkedOutputStream() with Integer.MAX_VALUE by khazra · 12 years ago
  84. d124a80 Added tag jdk8-b94 for changeset 51479fa56b7c by katleman · 12 years ago
  85. 3eb32c4 7181748: java/lang/ThreadGroup/Suspend.java test fails intermittently by igerasim · 12 years ago
  86. 9efc482 8016251: Balanced spliterator for SpinedBuffer by psandoz · 12 years ago
  87. a8bfdd7 7040556: SimpleDateFormat.format Portuguese Month should not be capitalized by yhuang · 12 years ago
  88. 2453468 8015274: TEST_BUG: Step2: After selecting 'View Warning Log', it is empty instead of FileNotFound. by weijun · 12 years ago
  89. a2ca615 8014310: JAAS/Krb5LoginModule using des encytypes failure with NPE after JDK-8012679 by weijun · 12 years ago
  90. 8de8243 8016448: java/util/BitSet/BitSetStreamTest.java no longer compiles, missed by 8015895 by henryjen · 12 years ago
  91. 878de61 8010325: Remove hash32() method and hash32 int field from java.lang.String by bchristi · 12 years ago
  92. 387d9ec 8016369: java/lang/instrument/RetransformBigClass.sh failing again by alanb · 12 years ago
  93. 3674d24 Merge by erikj · 12 years ago
  94. 29e76dc 8016370: javadoc warnings, unexpected </p> mostly Reviewed-by: martin, jjg by alanb · 12 years ago
  95. b1e4f42 8016213: Convert j2se NetBeans project to use top-level make targets by mduigou · 12 years ago
  96. 4a8c3d4 8015960: java/util/Locale/LocaleProviders.java failing again on Windows by naoto · 12 years ago
  97. 0b25dcd Merge by alanb · 12 years ago
  98. 41f8260 8010785: JDK 8 build on Linux fails with new build mechanism by erikj · 12 years ago
  99. 5b15d8a 8016311: Update j.u.c. tests to avoid using Thread.stop(Throwable) by alanb · 12 years ago
  100. 83fa622 7059085: Retire Thread.stop(Throwable) so that it throws UOE by alanb · 12 years ago