1. 18 9月, 2013 2 次提交
    • T
      8024669: Native OOME when allocating after changes to maximum heap supporting... · 9576dfb6
      tschatzl 提交于
      8024669: Native OOME when allocating after changes to maximum heap supporting Coops sizing on sparcv9
      Summary: After changes in 8010722 the ergonomics for calculating the size of the heap that supports zero based compressed oops changed. This lead to the VM actually using zero based compressed oops. Due to low default HeapBaseMinAddress, the OS mapping in the application image at the same address, and limitations of the malloc implementation on Solaris this resulted in very little C heap available for the VM. So the VM immediately gives a native OOME when the machine has lots of physical memory (>=32G). The solution is to increase the HeapBaseMinAddress so that the VM has enough C heap.
      Reviewed-by: kvn, brutisso
      9576dfb6
    • E
      8024718: Metaspace performance counters and memory pools should report the same data · 7eb73d98
      ehelin 提交于
      Reviewed-by: stefank, dholmes, coleenp
      7eb73d98
  2. 17 9月, 2013 1 次提交
  3. 16 9月, 2013 1 次提交
  4. 13 9月, 2013 1 次提交
  5. 14 9月, 2013 4 次提交
  6. 12 9月, 2013 2 次提交
  7. 11 9月, 2013 6 次提交
  8. 10 9月, 2013 1 次提交
  9. 05 9月, 2013 1 次提交
  10. 03 9月, 2013 1 次提交
  11. 02 9月, 2013 1 次提交
  12. 01 9月, 2013 1 次提交
  13. 31 8月, 2013 1 次提交
  14. 30 8月, 2013 5 次提交
  15. 29 8月, 2013 2 次提交
  16. 28 8月, 2013 2 次提交
  17. 27 8月, 2013 1 次提交
  18. 26 8月, 2013 7 次提交