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. 18 6月, 2013 1 次提交
  3. 26 6月, 2013 3 次提交
  4. 14 6月, 2013 2 次提交
  5. 04 6月, 2013 1 次提交
  6. 01 6月, 2013 1 次提交
  7. 31 5月, 2013 2 次提交
  8. 28 5月, 2013 3 次提交
    • S
      8015493: runtime/contended/OopMaps.java fails with OutOfMemory · a1ed8ec8
      shade 提交于
      Summary: limit the memory footprint to dodge OutOfMemory errors.
      Reviewed-by: dcubed, ctornqvi, iignatyev
      a1ed8ec8
    • T
      8013895: G1: G1SummarizeRSetStats output on Linux needs improvemen · 1c4e2ca8
      tschatzl 提交于
      Summary: Fixed the output of G1SummarizeRSetStats: too small datatype for the number of concurrently processed cards, added concurrent remembered set thread time retrieval for Linux and Windows (BSD uses os::elapsedTime() now), and other cleanup. The information presented during VM operation is now relative to the previous output, not always cumulative if G1SummarizeRSetStatsPeriod > 0. At VM exit, the code prints a cumulative summary.
      Reviewed-by: johnc, jwilhelm
      1c4e2ca8
    • S
      8015270: @Contended: fix multiple issues in the layout code · a14c95ff
      shade 提交于
      Summary: field count handling fixed, has_nonstatic_fields invariant fixed, oop map overrun fixed; new asserts
      Reviewed-by: kvn, dcubed, coleenp
      a14c95ff
  9. 23 5月, 2013 2 次提交
  10. 22 5月, 2013 1 次提交
  11. 20 5月, 2013 1 次提交
  12. 17 5月, 2013 4 次提交
  13. 16 5月, 2013 4 次提交
  14. 14 5月, 2013 3 次提交
  15. 13 5月, 2013 1 次提交
    • T
      8014058: Regression tests for 8006088 · ba0f7cb3
      tschatzl 提交于
      Summary: The patch for 8006088 misses regression tests after a merge error, this CR provides them.
      Reviewed-by: jwilhelm, tamao, jmasa
      ba0f7cb3
  16. 09 5月, 2013 3 次提交
  17. 08 5月, 2013 1 次提交
  18. 07 5月, 2013 1 次提交
  19. 06 5月, 2013 3 次提交
  20. 01 5月, 2013 1 次提交
  21. 30 4月, 2013 1 次提交