1. 0125ad8 8027209: javax/management/monitor/ThreadPoolAccTest.java fails intermittently by egahlin · 11 years ago
  2. 9a84693 8027823: catchException combinator fails with 9 argument target by vlivanov · 11 years ago
  3. 5302483 8027803: test/sun/reflect/AnonymousNewInstance/ManyNewInstanceAnonTest.java fails by rfield · 11 years ago
  4. 05aaaa2 8026330: java.util.Base64 urlEncoder should omit padding by sherman · 11 years ago
  5. 0220676 8014506: Test of Jdp feature by sla · 11 years ago
  6. 1ab38a9 8028149: Clean-up javac -Xlint warnings in com.sun.rowset and com.sun.rowset.internal by lancea · 11 years ago
  7. 40d6ba2 8028060: test/java/net/URLPermission/nstest/lookup.sh failing (win) by michaelm · 11 years ago
  8. 3b0deaa 8028102: All test targets, jdk/test/Makefile, fail on Windows by chegar · 11 years ago
  9. 5bc1e01 8027991: InputStream should be closed in sun.security.tools.jarsigner.Main by weijun · 11 years ago
  10. d223e8b 8028099: Many com/sun/management/OperatingSystemMXBean tests failing with CCE (win) by alanb · 11 years ago
  11. 9e7871a 6523160: RuntimeMXBean.getUptime() returns negative values by jbachorik · 11 years ago
  12. 2faa3bc 8028092: Lint cleanup of java.time.format by rriggs · 11 years ago
  13. cf83c0a 8028044: [TEST_BUG] Calendar shell tests do not pass TESTVMOPTS by alanb · 11 years ago
  14. c2f9658 Merge by lana · 11 years ago
  15. 244585c 8028041: Serialized Form description of j.l.String is not consistent with the implementation by rriggs · 11 years ago
  16. 6456288 8028074: InetAddress.getByName fails with UHE "invalid IPv6 address" if host name starts with a-f by alanb · 11 years ago
  17. 3bc5f1c 8028076: Correct raw type lint warnings in core reflection implementation classes by darcy · 11 years ago
  18. 4b3b719 8025985: com.sun.management.OSMBeanFactory should not be public by mchung · 11 years ago
  19. 8845199 8023462: TEST_BUG: test/com/sun/net/httpserver/bugs/B6433018.java fails on slow/single core machine by tyan · 11 years ago
  20. bfef454 8028069: (ref) Finalizer.c not deleted in the changeset for JDK-8027351 by mchung · 11 years ago
  21. a204cf6 8019834: InetAddress.getByName hangs for bad IPv6 literals Reviewed-by: alanb by chegar · 11 years ago
  22. f508f9b 8022963: java/net/NetworkInterface/Equals.java fails equality for Windows Teredo Interface by tyan · 11 years ago
  23. 48ff279 8027351: (ref) Private finalize method invoked in preference to protected superclass method by mchung · 11 years ago
  24. 0a6bbaa Added tag jdk8-b115 for changeset f82b730c798b by cl · 11 years ago
  25. 38ee663 8027752: sun/tools/jstatd/TestJstatdExternalRegistry.java: java.lang.SecurityException: attempt to add a Permission to a readonly Permissions object by ykantser · 11 years ago
  26. 132da0a 8007984: Null pointer dereference in jdk/linux-amd64/democlasses/demo/jvmti/heapTracker/src/java_crw_demo.c by jbachorik · 11 years ago
  27. 3526625 8027695: There should be a space before % sign in Swedish locale by yhuang · 11 years ago
  28. 4060a2c 8024458: DataInput.readDouble refers to "readlong" instead of "readLong" by rriggs · 11 years ago
  29. 80a996b 8027930: ResourceBundle test failures in fr locale Reviewed-by: smarks by naoto · 11 years ago
  30. c0e0767 8027796: Refactor Core Reflection for Type Annotations Reviewed-by: psandoz by jfranck · 11 years ago
  31. 276b2e7 8027881: test/java/net/URLPermission/nstest/LookupTest.java failing intermittently, output insufficient by michaelm · 11 years ago
  32. 01c0e12 8027961: Inet[4|6]Address native initializing code should check field/MethodID values by chegar · 11 years ago
  33. fb84807 8027822: ProblemList.txt Updates (11/2013) by chegar · 11 years ago
  34. 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
  35. b2ebc06 8027227: [asm] generate CONSTANT_InterfaceMethodref for invoke{special/static) of non-abstract methods on ifaces by ksrini · 11 years ago
  36. 47511cd 8025698: (fs) Typo in exception thrown by encode() in UnixPath.java by dxu · 11 years ago
  37. 122c592 8021309: replace test/Makefile jdk_* targets with jtreg groups by mduigou · 11 years ago
  38. d70ecd4 8022208: Intermittent test failures in java/lang/Thread/ThreadStateTest.java by mchung · 11 years ago
  39. 9d079dc 8027860: [TEST_BUG] File not closed in javax/xml/jaxp/parsers/8022548/XOMParserTest.java by joehw · 11 years ago
  40. ee7b99b 8027712: DistinctOpTest fails for unordered test Reviewed-by: henryjen, alanb by psandoz · 11 years ago
  41. 056b8f4 8027612: java/io/File/MaxPathLength.java fails intermittently in the clean-up stage by dxu · 11 years ago
  42. 1a6712e 8016725: TEST_BUG: java/lang/reflect/Method/DefaultMethodModeling.java failing intermittently by alundblad · 11 years ago
  43. 5ecc2d6 7194897: JSR 292: Cannot create more than 16 instances of an anonymous class by rfield · 11 years ago
  44. 16c4017 8027687: The constructors of URLPermission class do not behave as described in javad by michaelm · 11 years ago
  45. 0af2fa5 8027625: test/java/math/BigInteger/ExtremeShiftingTests.java needs @run tag to specify heap size by bpb · 11 years ago
  46. 675df3b 8027755: Anti-delta incorrect push for 8025198 Reviewed-by: alanb by dholmes · 11 years ago
  47. 0ea653f 8025198: Intermittent test failure: java/util/concurrent/ThreadPoolExecutor/ThrowingTasks.java by dholmes · 11 years ago
  48. cf501b5 8024635: Caching MethodType's descriptor string improves lambda linkage performance by jrose · 11 years ago
  49. ba72f2b 8027624: com/sun/crypto/provider/KeyFactory/TestProviderLeak.java unstable again by dxu · 11 years ago
  50. 13f9272 8027705: com/sun/jdi/JdbMethodExitTest.sh fails when a background thread is generating events. by sla · 11 years ago
  51. 9b1bdd6 8027692: Remove java/lang/management/MemoryMXBean/LowMemoryTest2.sh from ProblemList.txt by sla · 11 years ago
  52. ca2ffe4 Merge by lana · 11 years ago
  53. fd6a887 Merge by lana · 11 years ago
  54. d3a0ec8 Merge by lana · 11 years ago
  55. b350ac2 8024876: [TEST_BUG] javax/xml/jaxp/parsers/8022548/XOMParserTest.java failed when testbase dir has read only permissions by joehw · 11 years ago
  56. 5449b48 Added tag jdk8-b114 for changeset f26a0c8071bd by cl · 11 years ago
  57. bbbf024 8027155: test/java/io/File/NulFile.java failing when test run in othervm mode by dxu · 11 years ago
  58. 7b4de10 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow by leonidr · 11 years ago
  59. b3fd717 8027152: Regression: test closed/java/awt/Serialize/NullSerializationTest/NullSerializationTest.html fails since JDK 8 b112 by pchelko · 11 years ago
  60. afbfb09 8027151: AWT_DnD/Basic_DnD/Automated/DnDMerlinQL/MultipleJVM failing on windows machine by bagiras · 11 years ago
  61. 075895d 8024633: Lambda linkage performance - initialize generated class earlier by briangoetz · 11 years ago
  62. 71b63b3 8024637: Lambda linkage performance - use reflection instead of ASM to manipulate parameter types by briangoetz · 11 years ago
  63. c0e11ea 7144200: java/lang/management/ClassLoadingMXBean/LoadCounts.java failed with JFR enabled by jbachorik · 11 years ago
  64. bd3f02b 8027316: Distinct operation on an unordered stream should not be a barrier by psandoz · 11 years ago
  65. 3a8e6f3 8023863: deprecate support for statically-generated stubs from RMI (JRMP) by smarks · 11 years ago
  66. 91d24f8 6910473: java.math.BigInteger.bitLength() may return negative "int" on large numbers by bpb · 11 years ago
  67. 44b02c7 8005294: Consider default methods for additions to AnnotatedElement by darcy · 11 years ago
  68. 5834a82 8027526: CheckTipsAndVersions.java failing occasionally by wetmore · 11 years ago
  69. 2bb01b0 8027318: Lambda Metafactory: generate serialization-hostile read/writeObject methods for non-serializable lambdas by briangoetz · 11 years ago
  70. 809f1e4 Merge by lana · 11 years ago
  71. 763e18b Merge by michaelm · 11 years ago
  72. 4f96e0f 8027570: NullPointerException in URLPermission.hashCode() Reviewed-by: chegar by michaelm · 11 years ago
  73. f84dd6e 8020467: Inconsistency between usage.getUsed() and isUsageThresholdExceeded() with CMS Old Gen pool by jbachorik · 11 years ago
  74. c48c78a 6931564: Incorrect display name of Locale for south africa Reviewed-by: yhuang by mfang · 11 years ago
  75. cf81efe 6192407: s10_70, ko, s1/dvd, minor misspelling under "Select Software Localizations" by mfang · 11 years ago
  76. 472e045 8022229: Intermittent test failures in sun/tools/jstatd by ykantser · 11 years ago
  77. 977a593 8026880: NetworkInterface native initializing code should check fieldID values by chegar · 11 years ago
  78. 7b24dc7 8027058: sun/management/jmxremote/bootstrap/RmiBootstrapTest.sh Failed to initialize connector by jbachorik · 11 years ago
  79. 26b4399 8025521: [de] mnemonic conflict in FileChooser for GTK Style feel&look by mfang · 11 years ago
  80. 2d34872 Merge by mfang · 11 years ago
  81. 8c8125b 8008647: [es] minor cosmetic issues in translated java command line outputs by mfang · 11 years ago
  82. b2d1fbd 8027358: sun/management/jmxremote/bootstrap/LocalManagementTest.java failing since JDK-8004926 by jbachorik · 11 years ago
  83. 3801e48 8025646: [pt_BR] overtranslation of option in java command line output by mfang · 11 years ago
  84. c318000 8008437: [sv] over-translation in java command line outputs by mfang · 11 years ago
  85. 543aa45 8026108: [it, ja, zh_CN] wrong translation in jar example. by mfang · 11 years ago
  86. 3dd7503 8027466: Revert jdk/THIRD_PARTY_README to known good version Reviewed-by: alanb by chegar · 11 years ago
  87. 5e7aab4 8027442: JDK compilation fails on MacOS Reviewed-by: alexsch, pchelko by malenkov · 11 years ago
  88. a0cf85d 8027298: broken link in jdk8b113 macosx binaries Reviewed-by: dcubed, ihse by erikj · 11 years ago
  89. ba51f97 Merge by jlaskey · 11 years ago
  90. 94b405d 8022746: List of spelling errors in API doc Reviewed-by: alexsch, smarks by malenkov · 11 years ago
  91. 2cdf1dc 8027157: [SwingNode] needs explicit expose for JWindow Reviewed-by: art, anthony by ant · 11 years ago
  92. 0f96625 Merge by katleman · 11 years ago
  93. 9cbfecb Merge by lana · 11 years ago
  94. 10a5a93 8027117: adapt JDK-7165611 to new build-infra whitespace/indent policy by dcubed · 11 years ago
  95. 7f3268a 7172770: Default Toolkit implementation return null value for property "awt.dynamicLayoutSupported" by serb · 11 years ago
  96. ce1f60a 8026705: [TEST_BUG] java/beans/Introspector/TestTypeResolver.java failed by malenkov · 11 years ago
  97. 8477a4f 8027066: XMLDecoder in java 7 cannot properly deserialize object arrays by alitvinov · 11 years ago
  98. 397e5d1 Merge by lana · 11 years ago
  99. 42641c1 8025673: [macosx] Disable X11 AWT toolkit by dholmes · 11 years ago
  100. 753cdfd 8016096: [macosx] jawt_md.h shipped with jdk is outdated by dholmes · 11 years ago