1. 16 7月, 2013 1 次提交
  2. 13 7月, 2013 2 次提交
  3. 09 7月, 2013 2 次提交
  4. 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
  5. 03 7月, 2013 1 次提交
  6. 02 7月, 2013 2 次提交
  7. 29 6月, 2013 1 次提交
    • T
      8017611: Auto corrector for mistyped vm options · 81592497
      tamao 提交于
      Summary: The auto corrector for mistyped vm options fuzzy-matches existing flags based on string similarity (Dice's coefficient).
      Reviewed-by: kvn, dsamersoff, hseigel, johnc
      81592497
  8. 26 6月, 2013 3 次提交
  9. 18 6月, 2013 1 次提交
  10. 14 6月, 2013 2 次提交
  11. 04 6月, 2013 1 次提交
  12. 01 6月, 2013 1 次提交
  13. 31 5月, 2013 2 次提交
  14. 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
  15. 23 5月, 2013 2 次提交
  16. 22 5月, 2013 1 次提交
  17. 20 5月, 2013 1 次提交
  18. 17 5月, 2013 4 次提交
  19. 16 5月, 2013 4 次提交
  20. 14 5月, 2013 3 次提交
  21. 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
  22. 09 5月, 2013 1 次提交