1. 7cc9a43 8002120: ProblemList.txt updates (11/2012) Reviewed-by: lancea by alanb · 12 years ago
  2. 72649e4 8001536: Added readObject,writeObject,clone, equals, hashcode to SerialXLob by lancea · 12 years ago
  3. 31ee9bd 8001440: CLDR adapter: Invalid number extension in language tag causes exception in NumberFormat.format() by naoto · 12 years ago
  4. 6710994 8002101: break out auxiliary classes that will prevent multi-core compilation of the JDK by ohrstrom · 12 years ago
  5. 85d2c71 8001231: Move locale data out of rt.jar (except the US locale) by naoto · 12 years ago
  6. b0866d1 Merge by lana · 12 years ago
  7. 1cb7fcf 6206780: (str) Forwarding append methods in String{Buffer,Builder} are inconsistent by jgish · 12 years ago
  8. dba086d 8000997: Multiple locale sensitive services cannot be loaded Reviewed-by: okutsu by naoto · 12 years ago
  9. 9ed783f 8000970: break out auxiliary classes that will prevent multi-core compilation of the JDK by ohrstrom · 12 years ago
  10. ca651ee 8001621: Update awk scripts that check output from jps/jcmd Reviewed-by: alanb by sla · 12 years ago
  11. 0357e4d 7195426: kdc_default_options not supported correctly Reviewed-by: xuelei by weijun · 12 years ago
  12. 2490810 7184246: Simplify Config.get() of krb5 Reviewed-by: xuelei by weijun · 12 years ago
  13. 8350a29 7176225: Remove JDBC-ODBC Bridge Reviewed-by: lancea, ohair, tbell by alanb · 12 years ago
  14. e4338ad 8001575: Minor/sync/cleanup j.u.c with Dougs CVS - Oct 2012 by dl · 12 years ago
  15. ad61719 4239752: FileSystem should be a platform-specific class to avoid native code by dxu · 12 years ago
  16. 1b7282d Merge by lana · 12 years ago
  17. a58642e 8000806: Implement runtime lambda metafactory by rfield · 12 years ago
  18. 1f702d6 8001565: (fs) Typo Path.endsWith(String) javadoc by dxu · 12 years ago
  19. a0be3e1 7159567: inconsistent configuration of MemoryHandler Reviewed-by: mchung, alanb by jgish · 12 years ago
  20. db7e4dc Added tag jdk8-b62 for changeset 50b8b17449d2 by katleman · 12 years ago
  21. 1ea5889 8000203: File descriptor leak in src/solaris/native/java/net/net_util_md.c by chegar · 12 years ago
  22. 7e46811 Merge by katleman · 12 years ago
  23. 8a34e70 6976971: TEST: javax/management/remote/mandatory/URLTest.java should be re-integrated by jbachorik · 12 years ago
  24. c432072 8001466: Nightly regression test failure of SSLSocketSNISensitive.java by xuelei · 12 years ago
  25. 493e85d 8001419: Build the JCE portion of JDK-8000970 by ohrstrom · 12 years ago
  26. b9ef435 7197071: Makefiles for various security providers aren't including the default manifest by wetmore · 12 years ago
  27. 844a010 Merge by lana · 12 years ago
  28. 02d657c 7152336: Enable builds on Windows with MinGW/MSYS by tbell · 12 years ago
  29. 96051e4 Merge by lana · 12 years ago
  30. 3536dd2 Merge by lana · 12 years ago
  31. 79b59ea Merge by lana · 12 years ago
  32. ae70b3a 8000204: Memory leak in com/sun/security/auth/module/Unix.c by chegar · 12 years ago
  33. 5acf8de 6624200: Regression test fails: test/closed/javax/swing/JMenuItem/4654927/bug4654927.java by alexsch · 12 years ago
  34. 08dd249 7051394: NullPointerException when running regression tests LoadProfileTest by using openjdk-7-b144 by bae · 12 years ago
  35. 6fa4718 8001208: Fix for KRB5CCNAME not complete Reviewed-by: xuelei by weijun · 12 years ago
  36. 28c0fb5 8001225: Disable jdk regression test java/lang/System/Versions.java until jdk's classfile version code is updated by kamg · 12 years ago
  37. 20f7450 6771058: TEST_BUG: java/lang/ref/Basic.java may fail with -server -Xcomp by twisti · 12 years ago
  38. d2be864 8000624: Move MaxRetries.java to ProblemList for the moment Reviewed-by: alanb by weijun · 12 years ago
  39. 9842098 8001204: typo: Unable to obtain Princpal Name for authentication by weijun · 12 years ago
  40. 9f1c3d6 7197401: Add a subset of the org.objectweb.asm packages to jdk8 by jjh · 12 years ago
  41. ede15aa 8000941: Remove ftp from the required list of protocol handlers by alanb · 12 years ago
  42. e10a490 8000954: Add final keyword to new method in SSLParameters Reviewed-by: wetmore by xuelei · 12 years ago
  43. 57e3b0d 8000989: smaller code changes to make future JSR 292 backports easier by twisti · 12 years ago
  44. 60f1514 7124520: [macosx] re:6373505 Toolkit.getScreenResolution() != GraphicsConfiguration.getNormalizingTransform() by serb · 12 years ago
  45. 9b14d26 8000206: Uninitialized variable in PlainDatagramSocketImpl.c by chegar · 12 years ago
  46. f0414e5 Merge by asaha · 12 years ago
  47. 43dd1e4 Added tag jdk8-b61 for changeset 61ddb3fd000a by katleman · 12 years ago
  48. 86fde5c 7175707: [macosx] PIT: 8 b43 Not running on AppKit thread issue again by alexsch · 12 years ago
  49. 8cbf236 7199708: FileChooser crashs when opening large folder Reviewed-by: bagiras by alexsch · 12 years ago
  50. 8b2c210 7068321: Support TLS Server Name Indication (SNI) Extension in JSSE Server by xuelei · 12 years ago
  51. 3290d81 8001046: java/util/PluggableLocale/LocaleNameProviderTest.sh failing by naoto · 12 years ago
  52. 865448f 8000362: (pack200) Deprecate Packer/Unpacker addPropertyChangeLister and removePropertyChangeListener methods by alanb · 12 years ago
  53. f584a40 7198496: (sl) ServiceLoader.load(Class, null) behavior differs from spec by psandoz · 12 years ago
  54. 24df1ac 8001012: jdk8 SKIP_BUILD_CYCLE=false build fails with BUILD_JAXWS=false by mchung · 12 years ago
  55. dc985e8 6809322: javax.management.timer.Timer does not fire all notifications by dsamersoff · 12 years ago
  56. 99c3c42 8000626: Implement dead key detection for KeyEvent on Linux Reviewed-by: kizune by alexsch · 12 years ago
  57. fd97307 8000969: [macosx] Directories are not deselected when JFileChooser has FILES_ONLY selection mode by alexsch · 12 years ago
  58. 4d97cc7 8000955: Hashtable.Entry.hashCode() does not conform to Map.Entry.hashCode() defined behaviour by ngmr · 12 years ago
  59. 1c98bde 8000685: (props) Properties.storeToXML/loadFromXML should only require UTF-8 and UTF-16 to be supported by alanb · 12 years ago
  60. c0975b5 7175704: [macosx] "8" PIT: NPE in GetDisplayMode fullscreen test by kizune · 12 years ago
  61. 9256745 7198073: (prefs) user prefs not saved [macosx] by khazra · 12 years ago
  62. 125b44d 8000245: SimpleDateFormat.format(date, StringBuffer, FieldPosition) doesn't work as expected with custom extensions by naoto · 12 years ago
  63. 6edd50a 6818083: When DISPLAY is bad, InternalError thrown, not AWTError by anthony · 12 years ago
  64. ff9c7e5 8000487: Java JNDI connection library on ldap conn is not honoring configured timeout by robm · 12 years ago
  65. 1e67587 8000817: Reinstate accidentally removed sleep() from ProcessBuilder/Basic.java by robm · 12 years ago
  66. 89a6229 7194449: String resources for Key Tool and Policy Tool should be in their respective packages by sflores · 12 years ago
  67. d506635 7146552: java/util/logging/LoggingMXBeanTest.java failing intermittently by jgish · 12 years ago
  68. edcc5ea Merge by lana · 12 years ago
  69. 6ed8466 Merge by lana · 12 years ago
  70. d611b17 7184326: TEST_BUG: java/awt/Frame/7024749/bug7024749.java has a typo by kshefov · 12 years ago
  71. 3f14490 Merge by lana · 12 years ago
  72. ac61c9d 8000763: use XXX.valueOf methods instead of constructors by lancea · 12 years ago
  73. 2949700 Merge by asaha · 12 years ago
  74. fd01b97 7152183: TEST_BUG: java/lang/ProcessBuilder/Basic.java failing intermittently [sol] by robm · 12 years ago
  75. 3b789b5 Added tag jdk8-b60 for changeset cec8fa02f156 by katleman · 12 years ago
  76. 051eb99 7186817: Remove Windows 95/98/ME Support Reviewed-by: alanb by dxu · 12 years ago
  77. f88166b 8000712: Remove unused fields in SyncFactory Reviewed-by: mchung by lancea · 12 years ago
  78. f85c3e9 Merge by asaha · 12 years ago
  79. 0949a24 7192274: Deprecate LogManager addPropertyChangeListener and removePropertyChangeLister methods by alanb · 12 years ago
  80. 334d7b2 8000687: Correct javadoc typo for getLogWriter and setLogWriter by lancea · 12 years ago
  81. 026e015 7181793: Socket getOutputStream create streams that cannot be GC'ed until Socket is closed by coffeys · 12 years ago
  82. 8d25bf4 7124321: [macosx] TrayIcon MouseListener is never triggered Reviewed-by: anthony by leonidr · 12 years ago
  83. a56b471 7200341: DateFormatSymbols.hashCode() throws ArrayIndexOutOfBoundsException in some circumstances by naoto · 12 years ago
  84. 3cff5a5 7185280: Jre7cert: focusgained does not get called for all focus req when do alt + tab by leonidr · 12 years ago
  85. 626e37b 7197395: Add @Deprecated to all deprecated methods to eliminate compiler warnings in JDBC by lancea · 12 years ago
  86. 1b66ea9 7173494: some jdk tests are not run in test/Makefile by alanb · 12 years ago
  87. 5fc5751 7196533: TimeZone.getDefault() slow due to synchronization bottleneck by coffeys · 12 years ago
  88. 6226e5e Merge by lana · 12 years ago
  89. 407acec Merge by lana · 12 years ago
  90. 663ae4d Merge by lana · 12 years ago
  91. 2bdf545 7201053: Krb5LoginModule shows NPE when both useTicketCache and storeKey are set to true by weijun · 12 years ago
  92. 0606b21 8000354: (props) Properties.storeToXML/loadFromXML need to allow for alternative implementations by alanb · 12 years ago
  93. af646a9 7198834: HOST Adapter: one extra empty space in the end of the pattern string by naoto · 12 years ago
  94. ff773a4 8000176: Need automated test for checking scale quality by bae · 12 years ago
  95. aa8c36b Merge by naoto · 12 years ago
  96. 7d1478d 7200119: Collator.getAvailableLocales() doesn't return Locale.US by naoto · 12 years ago
  97. 6bca44d Added tag jdk8-b59 for changeset abad1f417bd3 by katleman · 12 years ago
  98. dc85317 7184932: Remove the temporary Selector usage in the NIO socket adapters by robm · 12 years ago
  99. 7b1e417 7196799: CLDR adapter can not be invoked when region code is specified in Locale by naoto · 12 years ago
  100. 8b20044 Merge by vinnie · 12 years ago