1. 13 2月, 2012 1 次提交
  2. 07 2月, 2012 3 次提交
  3. 06 2月, 2012 1 次提交
  4. 04 2月, 2012 1 次提交
  5. 02 2月, 2012 1 次提交
  6. 31 1月, 2012 1 次提交
    • O
      7132779: build-infra merge: Enable ccache to work for most developer builds. · 79ea5155
      ohrstrom 提交于
      Summary: When a build number is not specified, the JRE_RELEASE_VERSION define contains a date and timestamp. Thus ccache cannot cache the object files for longer than a minute since the define is passed to the compilation of all source files. This change passes JRE_RELEASE_VERSION only to vm_version.cpp and adds a function jre_release_version() to Abstract_VM_Version. This allows all other source files to be ccached.
      Reviewed-by: ohair, rottenha
      Contributed-by: fredrik.ohrstrom@oracle.com
      79ea5155
  7. 28 1月, 2012 1 次提交
  8. 25 1月, 2012 2 次提交
  9. 21 1月, 2012 1 次提交
  10. 14 1月, 2012 1 次提交
  11. 12 1月, 2012 1 次提交
  12. 24 12月, 2011 1 次提交
  13. 17 12月, 2011 1 次提交
  14. 20 12月, 2011 1 次提交
  15. 06 12月, 2011 1 次提交
  16. 03 12月, 2011 1 次提交
  17. 01 12月, 2011 1 次提交
  18. 29 11月, 2011 1 次提交
  19. 28 11月, 2011 1 次提交
  20. 21 11月, 2011 1 次提交
  21. 19 11月, 2011 1 次提交
  22. 05 11月, 2011 1 次提交
  23. 01 11月, 2011 1 次提交
  24. 31 10月, 2011 1 次提交
  25. 29 10月, 2011 1 次提交
  26. 22 10月, 2011 1 次提交
  27. 15 10月, 2011 1 次提交
  28. 14 10月, 2011 1 次提交
  29. 01 10月, 2011 1 次提交
  30. 30 9月, 2011 1 次提交
  31. 26 9月, 2011 1 次提交
  32. 20 9月, 2011 1 次提交
  33. 17 9月, 2011 2 次提交
  34. 16 9月, 2011 1 次提交
  35. 14 9月, 2011 1 次提交
  36. 20 9月, 2011 1 次提交
    • T
      7059019: G1: add G1 support to the SA · 29a35788
      tonyp 提交于
      Summary: Extend the SA to recognize the G1CollectedHeap and implement any code that's needed by our serviceability tools (jmap, jinfo, jstack, etc.) that depend on the SA.
      Reviewed-by: never, poonam, johnc
      29a35788