1. 340a31e 8028049: Tidy warnings cleanup for packages java.nio/java.io by yan · 11 years ago
  2. dfd7aaf 8027765: Make exit codes and stdout/stderr printing from jmap/jinfo/jstack/jps consistent by sla · 11 years ago
  3. 62ed620 8028055: (reflect) invoking Method/Constructor in anonymous classes breaks with -Dsun.reflect.noInflation=true by jfranck · 11 years ago
  4. 1288811 8028321: Fix for String.split() empty input sequence/JDK-6559590 triggers regression by sherman · 11 years ago
  5. 8472b78 8026884: test for fix of JDK-8021398 does not have @bug tag by emc · 11 years ago
  6. 1242a6d 8027645: Pattern.split() with positive lookahead by sherman · 11 years ago
  7. e767c89 8028300: Fix raw type lint warnings in java.util.concurrent by darcy · 11 years ago
  8. 528f535 8028270: Files.readSymbolicLink calls AccessController directly so security manager can't grant the permission by alanb · 11 years ago
  9. 79bee70 8028234: Remove unused methods in sun.misc.JavaAWTAccess by mchung · 11 years ago
  10. 4772629 8028014: Doclint warning/error cleanup in javax.management by rriggs · 11 years ago
  11. bc48b47 8028229: Fix more raw types lint warning in core libraries by darcy · 11 years ago
  12. 095db91 8028208: (aio) Assertion in clearPendingIoMap when closing at around time file lock is acquired immediately (win) by alanb · 11 years ago
  13. 75f7de3 8028027: serialver should emit declaration with the 'private' modifier by smarks · 11 years ago
  14. 9a84693 8027823: catchException combinator fails with 9 argument target by vlivanov · 11 years ago
  15. 05aaaa2 8026330: java.util.Base64 urlEncoder should omit padding by sherman · 11 years ago
  16. 1ab38a9 8028149: Clean-up javac -Xlint warnings in com.sun.rowset and com.sun.rowset.internal by lancea · 11 years ago
  17. 5bc1e01 8027991: InputStream should be closed in sun.security.tools.jarsigner.Main by weijun · 11 years ago
  18. d223e8b 8028099: Many com/sun/management/OperatingSystemMXBean tests failing with CCE (win) by alanb · 11 years ago
  19. 9e7871a 6523160: RuntimeMXBean.getUptime() returns negative values by jbachorik · 11 years ago
  20. 2faa3bc 8028092: Lint cleanup of java.time.format by rriggs · 11 years ago
  21. c2f9658 Merge by lana · 11 years ago
  22. 244585c 8028041: Serialized Form description of j.l.String is not consistent with the implementation by rriggs · 11 years ago
  23. 6456288 8028074: InetAddress.getByName fails with UHE "invalid IPv6 address" if host name starts with a-f by alanb · 11 years ago
  24. 3bc5f1c 8028076: Correct raw type lint warnings in core reflection implementation classes by darcy · 11 years ago
  25. 4b3b719 8025985: com.sun.management.OSMBeanFactory should not be public by mchung · 11 years ago
  26. bfef454 8028069: (ref) Finalizer.c not deleted in the changeset for JDK-8027351 by mchung · 11 years ago
  27. a204cf6 8019834: InetAddress.getByName hangs for bad IPv6 literals Reviewed-by: alanb by chegar · 11 years ago
  28. 48ff279 8027351: (ref) Private finalize method invoked in preference to protected superclass method by mchung · 11 years ago
  29. 132da0a 8007984: Null pointer dereference in jdk/linux-amd64/democlasses/demo/jvmti/heapTracker/src/java_crw_demo.c by jbachorik · 11 years ago
  30. 3526625 8027695: There should be a space before % sign in Swedish locale by yhuang · 11 years ago
  31. 4060a2c 8024458: DataInput.readDouble refers to "readlong" instead of "readLong" by rriggs · 11 years ago
  32. c0e0767 8027796: Refactor Core Reflection for Type Annotations Reviewed-by: psandoz by jfranck · 11 years ago
  33. 01c0e12 8027961: Inet[4|6]Address native initializing code should check field/MethodID values 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. 5ecc2d6 7194897: JSR 292: Cannot create more than 16 instances of an anonymous class by rfield · 11 years ago
  38. 16c4017 8027687: The constructors of URLPermission class do not behave as described in javad by michaelm · 11 years ago
  39. 675df3b 8027755: Anti-delta incorrect push for 8025198 Reviewed-by: alanb by dholmes · 11 years ago
  40. 0ea653f 8025198: Intermittent test failure: java/util/concurrent/ThreadPoolExecutor/ThrowingTasks.java by dholmes · 11 years ago
  41. cf501b5 8024635: Caching MethodType's descriptor string improves lambda linkage performance by jrose · 11 years ago
  42. ca2ffe4 Merge by lana · 11 years ago
  43. fd6a887 Merge by lana · 11 years ago
  44. d3a0ec8 Merge by lana · 11 years ago
  45. 7b4de10 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow by leonidr · 11 years ago
  46. b3fd717 8027152: Regression: test closed/java/awt/Serialize/NullSerializationTest/NullSerializationTest.html fails since JDK 8 b112 by pchelko · 11 years ago
  47. afbfb09 8027151: AWT_DnD/Basic_DnD/Automated/DnDMerlinQL/MultipleJVM failing on windows machine by bagiras · 11 years ago
  48. 075895d 8024633: Lambda linkage performance - initialize generated class earlier by briangoetz · 11 years ago
  49. 71b63b3 8024637: Lambda linkage performance - use reflection instead of ASM to manipulate parameter types by briangoetz · 11 years ago
  50. bd3f02b 8027316: Distinct operation on an unordered stream should not be a barrier by psandoz · 11 years ago
  51. 3a8e6f3 8023863: deprecate support for statically-generated stubs from RMI (JRMP) by smarks · 11 years ago
  52. 91d24f8 6910473: java.math.BigInteger.bitLength() may return negative "int" on large numbers by bpb · 11 years ago
  53. 44b02c7 8005294: Consider default methods for additions to AnnotatedElement by darcy · 11 years ago
  54. 2bb01b0 8027318: Lambda Metafactory: generate serialization-hostile read/writeObject methods for non-serializable lambdas by briangoetz · 11 years ago
  55. 809f1e4 Merge by lana · 11 years ago
  56. 763e18b Merge by michaelm · 11 years ago
  57. 4f96e0f 8027570: NullPointerException in URLPermission.hashCode() Reviewed-by: chegar by michaelm · 11 years ago
  58. c48c78a 6931564: Incorrect display name of Locale for south africa Reviewed-by: yhuang by mfang · 11 years ago
  59. cf81efe 6192407: s10_70, ko, s1/dvd, minor misspelling under "Select Software Localizations" by mfang · 11 years ago
  60. 977a593 8026880: NetworkInterface native initializing code should check fieldID values by chegar · 11 years ago
  61. 26b4399 8025521: [de] mnemonic conflict in FileChooser for GTK Style feel&look by mfang · 11 years ago
  62. 8c8125b 8008647: [es] minor cosmetic issues in translated java command line outputs by mfang · 11 years ago
  63. 3801e48 8025646: [pt_BR] overtranslation of option in java command line output by mfang · 11 years ago
  64. c318000 8008437: [sv] over-translation in java command line outputs by mfang · 11 years ago
  65. 543aa45 8026108: [it, ja, zh_CN] wrong translation in jar example. by mfang · 11 years ago
  66. 5e7aab4 8027442: JDK compilation fails on MacOS Reviewed-by: alexsch, pchelko by malenkov · 11 years ago
  67. 94b405d 8022746: List of spelling errors in API doc Reviewed-by: alexsch, smarks by malenkov · 11 years ago
  68. 2cdf1dc 8027157: [SwingNode] needs explicit expose for JWindow Reviewed-by: art, anthony by ant · 11 years ago
  69. 9cbfecb Merge by lana · 11 years ago
  70. 7f3268a 7172770: Default Toolkit implementation return null value for property "awt.dynamicLayoutSupported" by serb · 11 years ago
  71. 8477a4f 8027066: XMLDecoder in java 7 cannot properly deserialize object arrays by alitvinov · 11 years ago
  72. 397e5d1 Merge by lana · 11 years ago
  73. 42641c1 8025673: [macosx] Disable X11 AWT toolkit by dholmes · 11 years ago
  74. 753cdfd 8016096: [macosx] jawt_md.h shipped with jdk is outdated by dholmes · 11 years ago
  75. 5bdb308 8027025: [macosx] getLocationOnScreen returns 0 if parent invisible by pchelko · 11 years ago
  76. 8413848 8027030: AWT Multiple JVM DnD Test Failing on Linux (OEL and Ubuntu) and Solaris (Sparc and x64) by pchelko · 11 years ago
  77. 759e2d1 8026863: regression in anonymous Logger.setParent method by dfuchs · 11 years ago
  78. a1658bc 5063500: Formatter spec says "char" is not an integral type by smarks · 11 years ago
  79. 78c2932 8026929: remove accelerators from policytool resources by weijun · 11 years ago
  80. c2273fa 8025003: Base64 should be less strict with padding by sherman · 11 years ago
  81. cc9745d 8026502: java/lang/invoke/MethodHandleConstants.java fails on all platforms by twisti · 11 years ago
  82. b1be72e 8023651: j.l.r.Constructor.getAnnotatedReceiverType() and j.l.r.Constructor.getAnnotatedReturnType() for inner classes return incorrect result by jfranck · 11 years ago
  83. e4b0efa 8019646: Clarify javadoc contract of LambdaMetafactory by briangoetz · 11 years ago
  84. 5762a4b 8023862: deprecate HTTP proxying from RMI Reviewed-by: mchung by smarks · 11 years ago
  85. 5a83cae 8027170: Annotations declared on super-super-class should be overridden by super-class. by alundblad · 11 years ago
  86. aa59b7f 7090424: TestGlyphVectorLayout failed automately with java.lang.StackOverflowError by serb · 11 years ago
  87. 261c4a3 8027169: Xrender: Cleaner version of the fix for 7159455 Nimbus scrollbar glitch by prr · 11 years ago
  88. 173197f 8020851: java.awt.event.WindowEvent spec should state that WINDOW_CLOSED event may not be delivered under certain circumstances by serb · 11 years ago
  89. d02bcdc 8024521: (process) Async close issues with Process InputStream by igerasim · 11 years ago
  90. 1d17e2f 8026344: j.u.c.a *Adder and *Accumulator extend a package private class that is Serializable by alanb · 11 years ago
  91. d1cc819 8001173: [findbugs] Evaluate FindBug output for sun.font.CompositeFont, sun.font.CompositeFontDescriptor by vadim · 11 years ago
  92. 3eba282 8023098: XRender : AlphaComposite test results are incorrect. by ceisserer · 11 years ago
  93. 5232d59 8023483: sun/java2d/DirectX/TransformedPaintTest/TransformedPaintTest.java failed with jdk8 on linux platforms by ceisserer · 11 years ago
  94. 3990062 8020209: [macosx] Mac OS X key event confusion for "COMMAND PLUS" by leonidr · 11 years ago
  95. 1af4d1c 8026780: Crash on PPC and PPC v2 for Java_awt test suit Reviewed-by: prr, jchen by bae · 11 years ago
  96. 7e4e269 8026951: Fix for 8025988 breaks jdk build on windows Reviewed-by: prr, jchen by jgodinez · 11 years ago
  97. 71778c4 8025988: [macosx] Attribute settings don't work for JobAttributes range by jgodinez · 11 years ago
  98. 4f5a4b7 8026476: Choice does not get mouse events if it does not have enough place for popup menu by serb · 11 years ago
  99. 805c317 7002846: Fix for 6989505 may be incomplete by yan · 11 years ago
  100. 911d94e 7025699: Policy Tool is not accessible by keyboard by weijun · 11 years ago