1. 05 7月, 2013 1 次提交
    • D
      8015884: runThese crashed with SIGSEGV, hs_err has an error instead of stacktrace · e377c127
      dcubed 提交于
      Summary: Dl_info struct should only be used if dladdr() has returned non-zero (no errors) and always check the dladdr() return value; Dl_info.dli_sname and Dl_info.dli_saddr fields should only be used if non-NULL; update/improve runtime/6888954/vmerrors.sh test
      Reviewed-by: dsamersoff, zgu, hseigel, coleenp
      e377c127
  2. 01 5月, 2013 1 次提交
  3. 19 3月, 2013 1 次提交
  4. 02 9月, 2012 1 次提交
  5. 31 7月, 2012 1 次提交
  6. 01 2月, 2012 1 次提交
  7. 06 4月, 2011 1 次提交
  8. 05 3月, 2011 1 次提交
  9. 28 1月, 2011 1 次提交
  10. 20 1月, 2011 1 次提交
    • T
      6977804: G1: remove the zero-filling thread · 0ed267ef
      tonyp 提交于
      Summary: This changeset removes the zero-filling thread from G1 and collapses the two free region lists we had before (the "free" and "unclean" lists) into one. The new free list uses the new heap region sets / lists abstractions that we'll ultimately use it to keep track of all regions in the heap. A heap region set was also introduced for the humongous regions. Finally, this change increases the concurrency between the thread that completes freeing regions (after a cleanup pause) and the rest of the system (before we'd have to wait for said thread to complete before allocating a new region). The changest also includes a lot of refactoring and code simplification.
      Reviewed-by: jcoomes, johnc
      0ed267ef
  11. 24 11月, 2010 1 次提交
  12. 28 5月, 2010 1 次提交
  13. 23 4月, 2010 1 次提交
  14. 01 12月, 2007 1 次提交