1. 1288811 8028321: Fix for String.split() empty input sequence/JDK-6559590 triggers regression by sherman · 11 years ago
  2. 8472b78 8026884: test for fix of JDK-8021398 does not have @bug tag by emc · 11 years ago
  3. 1242a6d 8027645: Pattern.split() with positive lookahead by sherman · 11 years ago
  4. e2671ea 6954510: TEST_BUG: Testcase failure com/sun/jdi/BreakpointWithFullGC.sh by egahlin · 11 years ago
  5. 528f535 8028270: Files.readSymbolicLink calls AccessController directly so security manager can't grant the permission by alanb · 11 years ago
  6. 1549cbf 8022213: Intermittent test failures in java/net/URLClassLoader by chegar · 11 years ago
  7. 79bee70 8028234: Remove unused methods in sun.misc.JavaAWTAccess by mchung · 11 years ago
  8. 2c9d44f 8015497: Take new fixes from hotspot/test/testlibrary to jdk/test/lib/testlibrary by ykantser · 11 years ago
  9. be1bb2e 6959636: testcase failing on windows javax/management/loading/LibraryLoader/LibraryLoaderTest.java by egahlin · 11 years ago
  10. 167995b 8004126: TEST_BUG: com/sun/jdi/BadHandshakeTest.java fails intermittently by jbachorik · 11 years ago
  11. 305644c 8026952: Test java/util/logging/LogManager/RootLogger/setLevel/TestRootLoggerLevel.java has wrong @bug id by dfuchs · 11 years ago
  12. 52c7b83 8023147: Test DisabledShortRSAKeys.java intermittent failed Reviewed-by: mullan by xuelei · 11 years ago
  13. 34768b5 8028239: test/sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.sh with NoClassDefFoundError by alanb · 11 years ago
  14. 095db91 8028208: (aio) Assertion in clearPendingIoMap when closing at around time file lock is acquired immediately (win) by alanb · 11 years ago
  15. aece116 6849945: VM Periodic Task Thread CPU time = -1ns in HotspotThreadMBean.getInternalThreadCpuTimes() by egahlin · 11 years ago
  16. 24161ea 6543856: MonitorVmStartTerminate.sh fails intermittently by egahlin · 11 years ago
  17. 0125ad8 8027209: javax/management/monitor/ThreadPoolAccTest.java fails intermittently by egahlin · 11 years ago
  18. 9a84693 8027823: catchException combinator fails with 9 argument target by vlivanov · 11 years ago
  19. 5302483 8027803: test/sun/reflect/AnonymousNewInstance/ManyNewInstanceAnonTest.java fails by rfield · 11 years ago
  20. 05aaaa2 8026330: java.util.Base64 urlEncoder should omit padding by sherman · 11 years ago
  21. 0220676 8014506: Test of Jdp feature by sla · 11 years ago
  22. 40d6ba2 8028060: test/java/net/URLPermission/nstest/lookup.sh failing (win) by michaelm · 11 years ago
  23. 3b0deaa 8028102: All test targets, jdk/test/Makefile, fail on Windows by chegar · 11 years ago
  24. 5bc1e01 8027991: InputStream should be closed in sun.security.tools.jarsigner.Main by weijun · 11 years ago
  25. 9e7871a 6523160: RuntimeMXBean.getUptime() returns negative values by jbachorik · 11 years ago
  26. cf83c0a 8028044: [TEST_BUG] Calendar shell tests do not pass TESTVMOPTS by alanb · 11 years ago
  27. c2f9658 Merge by lana · 11 years ago
  28. 8845199 8023462: TEST_BUG: test/com/sun/net/httpserver/bugs/B6433018.java fails on slow/single core machine by tyan · 11 years ago
  29. a204cf6 8019834: InetAddress.getByName hangs for bad IPv6 literals Reviewed-by: alanb by chegar · 11 years ago
  30. f508f9b 8022963: java/net/NetworkInterface/Equals.java fails equality for Windows Teredo Interface by tyan · 11 years ago
  31. 48ff279 8027351: (ref) Private finalize method invoked in preference to protected superclass method by mchung · 11 years ago
  32. 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
  33. 3526625 8027695: There should be a space before % sign in Swedish locale by yhuang · 11 years ago
  34. 80a996b 8027930: ResourceBundle test failures in fr locale Reviewed-by: smarks by naoto · 11 years ago
  35. 276b2e7 8027881: test/java/net/URLPermission/nstest/LookupTest.java failing intermittently, output insufficient by michaelm · 11 years ago
  36. fb84807 8027822: ProblemList.txt Updates (11/2013) by chegar · 11 years ago
  37. 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
  38. 122c592 8021309: replace test/Makefile jdk_* targets with jtreg groups by mduigou · 11 years ago
  39. d70ecd4 8022208: Intermittent test failures in java/lang/Thread/ThreadStateTest.java by mchung · 11 years ago
  40. 9d079dc 8027860: [TEST_BUG] File not closed in javax/xml/jaxp/parsers/8022548/XOMParserTest.java by joehw · 11 years ago
  41. ee7b99b 8027712: DistinctOpTest fails for unordered test Reviewed-by: henryjen, alanb by psandoz · 11 years ago
  42. 056b8f4 8027612: java/io/File/MaxPathLength.java fails intermittently in the clean-up stage by dxu · 11 years ago
  43. 1a6712e 8016725: TEST_BUG: java/lang/reflect/Method/DefaultMethodModeling.java failing intermittently by alundblad · 11 years ago
  44. 5ecc2d6 7194897: JSR 292: Cannot create more than 16 instances of an anonymous class by rfield · 11 years ago
  45. 16c4017 8027687: The constructors of URLPermission class do not behave as described in javad by michaelm · 11 years ago
  46. 0af2fa5 8027625: test/java/math/BigInteger/ExtremeShiftingTests.java needs @run tag to specify heap size by bpb · 11 years ago
  47. 0ea653f 8025198: Intermittent test failure: java/util/concurrent/ThreadPoolExecutor/ThrowingTasks.java by dholmes · 11 years ago
  48. ba72f2b 8027624: com/sun/crypto/provider/KeyFactory/TestProviderLeak.java unstable again by dxu · 11 years ago
  49. 13f9272 8027705: com/sun/jdi/JdbMethodExitTest.sh fails when a background thread is generating events. by sla · 11 years ago
  50. 9b1bdd6 8027692: Remove java/lang/management/MemoryMXBean/LowMemoryTest2.sh from ProblemList.txt by sla · 11 years ago
  51. ca2ffe4 Merge by lana · 11 years ago
  52. fd6a887 Merge by lana · 11 years ago
  53. d3a0ec8 Merge by lana · 11 years ago
  54. b350ac2 8024876: [TEST_BUG] javax/xml/jaxp/parsers/8022548/XOMParserTest.java failed when testbase dir has read only permissions by joehw · 11 years ago
  55. bbbf024 8027155: test/java/io/File/NulFile.java failing when test run in othervm mode by dxu · 11 years ago
  56. 7b4de10 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow by leonidr · 11 years ago
  57. b3fd717 8027152: Regression: test closed/java/awt/Serialize/NullSerializationTest/NullSerializationTest.html fails since JDK 8 b112 by pchelko · 11 years ago
  58. c0e11ea 7144200: java/lang/management/ClassLoadingMXBean/LoadCounts.java failed with JFR enabled by jbachorik · 11 years ago
  59. bd3f02b 8027316: Distinct operation on an unordered stream should not be a barrier by psandoz · 11 years ago
  60. 91d24f8 6910473: java.math.BigInteger.bitLength() may return negative "int" on large numbers by bpb · 11 years ago
  61. 44b02c7 8005294: Consider default methods for additions to AnnotatedElement by darcy · 11 years ago
  62. 5834a82 8027526: CheckTipsAndVersions.java failing occasionally by wetmore · 11 years ago
  63. 2bb01b0 8027318: Lambda Metafactory: generate serialization-hostile read/writeObject methods for non-serializable lambdas by briangoetz · 11 years ago
  64. 809f1e4 Merge by lana · 11 years ago
  65. 763e18b Merge by michaelm · 11 years ago
  66. 4f96e0f 8027570: NullPointerException in URLPermission.hashCode() Reviewed-by: chegar by michaelm · 11 years ago
  67. f84dd6e 8020467: Inconsistency between usage.getUsed() and isUsageThresholdExceeded() with CMS Old Gen pool by jbachorik · 11 years ago
  68. c48c78a 6931564: Incorrect display name of Locale for south africa Reviewed-by: yhuang by mfang · 11 years ago
  69. cf81efe 6192407: s10_70, ko, s1/dvd, minor misspelling under "Select Software Localizations" by mfang · 11 years ago
  70. 472e045 8022229: Intermittent test failures in sun/tools/jstatd by ykantser · 11 years ago
  71. 7b24dc7 8027058: sun/management/jmxremote/bootstrap/RmiBootstrapTest.sh Failed to initialize connector by jbachorik · 11 years ago
  72. b2d1fbd 8027358: sun/management/jmxremote/bootstrap/LocalManagementTest.java failing since JDK-8004926 by jbachorik · 11 years ago
  73. 9cbfecb Merge by lana · 11 years ago
  74. ce1f60a 8026705: [TEST_BUG] java/beans/Introspector/TestTypeResolver.java failed by malenkov · 11 years ago
  75. 8477a4f 8027066: XMLDecoder in java 7 cannot properly deserialize object arrays by alitvinov · 11 years ago
  76. 397e5d1 Merge by lana · 11 years ago
  77. 42641c1 8025673: [macosx] Disable X11 AWT toolkit by dholmes · 11 years ago
  78. 5bdb308 8027025: [macosx] getLocationOnScreen returns 0 if parent invisible by pchelko · 11 years ago
  79. 94e8ea6 8026772: test/sun/util/resources/TimeZone/Bug6317929.java failing by aefimov · 11 years ago
  80. 0acd4b1 8027371: Add JDI tests for breakpointing and stepping in lambda code by sla · 11 years ago
  81. 759e2d1 8026863: regression in anonymous Logger.setParent method by dfuchs · 11 years ago
  82. 9187d14 8004926: sun/management/jmxremote/bootstrap/CustomLauncherTest.sh oftenly times out by jbachorik · 11 years ago
  83. d4216d6 7079145: Remove java/net/ipv6tests/UdpTest.java from the ProblemList.txt by ewang · 11 years ago
  84. 1bec4c9 8004476: XSLT Extension Functions Don't Work in WebStart by joehw · 11 years ago
  85. c2273fa 8025003: Base64 should be less strict with padding by sherman · 11 years ago
  86. b1be72e 8023651: j.l.r.Constructor.getAnnotatedReceiverType() and j.l.r.Constructor.getAnnotatedReturnType() for inner classes return incorrect result by jfranck · 11 years ago
  87. 5762a4b 8023862: deprecate HTTP proxying from RMI Reviewed-by: mchung by smarks · 11 years ago
  88. 5a83cae 8027170: Annotations declared on super-super-class should be overridden by super-class. by alundblad · 11 years ago
  89. aa59b7f 7090424: TestGlyphVectorLayout failed automately with java.lang.StackOverflowError by serb · 11 years ago
  90. d02bcdc 8024521: (process) Async close issues with Process InputStream by igerasim · 11 years ago
  91. 1d17e2f 8026344: j.u.c.a *Adder and *Accumulator extend a package private class that is Serializable by alanb · 11 years ago
  92. 5232d59 8023483: sun/java2d/DirectX/TransformedPaintTest/TransformedPaintTest.java failed with jdk8 on linux platforms by ceisserer · 11 years ago
  93. 3990062 8020209: [macosx] Mac OS X key event confusion for "COMMAND PLUS" by leonidr · 11 years ago
  94. 71778c4 8025988: [macosx] Attribute settings don't work for JobAttributes range by jgodinez · 11 years ago
  95. 911d94e 7025699: Policy Tool is not accessible by keyboard by weijun · 11 years ago
  96. a8ccc29 8004138: ForkJoinTask leaks exceptions by mduigou · 11 years ago
  97. ba92189 8015912: jdeps support to output in dot file format by mchung · 11 years ago
  98. 991822b 8026233: test/sun/security/tools/keytool/StorePasswords.java needs to clean up files by juh · 11 years ago
  99. 5acc970 8015243: SchemaFactory does not catch enum. value that is not in the value space of the base type, anyURI by joehw · 11 years ago
  100. 4348301 Merge by mullan · 11 years ago