1. 8dea3d9 6894534: SeedGenerator shouldn't require java.nio.file to be present by weijun · 15 years ago
  2. 9778b38 Merge by mchung · 15 years ago
  3. a2f1866 6896422: Add @ignore to test/java/util/zip/Bounds.java by mchung · 15 years ago
  4. db4e49a 6880672: Replace quicksort in java.util.Arrays with dual-pivot implementation by alanb · 15 years ago
  5. 5417820 6895875: Missing serialVersionUID in sun.management classes by mchung · 15 years ago
  6. 978eef0 6890872: keytool -printcert to recognize signed jar files Reviewed-by: mullan by weijun · 15 years ago
  7. 94a062e 6893158: AP_REQ check should use key version number by weijun · 15 years ago
  8. 8e12508 6876135: Add PlatformLoggingMXBean to eliminate the dependency on JMX from logging by mchung · 15 years ago
  9. 9a78d44 6895456: Eliminate dependency on java.io.ObjectStreamClass during boot by mchung · 15 years ago
  10. 59be0a0 6888179: Separate out dependency on CORBA Reviewed-by: dfuchs by alanb · 15 years ago
  11. 8eb35ad 6894633: NetHooks should not require provider to be present (sol) by alanb · 15 years ago
  12. 565a342 6891113: More methods for java.util.Objects: deepEquals, hash, toString with default by darcy · 15 years ago
  13. 74ca4e2 6894169: Move HttpLogFormatter into a separate package Reviewed-by: alanb by chegar · 15 years ago
  14. 408a6e0 Merge by sherman · 15 years ago
  15. 927ce2f 4206909: want java.util.zip to work for interactive use (Z_SYNC_FLUSH) by sherman · 15 years ago
  16. d9337e0 6878475: Better syntax for the named capture group in regex by sherman · 15 years ago
  17. 5ceda28 6560935: BigInteger.modPow() throws ArithmeticException for negative exponent by darcy · 15 years ago
  18. c90680d Merge by chegar · 15 years ago
  19. fa049c8 6851617: Remove JSR 255 (JMX API 2.0) from JDK 7 by emcmanus · 15 years ago
  20. 55a8645 Merge by chegar · 15 years ago
  21. c13dd66 6893238: Move NTLM and SPNEGO implementations into separate packages by chegar · 15 years ago
  22. de5bbde 6893702: Overhaul of Ftp Client internal code by jccollet · 15 years ago
  23. 83c0aa0 6873543: CookieManager doesn't enforce httpOnly by jccollet · 15 years ago
  24. 0dbe9ee 6893426: ShellScaffold.sh fails on Solaris 10 update releases: /usr/bin/id: illegal option -- u by tbell · 15 years ago
  25. 2ed8c04 6870812: enhance security tools to use ECC algorithms by weijun · 15 years ago
  26. a2268c1 6371401: java.math.BigInteger.shift(Integer.MIN_VALUE) throws StackOverflowError by darcy · 15 years ago
  27. c9f6f85 6890349: Fix #6870935 in jdk7/pit/b74 caused HttpClinet's check for "proxy capture" attack by-passed. by michaelm · 15 years ago
  28. bb9b9fa 6889858: Add nonNull methods to java.util.Objects by darcy · 15 years ago
  29. 730ba8c 6889255: javac MethodSymbol throws NPE if ClassReader does not read parameter names correctly by jjg · 15 years ago
  30. 2d1529b 6884480: (file) Path.relativize has typo in parameter description by alanb · 15 years ago
  31. c0ca859 6879463: (file) DirectoryStream#iterator's remove method throws wrong exception when stream is closed by alanb · 15 years ago
  32. f45c70b 6892711: (file) test/java/nio/file/Path/CopyAndMove.java fails on Windows 2000 by alanb · 15 years ago
  33. cfad429 6892710: (file) test/java/nio/file/Path/CheckPermissions.java fails in samevm mode by alanb · 15 years ago
  34. d393f99 Merge by tbell · 15 years ago
  35. 11d7e67 Merge by mchung · 15 years ago
  36. 25acc2c 4428022: System.out.println(0.001) outputs 0.0010 by darcy · 15 years ago
  37. e551de4 6891707: Eliminate the java.io.FilePermission dependency on PolicyFile by mchung · 15 years ago
  38. 12e0733 Added tag jdk7-b74 for changeset eacb36e30327 by xdono · 15 years ago
  39. 72781ee Merge by alanb · 15 years ago
  40. 3858cb0 Merge by michaelm · 15 years ago
  41. 69e7cc8 6886436: Lightwight HTTP Container (com.sun.* package) is unstable by michaelm · 15 years ago
  42. 36bed52 6891404: (fs) ACL tests fail with "Invalid argument" on ZFS (sol) by alanb · 15 years ago
  43. b4a0f99 6883983: JarVerifier dependency on sun.security.pkcs should be removed by alanb · 15 years ago
  44. 3f6df36 6891701: test/java/lang/management/RuntimeMXBean/GetSystemProperties should restore the system property by mchung · 15 years ago
  45. fef50e4 6891632: Remove duplicate ECC source files Reviewed-by: wetmore by vinnie · 15 years ago
  46. 35a8918 Merge by mullan · 15 years ago
  47. e595382 6885667: CertPath/CertPathValidatorTest/bugs/bug6383078 fails on jdk6u18/b02, jdk7/pit/b73 and passes on b72. by mullan · 15 years ago
  48. 7225b09 6349921: (enum) Include links from java.lang.Enum to EnumSet and EnumMap by darcy · 15 years ago
  49. 23a58c6 Merge by lana · 15 years ago
  50. f097151 6648344: (reflect spec) State default of isAccessible for reflective objects by darcy · 15 years ago
  51. 193575e Merge by alanb · 15 years ago
  52. 6ac846b 6797535: Add shared two argument static equals method to the platform by darcy · 15 years ago
  53. 18306f5 6888552: Allow JNDI to be used when java.applet is not present by alanb · 15 years ago
  54. f4d9987 6889552: Sun provider should not require LDAP CertStore to be present by alanb · 15 years ago
  55. 9339e2c Merge by tbell · 15 years ago
  56. 4379f29 6480728: Byte.valueOf(byte) returns a cached value but Byte.valueOf(String) by darcy · 15 years ago
  57. c614e24 6888888: new javah throws NullPointerException when building in jdk/make/java/nio by tbell · 15 years ago
  58. 387ebef 6887364: SetOutgoingIf.java fails if run on multihomed machine without PIv6 on all interfaces by chegar · 15 years ago
  59. 7dfe9d0 Merge by yan · 15 years ago
  60. 12fd5f1 Merge by yan · 15 years ago
  61. 02976ff 6885916: Memory leak in inferencing verifier (libverify.so) by kamg · 15 years ago
  62. 46ab7e7 6888802: sun.misc.BootClassLoaderHook.getBootstrapPaths stack overflow by mchung · 15 years ago
  63. b1607ea 5062288: (reflect) Core reflection uses raw types when it could be using wildcards by darcy · 15 years ago
  64. ff54c15 6489130: FileChooserDemo hung by keeping pressing Enter key Reviewed-by: alexp by rupashka · 15 years ago
  65. ec4b597 Merge by jgodinez · 15 years ago
  66. 97d6108 6612680: Remove classloader dependency on jkernel by mchung · 15 years ago
  67. f88cf6d 6885204: JSSE should not require Kerberos to be present by vinnie · 15 years ago
  68. eeebf88 6854954: Eliminate static dependency on java.awt.AWTPermission by alanb · 15 years ago
  69. 099dc9c 6884800: (file) Path.newInputStream does not usefully implement available() by alanb · 15 years ago
  70. 345e64d Added tag jdk7-b73 for changeset f708138c9aca by xdono · 15 years ago
  71. 5be0496 6787605: OpenSolaris doesn't have /usr/ucb/ps so ShellScaffold fails by tbell · 15 years ago
  72. 5284cda Merge by michaelm · 15 years ago
  73. da8b37b 6870935: DIGEST proxy authentication fails to connect to URLs with no trailing slash by michaelm · 15 years ago
  74. cc345db 6868579: RFE: jarsigner to support reading password from environment variable by weijun · 15 years ago
  75. 7675a01 6874472: display address lists for tickets in klist tool Reviewed-by: valeriep by weijun · 15 years ago
  76. 4280d84 6862679: ESC: AD Authentication with user with umlauts fails by weijun · 15 years ago
  77. 6492feb 6324292: keytool -help is unhelpful Reviewed-by: xuelei, mullan by weijun · 15 years ago
  78. 743478a 6862611: Reg testcase closed/java/awt/Component/NativeInLightShow/NativeInLightShow.html fails by anthony · 15 years ago
  79. e29722b 6886868: giflib has a memory leak in the MakeMapObject() function by anthony · 15 years ago
  80. 87edcd2 Merge by michaelm · 15 years ago
  81. 004829f 6878284: Sometimes test/javax/swing/system/6799345/TestShutdown.java "hangs" by dcherepanov · 15 years ago
  82. 535d6aa 6884837: JTReg test SetOutgoingIf is not correct by ptisnovs · 15 years ago
  83. c70dc3a 6853592: VM test nsk.regression.b4261880 fails with "X Error of failed request: BadWindow" inconsistently. by dcherepanov · 15 years ago
  84. 60ff7b8 Merge by mchung · 15 years ago
  85. 3e7ba5b 6886718: missing license info Reviewed-by: igor, prr by srl · 15 years ago
  86. ae106b8 6879044: Eliminate the dependency on logging from the AWT/2D/Swing classes by mchung · 15 years ago
  87. 8669409 Merge by srl · 15 years ago
  88. 44be39f 6501644: sync LayoutEngine *code* structure to match ICU Reviewed-by: prr by srl · 15 years ago
  89. 9a4607c Merge by jgodinez · 15 years ago
  90. f427af2 6886108: Test case B4933582 binding to fixed port number Reviewed-by: chegar by michaelm · 15 years ago
  91. 0dd6356 6795060: VM crash on Linux in ICU layout library when processing \u0DDD (Sinhalese) by srl · 15 years ago
  92. 260b72b 6885166: regression test for 6877357 (IPv6 address does not work) error (timed out) by weijun · 15 years ago
  93. 8a9d5f6 6857888: closed/javax/swing/JMenuItem/6458123/bug6458123.java fails with InvocationTargetException. by peterz · 15 years ago
  94. 8810040 6582946: Add suite of compare(T, T) methods for ints, longs etc by martin · 15 years ago
  95. 9ba280b 4245470: algorithm of java.lang.Byte.hashCode() is not specified by martin · 15 years ago
  96. 3e5970c 6468534: (reflect) Exception types cannot be parameterized, rephrase getGenericExceptionTypes. by darcy · 15 years ago
  97. 7fbf81b Merge by kevinw · 15 years ago
  98. 828755d 6882768: (launcher) test for 6842838 is broken by kevinw · 15 years ago
  99. 89718fe 6882384: Update http protocol handler to use PlatformLogger by chegar · 15 years ago
  100. 76a2b6e 6882654: Remove dependency on java.util.concurrent from KeepAlive implementaion by chegar · 15 years ago