1. 08 6月, 2013 3 次提交
  2. 07 6月, 2013 3 次提交
  3. 06 6月, 2013 3 次提交
  4. 05 6月, 2013 5 次提交
  5. 04 6月, 2013 5 次提交
  6. 03 6月, 2013 2 次提交
  7. 02 6月, 2013 1 次提交
    • D
      Merge · 96bb391e
      dcubed 提交于
      96bb391e
  8. 01 6月, 2013 4 次提交
  9. 31 5月, 2013 5 次提交
  10. 29 5月, 2013 3 次提交
  11. 28 5月, 2013 6 次提交
    • Z
      Merge · 9a755a03
      zgu 提交于
      9a755a03
    • 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
    • J
      8011064: Some tests have failed with SIGSEGV on arm-hflt on build b82 · 65030d7c
      jprovino 提交于
      Summary: NMT_detail is only supported when frame pointers are not omitted (-fno-omit-frame-pointer).
      Reviewed-by: dholmes, cjplummer
      65030d7c
    • J
      8013461: There is a symbol AsyncGetCallTrace in libjvm.symbols that does not... · 650060e2
      jprovino 提交于
      8013461: There is a symbol AsyncGetCallTrace in libjvm.symbols that does not exist in minimal/libjvm.a when DEBUG_LEVEL == release
      Summary: AsyncGetCallTrace is needed in libjvm.symbols so that programs which reference it can build correctly.
      Reviewed-by: dholmes, bobv
      650060e2
    • C
      8015329: Print reason for failed MiniDumpWriteDump() call · bf8ceb11
      ctornqvi 提交于
      Summary: Printing both result from GetLastError and text representation of error. Also changed so that we produce dumps by default on client versions of Windows when running with a debug build. Also reviewed by peter.allwin@oracle.com
      Reviewed-by: sla, dholmes
      bf8ceb11
    • 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