1. 023e71d 7196009: SunPkcs11 provider fails to parse config path containing parenthesis by valeriep · 12 years ago
  2. e67194d 8010134: A finalizer in sun.security.pkcs11.wrapper.PKCS11 perhaps should be protected by valeriep · 12 years ago
  3. 0d7f6cc 4802647: Throw required NPEs from removeAll()/retainAll() by mduigou · 12 years ago
  4. c727f08 8013086: NPE thrown by SimpleDateFormat with TimeZoneNameProvider supplied by naoto · 12 years ago
  5. d8729ad 8004007: test/sun/tools/jinfo/Basic.sh fails on when runSA is set to true by sla · 12 years ago
  6. e0a4598 6980985: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage is not robust when getMax() returns -1 by sla · 12 years ago
  7. a77a3d7 8008738: Issue in com.sun.org.apache.xml.internal.serializer.Encodings causes some JCK tests to fail intermittently by dfuchs · 12 years ago
  8. e686633 8013541: Revise javadoc for Executable.getAnnotatedReturnType() by jfranck · 12 years ago
  9. 10117f0 8010192: Enable native JGSS provider on Mac Reviewed-by: valeriep by weijun · 12 years ago
  10. a244eb5 8013252: Regex Matcher .start and .end should be accessible by group name by sherman · 12 years ago
  11. b493805 8003258: BufferedReader.lines() by mduigou · 12 years ago
  12. 771056c 8013150: Iterator.remove and forEachRemaining relationship not specified by mduigou · 12 years ago
  13. a905570 8013712: Add Objects.nonNull and Objects.isNull Reviewed-by: mchung, darcy by mduigou · 12 years ago
  14. 8d584d8 8003992: File and other classes in java.io do not handle embedded nulls properly by dxu · 12 years ago
  15. dae20b4 Merge by dwanvik · 12 years ago
  16. 6c8f599 8013403: Update JDK8 with Java DB 10.10.1.1. by dwanvik · 12 years ago
  17. 99626f6 8005922: TEST_BUG: There is no /tmp directory for windows system. by juh · 12 years ago
  18. 8f4692f 8013528: Provide SharedSecrets access to String(char[], boolean) constructor by mduigou · 12 years ago
  19. a7267c8 7199324: Connection ID for IPv6 addresses is not generated accordingly to the specification by jbachorik · 12 years ago
  20. 30d3143 8013855: DigestMD5Client has not checked RealmChoiceCallback value by weijun · 12 years ago
  21. 2d0f1b6 8013140: Heap corruption with NetworkInterface.getByInetAddress() and long i/f name by khazra · 12 years ago
  22. dd78a29 8013155: [pack200] improve performance of pack200 Reviewed-by: ksrini, jrose by kizune · 12 years ago
  23. 072224c 8012645: Stream methods on BitSet, Random, ThreadLocalRandom, ZipFile by mduigou · 12 years ago
  24. 29d5935 8013225: Refresh jdk's private ASM to the latest. Reviewed-by: mduigou, sundar by ksrini · 12 years ago
  25. 7824dda 8012665: add CharSequence.chars, CharSequence.codePoints by mduigou · 12 years ago
  26. 3462404 8012082: SASL: auth-conf negotiated, but unencrypted data is accepted, reset to unencrypt by weijun · 12 years ago
  27. a4deacb 8013723: ProblemList.txt updates (5/2013) Reviewed-by: alanb by chegar · 12 years ago
  28. 8f5d1aa 8007799: Base64.getEncoder(0, byte[]) returns an encoder that unexpectedly inserts line separators by msheppar · 12 years ago
  29. 9d9618a 6594296: NetworkInterface.getHardwareAddress returns zero length byte array by chegar · 12 years ago
  30. 62f367e Merge by lana · 12 years ago
  31. 713f0b0 8013531: Provide a utility class in com.sun.tools.classfile to find field/method references by mchung · 12 years ago
  32. e07be03 8013647: JPRT unable to clean-up after tests that leave file trees with loops by alanb · 12 years ago
  33. 58241f5 8009389: Unpack200 native library should be removed from profiles by ksrini · 12 years ago
  34. 4fb0819 Merge by mduigou · 12 years ago
  35. c0ffee7 8011814: Add testng.jar to Netbeans projects test compile classpath by mduigou · 12 years ago
  36. 1526798 8010416: Add a way for java.sql.Driver to be notified when it is deregistered by lancea · 12 years ago
  37. f2d8c36 8007373: Inet6Address serialization incompatibility Reviewed-by: alanb, chegar by msheppar · 12 years ago
  38. d191392 8003671: [findbugs] sun.management.AgentConfigurationError.getParams() may expose internal representation by returning AgentConfigurationError.params by sla · 12 years ago
  39. 7bf094f 8011917: Add java.util.stream.Collectors utilities by mduigou · 12 years ago
  40. de005a1 Merge by chegar · 12 years ago
  41. 631c130 8012108: Memory leak in jdk/src/windows/native/java/net/NetworkInterface_winXP.c by jzavgren · 12 years ago
  42. 8a4cacb 8010280: jvm.cfg needs updating for non-server builds by dholmes · 12 years ago
  43. 2def837 8013415: Changes for JDK-8005523 requires updates to refs.allowed by alanb · 12 years ago
  44. 8544ca5 8013413: javadoc warnings Reviewed-by: lancea, chegar by alanb · 12 years ago
  45. 27f27a1 8005523: Unbound krb5 for TLS Reviewed-by: xuelei by weijun · 12 years ago
  46. 315266a 7123493: (proxy) Proxy.getProxyClass doesn't scale under high load by plevart · 12 years ago
  47. 323c0c3 Merge by mfang · 12 years ago
  48. f6f35a1 8007395: StringIndexOutofBoundsException in Match.find() when input String contains surrogate UTF-16 characters by sherman · 12 years ago
  49. 5cfa82e Merge by mfang · 12 years ago
  50. a6237dd Added tag jdk8-b87 for changeset d5228e624826 by katleman · 12 years ago
  51. 0d55603 8011920: Main streams implementation by mduigou · 12 years ago
  52. 6423ea2 8012638: test/java/time/test/java/util/TestFormatter fails in UTC TZ by sherman · 12 years ago
  53. 9802b9a 8005555: TEST_BUG: java/io/Serializable/accessConstants/AccessConstants.java should be removed by alanb · 12 years ago
  54. edb4c13 8009985: [parfait] Uninitialised variable at jdk/src/solaris/native/com/sun/management/UnixOperatingSystem_md.c by sla · 12 years ago
  55. 4ea3e97 8012643: JDK8 b86 source with GPL header errors Reviewed-by: dholmes, alanb by katleman · 12 years ago
  56. 6d1e475 Merge by lana · 12 years ago
  57. 905e51e Merge by lana · 12 years ago
  58. 1428aad 8011620: adding free form netbeans project for jdbc to jdk/make/netbeans by lancea · 12 years ago
  59. 16c22b6 8012930: (fs) Eliminate recursion from FileTreeWalker Reviewed-by: chegar by alanb · 12 years ago
  60. 3d447a7 Merge by mfang · 12 years ago
  61. 042e293 8010666: Implement Currency/LocaleNameProvider in Windows Host LocaleProviderAdapter by naoto · 12 years ago
  62. 1676280 8012650: Arrays streams methods by briangoetz · 12 years ago
  63. 2dd19d6 Added tag jdk8-b86 for changeset 7989cd0cc3a9 by katleman · 12 years ago
  64. 47da082 Merge by lana · 12 years ago
  65. 4386d0f Merge by lana · 12 years ago
  66. b0cd531 Merge by lana · 12 years ago
  67. 4353b03 Merge by lana · 12 years ago
  68. 4f87b2e Merge by lana · 12 years ago
  69. 0c1f881 8011426: java.util collection Spliterator implementations by psandoz · 12 years ago
  70. cf9100b 8008682: Inital Streams public API by briangoetz · 12 years ago
  71. f8babfc 8001647: default methods for Collections - forEach, removeIf, replaceAll, sort by akhil · 12 years ago
  72. de889ef 8005527: [TEST_BUG] console.sh failed Automatically with exit code 1. by weijun · 12 years ago
  73. 51f1325 8010939: Deadlock in LogManager by jgish · 12 years ago
  74. e601342 8008670: Initial java.util.stream putback -- internal API classes by mduigou · 12 years ago
  75. 3b387b6 8010505: HTTP DIGEST implementation incorrectly quotes header values, fails auth by jzavgren · 12 years ago
  76. 0eb92e3 8009636: JARSigner including TimeStamp PolicyID (TSAPolicyID) as defined in RFC3161 by weijun · 12 years ago
  77. 8ea4801 8006935: Need to take care of long secret keys in HMAC/PRF compuation by xuelei · 12 years ago
  78. 48df506 8012005: LogManager needs test to ensure stack trace is not being done to find bundle by jgish · 12 years ago
  79. 8b66daa 8011934: sun.misc.PerfCounter calls Perf.createLong with incorrect parameters by mchung · 12 years ago
  80. 4617d27 8012624: Add sun/management/HotspotRuntimeMBean/GetSafepointSyncTime.java in ProblemList.txt by mchung · 12 years ago
  81. fda0b28 8011946: java.util.Currency javadoc has broken link to iso.org by dxu · 12 years ago
  82. deb8d6f 8009648: Tests fail in -agentvm -concurrency mode by alanb · 12 years ago
  83. 931ef53 8011536: (fs) BasicFileAttributes.creationTime() should return birth time (mac) by alanb · 12 years ago
  84. 7859e14 Merge by katleman · 12 years ago
  85. a573825 8010096: Initial java.util.Spliterator putback by briangoetz · 12 years ago
  86. d504ce4 Merge by lana · 12 years ago
  87. 68d437e Merge by lana · 12 years ago
  88. 688520c Merge by coleenp · 12 years ago
  89. 4c9712f 8004260: dynamic proxy class should have the same Java language access as the proxy interfaces by mchung · 12 years ago
  90. 442b6e4 8010953: Add primitive summary statistics utils by mduigou · 12 years ago
  91. 53cc8e8 Merge by lana · 12 years ago
  92. 5e12275 8009531: Crash when redefining class with annotated method by coleenp · 12 years ago
  93. 0b45b84 8012019: (fc) Thread.interrupt triggers hang in FileChannelImpl.pread (win) by alanb · 12 years ago
  94. d8e81c2 Merge by vinnie · 12 years ago
  95. a5ee7de Merge by yhuang · 12 years ago
  96. 5e51e80 8011977: ISO 4217 Amendment Number 155 Reviewed-by: naoto by yhuang · 12 years ago
  97. eadde39 8010117: Annotate jdk caller sensitive methods with @sun.reflect.CallerSensitive by mchung · 12 years ago
  98. 655f0ce 8011124: Make KerberosTime immutable Reviewed-by: xuelei by weijun · 12 years ago
  99. 10fa0a9 Merge by chegar · 12 years ago
  100. f004b40 8004518: Add in-place operations to Map by mduigou · 12 years ago