1. 72a9348 8017513: Support for closeable streams by henryjen · 11 years ago
  2. c9611e6 8024015: TEST.groups: move jdk/lambda tests from jdk_other to jdk_lang by mduigou · 11 years ago
  3. de6727f 7172176: java/jconsole test/sun/tools/jconsole/ImmutableResourceTest.sh failing by egahlin · 11 years ago
  4. ea28496 8016127: NLS: logging.properties translatability recommendation by dfuchs · 11 years ago
  5. 60511c3 8024068: sun/security/ssl/javax/net/ssl/ServerName/IllegalSNIName.java fails by xuelei · 11 years ago
  6. 7e01a38 8023765: Improve MaxPathLength.java testcase and reduce its test load by dxu · 11 years ago
  7. 34342a4 6566891: RMIConnector: map value referencing map key in WeakHashMap prevents map entry to be removed by sjiang · 11 years ago
  8. 543931f 8023881: IDN.USE_STD3_ASCII_RULES option is too strict to use Unicode in IDN.toASCII by xuelei · 11 years ago
  9. 987d49c 4792059: test/java/io/pathNames/GeneralSolaris.java fails on symbolic links by dxu · 11 years ago
  10. 7693946 8023155: Ensure functional consistency across Random, ThreadLocalRandom, SplittableRandom by psandoz · 11 years ago
  11. 45e3388 8023713: ZipFileSystem crashes on old zip file by sherman · 11 years ago
  12. b8a57e8 8023528: Rename Comparator combinators to disambiguate overloading methods by henryjen · 11 years ago
  13. 95a939c 8023647: "abc1c".matches("(\\w)+1\\1")) returns false by sherman · 11 years ago
  14. af6c0ad 8023275: Wrapping collections should override default methods by henryjen · 11 years ago
  15. 0fdeb98 Merge by mullan · 11 years ago
  16. 40a8bb1 8019830: Add com.sun.media.sound to the list of restricted package by mullan · 11 years ago
  17. 033140b 8022761: regression: SecurityException is NOT thrown while trying to pack a wrongly signed Indexed Jar file by weijun · 11 years ago
  18. 1beb1ac 8015669: KerberosPrincipal::equals should ignore name-type Reviewed-by: mullan by weijun · 11 years ago
  19. f8784a9 Merge by lana · 11 years ago
  20. b04dde2 8020292: j.u.SplittableRandom by psandoz · 11 years ago
  21. 5dca7b3 8011944: Sort fails with ArrayIndexOutOfBoundsException by rriggs · 11 years ago
  22. ca23edf 8023234: StampedLock serializes readers on writer unlock by shade · 11 years ago
  23. d80a6ee 8022343: j.l.Class.getAnnotatedSuperclass() doesn't return null in some cases by jfranck · 11 years ago
  24. 1788f90 7129312: BufferedInputStream calculates negative array size with large streams and mark by igerasim · 11 years ago
  25. b2df4a3 8023139: java/nio/file/WatchService/SensitivityModifier.java failing intermittently (win8) by alanb · 11 years ago
  26. 4e5d658 6378503: In java.math.BigDecimal, division by one returns zero by bpb · 11 years ago
  27. 3a8f170 8005899: Logger.getLogger(name, null) should not allow to reset a non-null resource bundle by dfuchs · 11 years ago
  28. 72d00a7 Merge by lana · 11 years ago
  29. cb9c10e 8022721: AnnotationTypeDeadlockTest.java throws java.lang.IllegalStateException: unexpected condition by plevart · 11 years ago
  30. 7f5f3b9 8023430: Replace File.mkdirs with Files.createDirectories to get MaxPathLength.java failure details by dxu · 11 years ago
  31. e1ea820 8023101: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java fails by sla · 11 years ago
  32. f01cc2c 8022228: Intermittent test failures in sun/security/ssl/javax/net/ssl/NewAPIs by xuelei · 11 years ago
  33. be4486c 8016846: Pattern.splitAsStream tests required by henryjen · 11 years ago
  34. 55c6357 8023485: Remove com/sun/jdi/DoubleAgentTest.java and com/sun/jdi/FieldWatchpoints.java from ProblemList.txt by sla · 11 years ago
  35. 86dfb6e 8023367: Collections.emptyList().sort((Comparator)null) throws NPE by psandoz · 11 years ago
  36. f7d612f 8016727: test/com/sun/jdi/sde/TemperatureTableTest.java failing intermittently by sla · 11 years ago
  37. 51476cb 8020842: IDN do not throw IAE when hostname ends with a trailing dot by xuelei · 11 years ago
  38. 3dfa4ce 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile by alanb · 11 years ago
  39. f304328 8022896: test/com/sun/crypto/provider/Cipher/RSA/TestOAEPPadding.java fails by ascarpino · 11 years ago
  40. 3e51ffe 8020051: [TEST_BUG] Testcase for 8004859 has a typo Reviewed-by: anthony by serb · 11 years ago
  41. 76a6429 8022997: [macosx] Remaining duplicated key events Reviewed-by: anthony, serb by leonidr · 11 years ago
  42. 365c6b8 8022669: OAEPParameterSpec does not work if MGF1ParameterSpec is set to SHA2 algorithms by ascarpino · 11 years ago
  43. 1212a3e 7173464: Clipboard.getAvailableDataFlavors: Comparison method violates contract by pchelko · 11 years ago
  44. 94fed38 Merge by lana · 11 years ago
  45. a6c66a1 8022898: java/util/Spliterator/SpliteratorCollisions.java fails in HashableIntSpliteratorWithNull data provider by psandoz · 11 years ago
  46. 5c8d086 8012940: More than 50 tests failed in Serialization/DeSerialization testing (test-mangled) by psandoz · 11 years ago
  47. c7ff9e5 8023150: java/util/stream tests no longer compiling following JDK-8019401 by psandoz · 11 years ago
  48. 4bc469d 8019401: Collectors.collectingAndThen by briangoetz · 11 years ago
  49. 18c161d 4858457: File.getCanonicalPath() throws IOException when invoked with "nul" (win) by dxu · 11 years ago
  50. a2b2466 8023108: Remove ShortRSAKey1024.sh from ProblemList.txt Reviewed-by: mullan by vinnie · 11 years ago
  51. 9d70308 8022584: Memory leak in some NetworkInterface methods by igerasim · 11 years ago
  52. a841bf3 8015765: TEST_BUG: java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failing intermittently by alanb · 11 years ago
  53. 5fc726c 8022921: Remove experimental Profile attribute Reviewed-by: mchung, chegar by alanb · 11 years ago
  54. 5889a09 8021121: ISO 4217 Amendment Number 156 Reviewed-by: naoto by yhuang · 11 years ago
  55. 09a3db9 8022109: Evaluate adding incrementExact, decrementExact, negateExact to java.lang.Math by bpb · 11 years ago
  56. ab44d76 8022547: [verifier] move DefaultMethodRegressionTests.java to jdk by ksrini · 11 years ago
  57. 4c56f7a Merge by lana · 11 years ago
  58. d56d3ad 5049299: (process) Use posix_spawn, not fork, on S10 to avoid swap exhaustion by robm · 11 years ago
  59. 193b52d Merge by mullan · 11 years ago
  60. 8bbb022 8022897: Add test/com/sun/crypto/provider/Cipher/RSA/TestOAEPPadding.java to ProblemList by mullan · 11 years ago
  61. 36e3c4e 8019948: java/util/logging/bundlesearch/ResourceBundleSearchTest.java is failing intermittently by dfuchs · 11 years ago
  62. c389b71 8022779: ProblemList.txt updates (8/2013) by chegar · 11 years ago
  63. c2dd273 8022180: BigInteger Burnikel-Ziegler quotient and remainder calculation assumes quotient parameter is zero by bpb · 11 years ago
  64. bc86306 8020081: Cipher with OAEPPadding and OAEPParameterSpec can't be created by ascarpino · 11 years ago
  65. f6613f4 8022749: Convert junit tests to testng in test/java/lang/invoke by henryjen · 11 years ago
  66. 987958a 8015780: java/lang/reflect/Method/GenericStringTest.java failing by vromero · 11 years ago
  67. e3f1807 8022548: SPECJVM2008 has errors introduced in 7u40-b34 by joehw · 11 years ago
  68. 76100ce 8020054: (tz) Support tzdata2013d by sherman · 11 years ago
  69. 46afd03 8022326: Spliterator for values of j.u.c.ConcurrentSkipListMap does not report ORDERED by psandoz · 11 years ago
  70. bc1c719 8021788: JarInputStream doesn't provide certificates for some file under META-INF by weijun · 11 years ago
  71. 3e761eb 8013611: Modal dialog fails to obtain keyboard focus Reviewed-by: leonidr by ant · 11 years ago
  72. 57eb381 8015666: test/tools/pack200/TimeStamp.java failing by sherman · 11 years ago
  73. c0ffe5d 7147084: (process) appA hangs when read output stream of appB which starts appC that runs forever by uta · 11 years ago
  74. 80b3408 8015986: Incorrect Localization of HijrahChronology by okutsu · 11 years ago
  75. 4c1cac7 Merge by lana · 11 years ago
  76. 513f4e0 Merge by lana · 11 years ago
  77. 6c9a090 Merge by lana · 11 years ago
  78. ec4aa9e 8013849: Awt assert on Hashtable.cpp:124 Reviewed-by: serb by alexsch · 11 years ago
  79. dc38f52 Merge by lana · 11 years ago
  80. 722d988 Merge by lana · 11 years ago
  81. 46fdd9c 8021583: test/javax/print/autosense/PrintAutoSenseData.java throwing NPE by jgodinez · 11 years ago
  82. d972192 8016833: Underlines and strikethrough not rendering correctly by mcherkas · 11 years ago
  83. b97b6fc 8023215: test/java/util/Comparator/TypeTest.java not running (failing but reported as passing) by alanb · 11 years ago
  84. 34141ab 8021820: Number of opened files used in select() is limited to 1024 [macosx] by aefimov · 11 years ago
  85. 566f8e2 8022193: java/time/test/java/util/TestFormatter.java failed in th locale. by rriggs · 11 years ago
  86. 048f7e0 8022770: java/time/tck/java/time/chrono/TCKChronology.java start failing by rriggs · 11 years ago
  87. 88bc32f 8022247: java/awt/EventDispatchThread/LoopRobustness/LoopRobustness throws NPE by leonidr · 11 years ago
  88. 395c9c0 7161568: [macosx] api/javax_swing/JTabbedPane/index2.html#varios fails by alexsch · 11 years ago
  89. eac888a 8021815: Add regression test for JDK-8007267 Reviewed-by: serb by leonidr · 11 years ago
  90. 70caf04 Merge by lana · 11 years ago
  91. fc2732f Merge by lana · 11 years ago
  92. 4ca1832 8020983: OutOfMemoryError caused by non garbage collected JPEGImageWriter Instances by bae · 11 years ago
  93. 12a8ae8 8015300: JComboBox text sometimes become selected, sometimes not (Windows LAF) by malenkov · 11 years ago
  94. 567a816 Merge by lana · 11 years ago
  95. 90f915b Merge by lana · 11 years ago
  96. cf160c6 8016343: [macosx] Print job goes to default printer regardless of chosen printer by jgodinez · 11 years ago
  97. 1f91200 Merge by lana · 11 years ago
  98. ef976f9 7190349: [macosx] Text (Label) is incorrectly drawn with a rotated g2d by serb · 11 years ago
  99. 94be753 8019201: Regression: java.awt.image.ConvolveOp throws java.awt.image.ImagingOpException by bae · 11 years ago
  100. 6f27bee 8006324: [TEST_BUG] sun/invoke/util/ValueConversionsTest.java should be modified by rbackman · 11 years ago