1. 28 5月, 2013 1 次提交
  2. 06 5月, 2013 1 次提交
    • Z
      8013120: NMT: Kitchensink crashes with assert(next_region == NULL ||... · 5bfa7e7e
      zgu 提交于
      8013120: NMT: Kitchensink crashes with assert(next_region == NULL || !next_region->is_committed_region()) failed: Sanity check
      Summary: Fixed NMT to deal with releasing virtual memory region when there are still committed regions within it
      Reviewed-by: acorn, coleenp
      5bfa7e7e
  3. 03 5月, 2013 1 次提交
  4. 30 4月, 2013 1 次提交
  5. 25 4月, 2013 1 次提交
  6. 21 4月, 2013 1 次提交
  7. 18 4月, 2013 2 次提交
  8. 13 4月, 2013 1 次提交
  9. 10 4月, 2013 1 次提交
    • Z
      8010151: nsk/regression/b6653214 fails "assert(snapshot != NULL) failed:... · 73c87a69
      zgu 提交于
      8010151: nsk/regression/b6653214 fails "assert(snapshot != NULL) failed: Worker should not be started"
      Summary: Fixed a racing condition when shutting down NMT while worker thread is being started, also fixed a few mis-declared volatile pointers.
      Reviewed-by: dholmes, dlong
      73c87a69
  10. 06 4月, 2013 1 次提交
  11. 28 3月, 2013 1 次提交
  12. 27 3月, 2013 1 次提交
  13. 22 3月, 2013 1 次提交
  14. 20 3月, 2013 1 次提交
  15. 16 3月, 2013 1 次提交
  16. 28 2月, 2013 1 次提交
  17. 27 2月, 2013 1 次提交
  18. 21 2月, 2013 1 次提交
  19. 04 2月, 2013 1 次提交
  20. 02 2月, 2013 1 次提交
  21. 26 1月, 2013 1 次提交
    • A
      6479360: PrintClassHistogram improvements · f8a15064
      acorn 提交于
      Summary: jcmd <pid> GC.class_stats (UnlockDiagnosticVMOptions)
      Reviewed-by: coleenp, hseigel, sla, acorn
      Contributed-by: ioi.lam@oracle.com
      f8a15064
  22. 25 1月, 2013 1 次提交
    • Z
      8000692: Remove old KERNEL code · 5a6c724a
      zgu 提交于
      Summary: Removed depreciated kernel VM source code from hotspot VM
      Reviewed-by: dholmes, acorn
      5a6c724a
  23. 24 1月, 2013 1 次提交
  24. 17 1月, 2013 1 次提交
  25. 09 1月, 2013 1 次提交
  26. 21 12月, 2012 1 次提交
  27. 18 12月, 2012 1 次提交
  28. 17 12月, 2012 1 次提交
  29. 28 11月, 2012 1 次提交
  30. 27 11月, 2012 1 次提交
  31. 16 11月, 2012 1 次提交
    • Z
      8003487: NMT: incorrect assertion in... · 372b7e04
      zgu 提交于
      8003487: NMT: incorrect assertion in VMMemPointerIterator::remove_released_region method (memSnapshot.cpp)
      Summary: The assertion is applied to only the region to be released, also performs region integrity checking
      Reviewed-by: acorn, coleenp
      372b7e04
  32. 13 11月, 2012 1 次提交
  33. 10 11月, 2012 2 次提交
  34. 07 11月, 2012 1 次提交
  35. 06 11月, 2012 1 次提交
    • Z
      8001591: NMT: assertion failed: assert(rec->addr() + rec->size() <=... · 800e42ec
      zgu 提交于
      8001591: NMT: assertion failed: assert(rec->addr() + rec->size() <= cur->base()) failed: Can not overlap in memSnapshot.cpp
      Summary: NMT should allow overlapping committed regions as long as they belong to the same reserved region
      Reviewed-by: dholmes, coleenp
      800e42ec
  36. 20 10月, 2012 1 次提交
  37. 11 10月, 2012 1 次提交
  38. 10 10月, 2012 1 次提交