1. 30 10月, 2019 1 次提交
  2. 03 4月, 2019 1 次提交
  3. 10 10月, 2018 1 次提交
  4. 04 3月, 2016 1 次提交
  5. 17 2月, 2016 1 次提交
  6. 07 2月, 2015 1 次提交
  7. 16 9月, 2014 1 次提交
    • B
      8057793: BigDecimal is no longer effectively immutable · 38265004
      bpb 提交于
      Summary: Modify MutableBigInteger.divideAndRemainderBurnikelZiegler() to copy the instance (this) to a new MutableBigInteger to use as the dividend.
      Reviewed-by: darcy
      Contributed-by: robbiexgibson@yahoo.com
      38265004
  8. 04 3月, 2016 1 次提交
  9. 17 2月, 2016 1 次提交
  10. 06 2月, 2014 1 次提交
  11. 05 12月, 2013 2 次提交
  12. 04 12月, 2013 1 次提交
    • B
      8022181: Tune algorithm crossover thresholds in BigInteger · 97014e17
      bpb 提交于
      Summary: Change multiplication, squaring, division, and base conversion thresholds to values which retain performance improvement in most cases but with a a lower overall risk of regression.
      Reviewed-by: darcy
      97014e17
  13. 31 10月, 2013 1 次提交
  14. 18 10月, 2013 1 次提交
  15. 10 10月, 2013 1 次提交
  16. 24 8月, 2013 1 次提交
  17. 13 8月, 2013 1 次提交
  18. 27 7月, 2013 2 次提交
  19. 10 7月, 2013 1 次提交
  20. 02 7月, 2013 1 次提交
  21. 19 6月, 2013 1 次提交
  22. 27 6月, 2013 1 次提交
  23. 21 6月, 2013 1 次提交
  24. 22 6月, 2013 1 次提交
  25. 03 2月, 2013 1 次提交
  26. 15 9月, 2011 1 次提交
  27. 06 9月, 2011 1 次提交
  28. 05 9月, 2011 1 次提交
  29. 03 9月, 2011 1 次提交
  30. 02 9月, 2011 1 次提交
  31. 14 4月, 2011 1 次提交
    • J
      7032960: API files in java.awt need to be updated for references to JVM Spec... · 2079216c
      jjh 提交于
      7032960: API files in java.awt need to be updated for references to JVM Spec with editions/hyperlinks
      7032965: API files in java.io need to updated for references to JVM Spec with editions/hyperlinks
      7032958: API files in java.lang need to updated for references to JLS with editions/hyperlinks
      7032961: API files in java.lang need to updated for references to JVM with editions/hyperlinks
      7032976: API files in javax.lang need to be updated for references to JLS with editions/hyperlinks
      7032959: API files in java.util need to updated for references to JLS with editions/hyperlinks
      7032962: API files in java.util need to updated for references to JVM Spec with editions/hyperlinks
      7032967: API files in java.security need to updated for references to JVM Spec with editions/hyperlinks
      7032955: API files in java.math need to updated for references to JLS with editions/hyperlinks
      Summary: Removed URLs and 'edition' references
      Reviewed-by: darcy
      2079216c
  32. 01 2月, 2011 1 次提交
  33. 26 5月, 2010 1 次提交
  34. 04 11月, 2009 1 次提交
  35. 22 10月, 2009 1 次提交
  36. 21 10月, 2009 1 次提交
  37. 28 8月, 2009 1 次提交
  38. 21 6月, 2009 1 次提交
    • X
      6850606: Regression from JDK 1.6.0_12 · cda42d8d
      xlu 提交于
      Summary: The returned result from multiply should be constructed by using valueOf to take care of the INFLATED case.
      Reviewed-by: darcy
      cda42d8d