1. f5f16c0 6470700: Math.random() / Math.initRNG() uses "double checked locking" by bpb · 11 years ago
  2. 55cdeee 6359971: Threads tab: Simple text to explain that one can click on a thread to get stack trace by egahlin · 11 years ago
  3. 31d46e5 6417649: -interval=0 is accepted and jconsole doesn't update window content at all by egahlin · 11 years ago
  4. 77e82d8 8022445: fix RMISocketFactory example to avoid using localhost by smarks · 11 years ago
  5. cb9c10e 8022721: AnnotationTypeDeadlockTest.java throws java.lang.IllegalStateException: unexpected condition by plevart · 11 years ago
  6. 7f5f3b9 8023430: Replace File.mkdirs with Files.createDirectories to get MaxPathLength.java failure details by dxu · 11 years ago
  7. af0c0ef 8023587: Fix lone remaining doclint issue in java.util.regex Reviewed-by: jjg by darcy · 11 years ago
  8. e1ea820 8023101: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java fails by sla · 11 years ago
  9. f01cc2c 8022228: Intermittent test failures in sun/security/ssl/javax/net/ssl/NewAPIs by xuelei · 11 years ago
  10. be4486c 8016846: Pattern.splitAsStream tests required by henryjen · 11 years ago
  11. 5eeb738 8023395: Remove sun.misc.Sort and sun.misc.Compare by mduigou · 11 years ago
  12. 0b5fb01 8023306: Add replace() implementations to TreeMap by mduigou · 11 years ago
  13. 55c6357 8023485: Remove com/sun/jdi/DoubleAgentTest.java and com/sun/jdi/FieldWatchpoints.java from ProblemList.txt by sla · 11 years ago
  14. 8648728 8023460: OPENJDK build fails due to missing jfr.jar Reviewed-by: alanb by dholmes · 11 years ago
  15. fed3a80 7042707: Un-needed mnemonic in JConsole resource file by egahlin · 11 years ago
  16. c748b9a 6800801: NPE in JConsole when using Nimbus L&F Reviewed-by: alanb, sjiang by egahlin · 11 years ago
  17. d5965e0 6417721: Thread list should not allow multiple selection by egahlin · 11 years ago
  18. f3172fd 6358357: Division by zero in Threads tab when shrinking jconsole window by egahlin · 11 years ago
  19. 3dfa4ce 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile by alanb · 11 years ago
  20. 012693e 8023250: Update JavaScript code in JDK for changes in iteration over Java arrays by attila · 11 years ago
  21. 86dfb6e 8023367: Collections.emptyList().sort((Comparator)null) throws NPE by psandoz · 11 years ago
  22. f7d612f 8016727: test/com/sun/jdi/sde/TemperatureTableTest.java failing intermittently by sla · 11 years ago
  23. b50620d 8023311: Clean up profile-includes.txt Reviewed-by: alanb by dholmes · 11 years ago
  24. c6a337c 8022071: Some vm/jvmti tests fail because cannot attach to the Java virtual machine by sla · 11 years ago
  25. 37079f1 8023230: The impl of KerberosClientKeyExchange maybe not exist by xuelei · 11 years ago
  26. 51476cb 8020842: IDN do not throw IAE when hostname ends with a trailing dot by xuelei · 11 years ago
  27. 46b1d48 8016850: JCK javax.security.auth.Policy tests fail when run in Profiles mode by mullan · 11 years ago
  28. 6f95b21 8023203: Wrap RandomAccessFile.seek native method into a Java helper method by dxu · 11 years ago
  29. f304328 8022896: test/com/sun/crypto/provider/Cipher/RSA/TestOAEPPadding.java fails by ascarpino · 11 years ago
  30. 365c6b8 8022669: OAEPParameterSpec does not work if MGF1ParameterSpec is set to SHA2 algorithms by ascarpino · 11 years ago
  31. 7ba3158 8014824: Document Spliterator characteristics and binding policy of java util collection impls by psandoz · 11 years ago
  32. b97b6fc 8023215: test/java/util/Comparator/TypeTest.java not running (failing but reported as passing) by alanb · 11 years ago
  33. 34141ab 8021820: Number of opened files used in select() is limited to 1024 [macosx] by aefimov · 11 years ago
  34. 1076c54 6696970: Jconsole becomes unusable if a plugin throws an exception by egahlin · 11 years ago
  35. fe50e6c 7015157: String "Tabular Navigation" should be rephrased for avoiding mistranslation by egahlin · 11 years ago
  36. c5a281a 6721425: jconsole Makefile clean rule is missing rm of generated Version.java by egahlin · 11 years ago
  37. e5e9a46 6417702: Graph in Memory tab is not redrawn immediately if changed via 'Chart' combo box by egahlin · 11 years ago
  38. 09cb295 8022318: Document Spliterator characteristics and binding policy of java util concurrent collection impls by psandoz · 11 years ago
  39. 6d31742 8019185: Inconsistency between JapaneseEra start dates and java.util.JapaneseImperialDate by rriggs · 11 years ago
  40. 566f8e2 8022193: java/time/test/java/util/TestFormatter.java failed in th locale. by rriggs · 11 years ago
  41. 048f7e0 8022770: java/time/tck/java/time/chrono/TCKChronology.java start failing by rriggs · 11 years ago
  42. 763326f 8022797: Clarify spliterator characteristics for collections containing no elements by psandoz · 11 years ago
  43. a6c66a1 8022898: java/util/Spliterator/SpliteratorCollisions.java fails in HashableIntSpliteratorWithNull data provider by psandoz · 11 years ago
  44. 5c8d086 8012940: More than 50 tests failed in Serialization/DeSerialization testing (test-mangled) by psandoz · 11 years ago
  45. c7ff9e5 8023150: java/util/stream tests no longer compiling following JDK-8019401 by psandoz · 11 years ago
  46. 4bc469d 8019401: Collectors.collectingAndThen by briangoetz · 11 years ago
  47. de186ec 8017109: Cleanup overrides warning in src/solaris/classes/sun/print/AttributeClass.java by dxu · 11 years ago
  48. 18c161d 4858457: File.getCanonicalPath() throws IOException when invoked with "nul" (win) by dxu · 11 years ago
  49. 15da62b Merge by vinnie · 11 years ago
  50. a2b2466 8023108: Remove ShortRSAKey1024.sh from ProblemList.txt Reviewed-by: mullan by vinnie · 11 years ago
  51. 9e4757f 7154662: {CRC32, Adler32}.update(byte[] b, int off, int len): undocumented ArrayIndexOutOfBoundsException by sherman · 11 years ago
  52. 01f6018 8022126: Remove throws SocketException from DatagramPacket constructors accepting SocketAddress by chegar · 11 years ago
  53. 50adbb1 8023104: ConcurrentHashMap typo Reviewed-by: chegar, mduigou by dl · 11 years ago
  54. 5268ed6 8023103: FJ parallelism zero by dl · 11 years ago
  55. 9d70308 8022584: Memory leak in some NetworkInterface methods by igerasim · 11 years ago
  56. a841bf3 8015765: TEST_BUG: java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failing intermittently by alanb · 11 years ago
  57. 5fc726c 8022921: Remove experimental Profile attribute Reviewed-by: mchung, chegar by alanb · 11 years ago
  58. 5889a09 8021121: ISO 4217 Amendment Number 156 Reviewed-by: naoto by yhuang · 11 years ago
  59. 0afe054 8023075: JDK-5049299 has broken old make in jdk8 Reviewed-by: katleman by wetmore · 11 years ago
  60. 09a3db9 8022109: Evaluate adding incrementExact, decrementExact, negateExact to java.lang.Math by bpb · 11 years ago
  61. 6b2cb2f 8022178: System.console() throws IOE on some Windows by sherman · 11 years ago
  62. ab78578 8022990: Fix dep_ann lint warnings in swing code Reviewed-by: alexsch by darcy · 11 years ago
  63. ab44d76 8022547: [verifier] move DefaultMethodRegressionTests.java to jdk by ksrini · 11 years ago
  64. a94b943 Merge by coleenp · 11 years ago
  65. 4c56f7a Merge by lana · 11 years ago
  66. d56d3ad 5049299: (process) Use posix_spawn, not fork, on S10 to avoid swap exhaustion by robm · 11 years ago
  67. cbc782e Merge by lana · 11 years ago
  68. c3b3b6d 8022959: Fix new doclint issues in java.util.zip Reviewed-by: chegar by darcy · 11 years ago
  69. d91c3f8 8022259: MakeClasslist is buggy and its README is out of date. by hseigel · 11 years ago
  70. 193b52d Merge by mullan · 11 years ago
  71. 8bbb022 8022897: Add test/com/sun/crypto/provider/Cipher/RSA/TestOAEPPadding.java to ProblemList by mullan · 11 years ago
  72. 36e3c4e 8019948: java/util/logging/bundlesearch/ResourceBundleSearchTest.java is failing intermittently by dfuchs · 11 years ago
  73. c389b71 8022779: ProblemList.txt updates (8/2013) by chegar · 11 years ago
  74. c2dd273 8022180: BigInteger Burnikel-Ziegler quotient and remainder calculation assumes quotient parameter is zero by bpb · 11 years ago
  75. cc334e5 Merge by vinnie · 11 years ago
  76. 5666b89 8013170: Spec for PBEParameterSpec does not specify behavior when paramSpec is null by vinnie · 11 years ago
  77. 4de5d7b 8022753: SQLXML javadoc example typo Reviewed-by: alanb, mchung by lancea · 11 years ago
  78. f6613f4 8022749: Convert junit tests to testng in test/java/lang/invoke by henryjen · 11 years ago
  79. bc86306 8020081: Cipher with OAEPPadding and OAEPParameterSpec can't be created by ascarpino · 11 years ago
  80. 987958a 8015780: java/lang/reflect/Method/GenericStringTest.java failing by vromero · 11 years ago
  81. 977815b Merge by mullan · 11 years ago
  82. 45ec39b 8016848: javax_security/auth/login tests fail in compact 1 and 2 profiles by mullan · 11 years ago
  83. 0c2d023 8022487: DEREncodedKeyValue.supportedKeyTypes should be private by xuelei · 11 years ago
  84. e3f1807 8022548: SPECJVM2008 has errors introduced in 7u40-b34 by joehw · 11 years ago
  85. 76100ce 8020054: (tz) Support tzdata2013d by sherman · 11 years ago
  86. acec69d 8021977: Opening a file using java.io can throw IOException on Windows by dxu · 11 years ago
  87. e64b414 8022724: lint warnings in j.u.concurrent packages by dl · 11 years ago
  88. e84a212 8022661: InetAddress.writeObject() performs flush() on object output stream by chegar · 11 years ago
  89. 46afd03 8022326: Spliterator for values of j.u.c.ConcurrentSkipListMap does not report ORDERED by psandoz · 11 years ago
  90. 96e01e3 6614237: missing codepage Cp290 at java runtime by sherman · 11 years ago
  91. bc1c719 8021788: JarInputStream doesn't provide certificates for some file under META-INF by weijun · 11 years ago
  92. 9ad6900 8022461: Fix lint warnings in sun.security.{provider,rsa,x509} by juh · 11 years ago
  93. 57eb381 8015666: test/tools/pack200/TimeStamp.java failing by sherman · 11 years ago
  94. 5d5da10 Added tag jdk8-b102 for changeset 8ed8e2b4b90e by cl · 11 years ago
  95. cf0f305 8016594: Native Windows ccache still reads DES tickets by weijun · 11 years ago
  96. c0ffe5d 7147084: (process) appA hangs when read output stream of appB which starts appC that runs forever by uta · 11 years ago
  97. 80b3408 8015986: Incorrect Localization of HijrahChronology by okutsu · 11 years ago
  98. 4c1cac7 Merge by lana · 11 years ago
  99. 513f4e0 Merge by lana · 11 years ago
  100. b31d51d 8014883: java.awt.container.add(component comp object constraints) doesn't work as expected on some linux platforms by prr · 11 years ago