1. 26 6月, 2013 1 次提交
  2. 18 6月, 2013 1 次提交
  3. 14 6月, 2013 2 次提交
  4. 04 6月, 2013 1 次提交
  5. 01 6月, 2013 1 次提交
  6. 31 5月, 2013 2 次提交
  7. 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
  8. 23 5月, 2013 2 次提交
  9. 22 5月, 2013 1 次提交
  10. 20 5月, 2013 1 次提交
  11. 17 5月, 2013 4 次提交
  12. 16 5月, 2013 4 次提交
  13. 14 5月, 2013 3 次提交
  14. 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
  15. 09 5月, 2013 3 次提交
  16. 08 5月, 2013 1 次提交
  17. 07 5月, 2013 1 次提交
  18. 06 5月, 2013 3 次提交
  19. 01 5月, 2013 1 次提交
  20. 30 4月, 2013 1 次提交
  21. 27 4月, 2013 1 次提交
    • J
      8011898: gc/TestVerifyBeforeGCDuringStartup.java: java.lang.RuntimeException:... · 3d995cdf
      johnc 提交于
      8011898: gc/TestVerifyBeforeGCDuringStartup.java: java.lang.RuntimeException: '[Verifying' missing from stdout/stderr: [Error: Could not find or load main class]
      Summary: System.getProperty("test.java.opts") can return NULL, which gets converted to to the empty string, and the child java command then interprets that as the name of the main class.
      Reviewed-by: jmasa, brutisso
      3d995cdf
  22. 26 4月, 2013 2 次提交