1. 25 8月, 2012 1 次提交
  2. 22 8月, 2012 1 次提交
    • N
      6336885: RFE: Locale Data Deployment Enhancements · 7e62479d
      naoto 提交于
      4609153: Provide locale data for Indic locales
      5104387: Support for gl_ES locale (galician language)
      6337471: desktop/system locale preferences support
      7056139: (cal) SPI support for locale-dependent Calendar parameters
      7058206: Provide CalendarData SPI for week params and display field value names
      7073852: Support multiple scripts for digits and decimal symbols per locale
      7079560: [Fmt-Da] Context dependent month names support in SimpleDateFormat
      7171324: getAvailableLocales() of locale sensitive services should return the actual availability of locales
      7151414: (cal) Support calendar type identification
      7168528: LocaleServiceProvider needs to be aware of Locale extensions
      7171372: (cal) locale's default Calendar should be created if unknown calendar is specified
      Summary: JEP 127: Improve Locale Data Packaging and Adopt Unicode CLDR Data (part 1 w/o packaging changes. by Naoto Sato and Masayoshi Okutsu)
      Reviewed-by: erikj, sherman, peytoia
      7e62479d
  3. 21 8月, 2012 1 次提交
  4. 19 8月, 2012 1 次提交
  5. 16 8月, 2012 1 次提交
  6. 09 8月, 2012 1 次提交
  7. 13 8月, 2012 1 次提交
  8. 10 8月, 2012 1 次提交
  9. 02 8月, 2012 1 次提交
  10. 04 8月, 2012 1 次提交
  11. 31 7月, 2012 1 次提交
  12. 30 7月, 2012 2 次提交
  13. 28 7月, 2012 1 次提交
  14. 19 7月, 2012 2 次提交
  15. 04 7月, 2012 1 次提交
  16. 03 7月, 2012 1 次提交
  17. 30 6月, 2012 2 次提交
  18. 27 6月, 2012 1 次提交
  19. 26 6月, 2012 1 次提交
  20. 19 6月, 2012 1 次提交
  21. 15 6月, 2012 1 次提交
  22. 14 6月, 2012 1 次提交
  23. 08 6月, 2012 2 次提交
  24. 07 6月, 2012 3 次提交
  25. 04 6月, 2012 1 次提交
  26. 01 6月, 2012 1 次提交
    • M
      7173432: Handle null key at HashMap resize · 1e1c1131
      mduigou 提交于
      Summary: If the key to be inserted into a HashMap is null and the table needs to be resized as part of the insertion then addEntry will try to recalculate the hash of a null key. This will fail with an NPE.
      Reviewed-by: darcy
      1e1c1131
  27. 31 5月, 2012 2 次提交
    • M
      7126277: Alternative String hashing implementation · cb49b590
      mduigou 提交于
      Summary: All of the hashing based Map implementations: HashMap, Hashtable, LinkedHashMap, WeakHashMap and ConcurrentHashMap are modified to use an enhanced hashing algorithm for string keys when the capacity of the hash table has ever grown beyond 512 entries. The enhanced hashing implementation uses the murmur3 hashing algorithm along with random hash seeds and index masks. These enhancements mitigate cases where colliding String hash values could result in a performance bottleneck.
      Reviewed-by: alanb, forax, dl
      cb49b590
    • M
      6854712: Revocation checking enhancements (JEP-124) · 03612b02
      mullan 提交于
      6637288: Add OCSP support to PKIX CertPathBuilder implementation
      7126011: ReverseBuilder.getMatchingCACerts may throws NPE
      Reviewed-by: xuelei
      03612b02
  28. 26 5月, 2012 1 次提交
  29. 24 5月, 2012 1 次提交
  30. 25 5月, 2012 1 次提交
  31. 24 5月, 2012 1 次提交
  32. 22 5月, 2012 1 次提交
  33. 19 5月, 2012 1 次提交