1. 16 4月, 2013 1 次提交
  2. 13 4月, 2013 1 次提交
    • D
      7104565: trim jprt build targets · f0e7c0d7
      drchase 提交于
      Summary: remove JPRT debug builds, remove -DDEBUG -DFASTDEBUG and use ASSERT instead in sources
      Reviewed-by: dholmes, kvn, coleenp
      f0e7c0d7
  3. 05 4月, 2013 2 次提交
  4. 26 3月, 2013 1 次提交
  5. 21 3月, 2013 1 次提交
  6. 07 3月, 2013 1 次提交
  7. 20 2月, 2013 1 次提交
  8. 15 2月, 2013 1 次提交
  9. 28 1月, 2013 1 次提交
  10. 24 1月, 2013 1 次提交
  11. 18 1月, 2013 1 次提交
  12. 09 1月, 2013 1 次提交
  13. 20 12月, 2012 1 次提交
  14. 15 12月, 2012 1 次提交
  15. 06 11月, 2012 1 次提交
  16. 11 10月, 2012 1 次提交
  17. 10 10月, 2012 1 次提交
  18. 08 10月, 2012 1 次提交
  19. 25 9月, 2012 2 次提交
  20. 20 9月, 2012 1 次提交
  21. 19 9月, 2012 1 次提交
  22. 18 9月, 2012 1 次提交
  23. 30 8月, 2012 1 次提交
  24. 03 8月, 2012 1 次提交
  25. 29 6月, 2012 1 次提交
    • Z
      6995781: Native Memory Tracking (Phase 1) · bdfb3cf5
      zgu 提交于
      7151532: DCmd for hotspot native memory tracking
      Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd
      Reviewed-by: acorn, coleenp, fparain
      bdfb3cf5
  26. 12 6月, 2012 1 次提交
  27. 12 5月, 2012 1 次提交
  28. 04 4月, 2012 1 次提交
  29. 24 3月, 2012 1 次提交
  30. 19 3月, 2012 1 次提交
  31. 15 3月, 2012 1 次提交
  32. 23 2月, 2012 1 次提交
  33. 22 2月, 2012 1 次提交
  34. 16 2月, 2012 1 次提交
  35. 13 2月, 2012 2 次提交
  36. 06 2月, 2012 1 次提交
  37. 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