1. e83bd81 8024825: Some fixes are missing from java.util.stream spec update by henryjen · 11 years ago
  2. 6fd1cc4 8014967: EBehavior of DriverManager.registerDriver(dr) is unspecified if driver is null by lancea · 11 years ago
  3. 2b2fd91 7199674: (props) user.home property does not return an accessible location in sandboxed environment [macosx] by bchristi · 11 years ago
  4. 16e68be 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util by mduigou · 11 years ago
  5. 5b0ad0e 8021591: Additional explicit null checks Reviewed-by: psandoz, alanb by mduigou · 11 years ago
  6. a1ff653 8024675: java/net/NetworkInterface/UniqueMacAddressesTest.java fails on Windows by msheppar · 11 years ago
  7. 60d3cf1 8024009: Remove jdk.map.useRandomSeed system property by bchristi · 11 years ago
  8. f37987a 8023669: MBean*Info.hashCode : NPE Reviewed-by: dholmes, dfuchs, jbachorik by sjiang · 11 years ago
  9. 6b9c502 8010430: Math.round has surprising behavior for odd values of ulp 1 by bpb · 11 years ago
  10. ca6a843 8011916: Spec update for java.util.stream by henryjen · 11 years ago
  11. 9ab3d04 8015340: remove erroneous @since tag Reviewed-by: darcy by lancea · 11 years ago
  12. 5bd4a05 8024618: Issues with French locale on compact1,2: expected:<janvier> but was:<January> by rriggs · 11 years ago
  13. 0a39b09 8024525: Make Logger log methods call isLoggable() by dfuchs · 11 years ago
  14. 72847c0 8024643: Turn on javac lint checking in building the jdk repo by darcy · 11 years ago
  15. 879934c 8023529: OpenMBeanInfoSupport.equals/hashCode throw NPE by sjiang · 11 years ago
  16. 8db8291 8024500: Missing API coverage for java.util.function.BiFunction andThen by henryjen · 11 years ago
  17. dcd3c2d 8024338: Constant fields introduced by JDK-4759491 fix in b94 are exposed as public fields in public API by sherman · 11 years ago
  18. fac910f Merge by rriggs · 11 years ago
  19. 426a620 8024164: JSR310 serialization should be described in details by rriggs · 11 years ago
  20. 00bb543 Merge by michaelm · 11 years ago
  21. e55c76e 8024601: Windows networking code prevents use of -Xlint:auxiliaryclass in jdk build by michaelm · 11 years ago
  22. 144e7b1 6962494: Update documentation on Executable.getParameterAnnotations() by emc · 11 years ago
  23. 000bb50 8024332: sun/util/resources/en split between rt.jar and localedata.jar by naoto · 11 years ago
  24. a848d00 8023090: Additional debug info for java/net/NetworkInterface/Equals.java by chegar · 11 years ago
  25. 40bec49 8024508: Fix doclint issues in com.sun.nio.sctp Reviewed-by: alanb by chegar · 11 years ago
  26. ed6b13e 4987375: (reflect) Class.get{Declared}Method{s} does not return clone() for array types by jfranck · 11 years ago
  27. 41f1334 8024141: Unexpected timezone display name Reviewed-by: peytoia by okutsu · 11 years ago
  28. cee79f5 8024501: sun.security.mscapi.Key has no definition of serialVersionUID by xuelei · 11 years ago
  29. d172b57 8023878: (fs) TEST_BUG java/nio/file/WatchService/SensitivityModifier.java fails intermittently by alanb · 11 years ago
  30. 6056780 8024444: Change to use othervm mode of tests in SSLEngineImpl by xuelei · 11 years ago
  31. c3f1bde 8023447: change specification to allow RMI activation to be optional by smarks · 11 years ago
  32. d53745a 8024432: Fix doclint issues in java.security Reviewed-by: darcy, mullan by juh · 11 years ago
  33. e9a6f79 8021372: NetworkInterface.getNetworkInterfaces() returns duplicate hardware address by msheppar · 11 years ago
  34. c011390 Merge by lana · 11 years ago
  35. 79d17ef Merge by mullan · 11 years ago
  36. 5f7d740 8023362: Don't allow soft-fail behavior if OCSP responder returns "unauthorized" by mullan · 11 years ago
  37. fa9eb5c 8023326: [TESTBUG] java/net/CookieHandler/LocalHostCookie.java misplaced try/finally by msheppar · 11 years ago
  38. c22b22e 8023168: Cleanup LogManager class initialization and LogManager/LoggerContext relationship by dfuchs · 11 years ago
  39. 2f77ce5 8024046: Test sun/security/krb5/runNameEquals.sh failed on 7u45 Embedded linux-ppc* by weijun · 11 years ago
  40. 0ffc1c3 7188657: There should be a way to reorder the JSSE ciphers by xuelei · 11 years ago
  41. 2be1349 5047859: (reflect) Class.getField can't find String[].length by jfranck · 11 years ago
  42. b5a9839 6815130: Intermittent ThreadMXBean/Locks.java test failure by jbachorik · 11 years ago
  43. 0383b37 8024260: 10 closed/java/lang/invoke/* tests failing after overhaul to MethodHandleInfo by rfield · 11 years ago
  44. 6966195 8024283: 10 nashorn tests fail with similar stack trace InternalError with cause being NoClassDefFoundError by rfield · 11 years ago
  45. 55ab669 8023943: Method description fix for String.toLower/UpperCase() methods by naoto · 11 years ago
  46. f56134a 8004179: Few of test/java/lang/management/ThreadMXBean/* tests don't clean up the created threads by jbachorik · 11 years ago
  47. bf629ff 8023464: test/closed/sun/tracing/ProviderProxyTest.java failing by jbachorik · 11 years ago
  48. cbefc73 Added tag jdk8-b106 for changeset c817276bd870 by cl · 11 years ago
  49. 55a99ef 8020816: Metafactory crashes on code with method reference by rfield · 11 years ago
  50. 4406cb1 7186632: NLS t13y issue on jar.properties file by sherman · 11 years ago
  51. 6d8a079 6341345: (spec) Console.reader() should make it clear that the reader requires line termination by sherman · 11 years ago
  52. fb8298b 8019853: Break logging and AWT circular dependency by dfuchs · 11 years ago
  53. 0a48707 6823527: java.util.logging.Handler has thread safety issues by dfuchs · 11 years ago
  54. 573208e 8008981: Deprecate SecurityManager checkTopLevelWindow, checkSystemClipboardAccess, checkAwtEventQueueAccess by alanb · 11 years ago
  55. 6099995 8023463: Improvements to HashMap/LinkedHashMap use of bins/buckets and trees (red/black) by psandoz · 11 years ago
  56. 551e1c1 Merge by lana · 11 years ago
  57. 987d49c 4792059: test/java/io/pathNames/GeneralSolaris.java fails on symbolic links by dxu · 11 years ago
  58. 59018db Added tag jdk8-b105 for changeset 1fe211ae3d2b by cl · 11 years ago
  59. 42b4686 8023786: (jdk) setjmp/longjmp changes the process signal mask on OS X by sla · 11 years ago
  60. 7693946 8023155: Ensure functional consistency across Random, ThreadLocalRandom, SplittableRandom by psandoz · 11 years ago
  61. 45e3388 8023713: ZipFileSystem crashes on old zip file by sherman · 11 years ago
  62. 67a5f30 8022594: Potential deadlock in <clinit> of sun.nio.ch.Util/IOUtil by alanb · 11 years ago
  63. 1629fbe 8023717: (process) ProcessBuilder should catch SecurityException rather than AccessControlException by alanb · 11 years ago
  64. 4374f6b Merge by katleman · 11 years ago
  65. 70c5ec6 Merge by lana · 11 years ago
  66. bf91adc 8023480: Create a jvm.cfg for zero on 32 bit architectures by omajid · 11 years ago
  67. 9222407 Added tag jdk8-b104 for changeset f1d8d15bfcb5 by cl · 11 years ago
  68. b8a57e8 8023528: Rename Comparator combinators to disambiguate overloading methods by henryjen · 11 years ago
  69. 95a939c 8023647: "abc1c".matches("(\\w)+1\\1")) returns false by sherman · 11 years ago
  70. af6c0ad 8023275: Wrapping collections should override default methods by henryjen · 11 years ago
  71. fda55cd 8023827: Fix doclint issues in javax.net.ssl Reviewed-by: wetmore, xuelei by darcy · 11 years ago
  72. 0fdeb98 Merge by mullan · 11 years ago
  73. 40a8bb1 8019830: Add com.sun.media.sound to the list of restricted package by mullan · 11 years ago
  74. b5067d2 8023769: JDK-8016850 broke the old build by mullan · 11 years ago
  75. 033140b 8022761: regression: SecurityException is NOT thrown while trying to pack a wrongly signed Indexed Jar file by weijun · 11 years ago
  76. 1beb1ac 8015669: KerberosPrincipal::equals should ignore name-type Reviewed-by: mullan by weijun · 11 years ago
  77. 2954b6b Merge by lana · 11 years ago
  78. f8784a9 Merge by lana · 11 years ago
  79. b04dde2 8020292: j.u.SplittableRandom by psandoz · 11 years ago
  80. 6a557c0 8014135: The JVMTI specification does not conform to recent changes in JNI specification by bpittore · 11 years ago
  81. db39f0b 8016018: Typo in AbstractStringBuilder#indexOf and #lastIndexOf descriptions by igerasim · 11 years ago
  82. 5dca7b3 8011944: Sort fails with ArrayIndexOutOfBoundsException by rriggs · 11 years ago
  83. ca23edf 8023234: StampedLock serializes readers on writer unlock by shade · 11 years ago
  84. d80a6ee 8022343: j.l.Class.getAnnotatedSuperclass() doesn't return null in some cases by jfranck · 11 years ago
  85. 1788f90 7129312: BufferedInputStream calculates negative array size with large streams and mark by igerasim · 11 years ago
  86. b2df4a3 8023139: java/nio/file/WatchService/SensitivityModifier.java failing intermittently (win8) by alanb · 11 years ago
  87. 4e5d658 6378503: In java.math.BigDecimal, division by one returns zero by bpb · 11 years ago
  88. 3a8f170 8005899: Logger.getLogger(name, null) should not allow to reset a non-null resource bundle by dfuchs · 11 years ago
  89. f5f16c0 6470700: Math.random() / Math.initRNG() uses "double checked locking" by bpb · 11 years ago
  90. 55cdeee 6359971: Threads tab: Simple text to explain that one can click on a thread to get stack trace by egahlin · 11 years ago
  91. 31d46e5 6417649: -interval=0 is accepted and jconsole doesn't update window content at all by egahlin · 11 years ago
  92. 77e82d8 8022445: fix RMISocketFactory example to avoid using localhost by smarks · 11 years ago
  93. 72d00a7 Merge by lana · 11 years ago
  94. dc0f66a Merge by lana · 11 years ago
  95. 4ddc4ac Merge by lana · 11 years ago
  96. cb9c10e 8022721: AnnotationTypeDeadlockTest.java throws java.lang.IllegalStateException: unexpected condition by plevart · 11 years ago
  97. 7f5f3b9 8023430: Replace File.mkdirs with Files.createDirectories to get MaxPathLength.java failure details by dxu · 11 years ago
  98. af0c0ef 8023587: Fix lone remaining doclint issue in java.util.regex Reviewed-by: jjg by darcy · 11 years ago
  99. e1ea820 8023101: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java fails by sla · 11 years ago
  100. f01cc2c 8022228: Intermittent test failures in sun/security/ssl/javax/net/ssl/NewAPIs by xuelei · 11 years ago