1. beab9f5 8029551: Add value-type notice to java.time classes by rriggs · 11 years ago
  2. 88da12e 8029354: URLPermission.<init> throws llegalArgumentException: Invalid characters in hostname by michaelm · 11 years ago
  3. 7715c9c 8029525: java/lang/ProcessBuilder/Basic.java fails intermittently by robm · 11 years ago
  4. 3c7ad6d 8029514: java/math/BigInteger/BigIntegerTest.java failing since thresholds adjusted in 8022181 by bpb · 11 years ago
  5. 8b515a5 8028564: Concurrent calls to CHM.put can fail to add the key/value to the map by psandoz · 11 years ago
  6. 863bdf9 7067973: test/java/lang/management/MemoryMXBean/CollectionUsageThreshold.java hanging intermittently by mchung · 11 years ago
  7. bfb87d0 8029434: Spliterator of Stream returned by BufferedReader.lines() should have NONNULL characteristic by henryjen · 11 years ago
  8. fd32f34 8029164: Race condition in CompletableFuture.thenCompose with asynchronous task by psandoz · 11 years ago
  9. afe5771 Merge by lana · 11 years ago
  10. 29decab 8028397: Undo the lenient MIME BASE64 decoder support change (JDK-8025003) and remove methods de/encode(buf, buf) by sherman · 11 years ago
  11. e3587d9 8029281: Synchronization issues in Logger and LogManager by dfuchs · 11 years ago
  12. 63dd0a0 7190106: java/rmi/reliability/benchmark fails intermittently because of use of fixed port by tyan · 11 years ago
  13. 243018d 8025211: Intermittent test failure: java/net/DatagramSocket/PortUnreachable.java by msheppar · 11 years ago
  14. d0688bf 8006572: DoubleStream.sum() & DoubleSummaryStats implementations that reduce numerical errors by darcy · 11 years ago
  15. 61cd89e 6987597: ManagementFactory.getGarbageCollectorMXBeans() returns empty list with CMS by jbachorik · 11 years ago
  16. 58dd2f5 Merge by lana · 11 years ago
  17. 2d2e340 Merge by lana · 11 years ago
  18. 9471de7 8028771: regression test java/util/Locale/LocaleProviders.sh failed by naoto · 11 years ago
  19. 0bd4714 8029024: [TEST_BUG] java/awt/Modal/ModalDialogOrderingTest/ModalDialogOrderingTest.java fails by serb · 11 years ago
  20. 8a8fea5 8024767: [TEST] need test to cover JDK-7189452 by bae · 11 years ago
  21. ffa32a4 8011142: [TEST_BUG] 2 AppContext regression tests failed since 7u25b03 with NullPointerException by pchelko · 11 years ago
  22. 2fa7460 8028584: sun.net.www.protocol.file.FileURLConnection cannot be cast to java.net.HttpURLConnection by jgodinez · 11 years ago
  23. 1c9b887 8024161: [TEST_BUG] [macosx] java/awt/Menu/OpensWithNoGrab/OpensWithNoGrab.java failed "menu was opened by first click after opened Choice" by pchelko · 11 years ago
  24. b8ec448 8028054: com.sun.beans.finder.MethodFinder has unsynchronized access to a static Map by malenkov · 11 years ago
  25. 8c504d0 8029057: test/java/text/Bidi/Bug6665028.java can fail with OutOfMemoryError by peytoia · 11 years ago
  26. 8da80e0 Merge by lana · 11 years ago
  27. 1020374 Merge by lana · 11 years ago
  28. 959c3a0 Merge by lana · 11 years ago
  29. 47fc79b 8028722: Render: Drawing strings with exactly 254 glyphs causes hangs by ceisserer · 11 years ago
  30. ef2cf37 8023278: Reflection API methods do not throw AnnotationFormatError in case of malformed Runtime[In]VisibleTypeAnnotations attribute by jfranck · 11 years ago
  31. 13d47d4 8028485: [macosx] java/awt/Mouse/EnterExitEvents/FullscreenEnterEventTest.java fails by pchelko · 11 years ago
  32. f9e06c5 8028628: java/nio/channels/FileChannel/Size.java failed once in the same binary run by dxu · 11 years ago
  33. 5116952 7065902: (file) test/java/nio/file/Files/Misc.java fails on Solaris 11 when run as root by dxu · 11 years ago
  34. 9641e58 6703075: (process) java/lang/ProcessBuilder/Basic.java fails with fastdebug by martin · 11 years ago
  35. c6566b9 8022212: Intermittent test failures in java/net Reviewed-by: chegar by tyan · 11 years ago
  36. 4aaa9bc 8028734: test/java/util/Locale/InternationalBAT.java changes does not restore the default TimeZone by alanb · 11 years ago
  37. 75ac81b 8028638: java/rmi/activation/Activatable/checkRegisterInLog/CheckRegisterInLog.java fails by smarks · 11 years ago
  38. 2fa7255 8005202: java/util/logging/CheckLockLocationTest.java fail on solars_10 by dfuchs · 11 years ago
  39. 9fd1b09 8028631: Improve the test coverage to the pathname handling on unix-like platforms by dxu · 11 years ago
  40. bbfe0fc 8028185: XMLFormatter.format emits incorrect year by dfuchs · 11 years ago
  41. 8b76778 8028581: [TESTBUG] java/net/Socket/LingerTest.java failing Reviewed-by: alanb by michaelm · 11 years ago
  42. 932cb16 8016728: TEST_BUG: test/java/rmi/transport/closeServerSocket/CloseServerSocket.java failing intermittently by coffeys · 11 years ago
  43. 1707237 8022206: Intermittent test failures in java/lang/ProcessBuilder/Basic.java by robm · 11 years ago
  44. e64162a 8028094: TEST_BUG: java/lang/ProcessBuilder/Basic.java leaves "sleep 6666" processes behind by bvaidya · 11 years ago
  45. 2602b63 8028583: Add helper methods to test libraries Reviewed-by: chegar by coffeys · 11 years ago
  46. f317e00 8027913: drop target notifications are sent out of order during DnD by serb · 11 years ago
  47. 22e3f7e 8027628: JWindow jumps to (0, 0) after mouse clicked Reviewed-by: anthony, serb by bagiras · 11 years ago
  48. 7c6385a Merge by lana · 11 years ago
  49. dcba51c 8025126: [macosx] Invalid calls to setValueAt() within JTable in Java 7 on Mac OS X by alexsch · 11 years ago
  50. 62ed620 8028055: (reflect) invoking Method/Constructor in anonymous classes breaks with -Dsun.reflect.noInflation=true by jfranck · 11 years ago
  51. 32d9ba6 8023138: [TEST_BUG] java/lang/instrument/PremainClass/NoPremainAgent.sh fails intermittently by sla · 11 years ago
  52. 91ab5f6 8025440: [TEST_BUG] com/sun/awt/SecurityWarning/GetSizeShouldNotReturnZero.java failed since jdk8b108 by pchelko · 11 years ago
  53. 636aed5 8028230: Behavior of SystemFlavorMap.getNativesForFlavor differ from that in Java 7 by pchelko · 11 years ago
  54. 1288811 8028321: Fix for String.split() empty input sequence/JDK-6559590 triggers regression by sherman · 11 years ago
  55. 8472b78 8026884: test for fix of JDK-8021398 does not have @bug tag by emc · 11 years ago
  56. 1242a6d 8027645: Pattern.split() with positive lookahead by sherman · 11 years ago
  57. 528f535 8028270: Files.readSymbolicLink calls AccessController directly so security manager can't grant the permission by alanb · 11 years ago
  58. 1549cbf 8022213: Intermittent test failures in java/net/URLClassLoader by chegar · 11 years ago
  59. 79bee70 8028234: Remove unused methods in sun.misc.JavaAWTAccess by mchung · 11 years ago
  60. 305644c 8026952: Test java/util/logging/LogManager/RootLogger/setLevel/TestRootLoggerLevel.java has wrong @bug id by dfuchs · 11 years ago
  61. 9adafbe 8027696: Incorrect copyright header in the tests by serb · 11 years ago
  62. e942573 8027972: [macosx] Provide a regression test for JDK-8007006 Reviewed-by: anthony by leonidr · 11 years ago
  63. 9a84693 8027823: catchException combinator fails with 9 argument target by vlivanov · 11 years ago
  64. 05aaaa2 8026330: java.util.Base64 urlEncoder should omit padding by sherman · 11 years ago
  65. 1404bc3 Merge by lana · 11 years ago
  66. 40d6ba2 8028060: test/java/net/URLPermission/nstest/lookup.sh failing (win) by michaelm · 11 years ago
  67. 9e7871a 6523160: RuntimeMXBean.getUptime() returns negative values by jbachorik · 11 years ago
  68. cf83c0a 8028044: [TEST_BUG] Calendar shell tests do not pass TESTVMOPTS by alanb · 11 years ago
  69. c2f9658 Merge by lana · 11 years ago
  70. a204cf6 8019834: InetAddress.getByName hangs for bad IPv6 literals Reviewed-by: alanb by chegar · 11 years ago
  71. f508f9b 8022963: java/net/NetworkInterface/Equals.java fails equality for Windows Teredo Interface by tyan · 11 years ago
  72. 48ff279 8027351: (ref) Private finalize method invoked in preference to protected superclass method by mchung · 11 years ago
  73. 506f953 8027648: Type of overridden property is resolved incorrectly by malenkov · 11 years ago
  74. 80a996b 8027930: ResourceBundle test failures in fr locale Reviewed-by: smarks by naoto · 11 years ago
  75. 276b2e7 8027881: test/java/net/URLPermission/nstest/LookupTest.java failing intermittently, output insufficient by michaelm · 11 years ago
  76. 9bd529d 8027232: Update j.l.invoke code generating class files to use ASM enhancements for invocation of non-abstract methods on ifaces by ksrini · 11 years ago
  77. d70ecd4 8022208: Intermittent test failures in java/lang/Thread/ThreadStateTest.java by mchung · 11 years ago
  78. ee7b99b 8027712: DistinctOpTest fails for unordered test Reviewed-by: henryjen, alanb by psandoz · 11 years ago
  79. 056b8f4 8027612: java/io/File/MaxPathLength.java fails intermittently in the clean-up stage by dxu · 11 years ago
  80. 1a6712e 8016725: TEST_BUG: java/lang/reflect/Method/DefaultMethodModeling.java failing intermittently by alundblad · 11 years ago
  81. 5ecc2d6 7194897: JSR 292: Cannot create more than 16 instances of an anonymous class by rfield · 11 years ago
  82. 16c4017 8027687: The constructors of URLPermission class do not behave as described in javad by michaelm · 11 years ago
  83. 0af2fa5 8027625: test/java/math/BigInteger/ExtremeShiftingTests.java needs @run tag to specify heap size by bpb · 11 years ago
  84. 0ea653f 8025198: Intermittent test failure: java/util/concurrent/ThreadPoolExecutor/ThrowingTasks.java by dholmes · 11 years ago
  85. ca2ffe4 Merge by lana · 11 years ago
  86. fd6a887 Merge by lana · 11 years ago
  87. d3a0ec8 Merge by lana · 11 years ago
  88. bbbf024 8027155: test/java/io/File/NulFile.java failing when test run in othervm mode by dxu · 11 years ago
  89. 7b4de10 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow by leonidr · 11 years ago
  90. b3fd717 8027152: Regression: test closed/java/awt/Serialize/NullSerializationTest/NullSerializationTest.html fails since JDK 8 b112 by pchelko · 11 years ago
  91. c0e11ea 7144200: java/lang/management/ClassLoadingMXBean/LoadCounts.java failed with JFR enabled by jbachorik · 11 years ago
  92. bd3f02b 8027316: Distinct operation on an unordered stream should not be a barrier by psandoz · 11 years ago
  93. 91d24f8 6910473: java.math.BigInteger.bitLength() may return negative "int" on large numbers by bpb · 11 years ago
  94. 44b02c7 8005294: Consider default methods for additions to AnnotatedElement by darcy · 11 years ago
  95. 5834a82 8027526: CheckTipsAndVersions.java failing occasionally by wetmore · 11 years ago
  96. 2bb01b0 8027318: Lambda Metafactory: generate serialization-hostile read/writeObject methods for non-serializable lambdas by briangoetz · 11 years ago
  97. 809f1e4 Merge by lana · 11 years ago
  98. 763e18b Merge by michaelm · 11 years ago
  99. 4f96e0f 8027570: NullPointerException in URLPermission.hashCode() Reviewed-by: chegar by michaelm · 11 years ago
  100. f84dd6e 8020467: Inconsistency between usage.getUsed() and isUsageThresholdExceeded() with CMS Old Gen pool by jbachorik · 11 years ago