1. 07 10月, 2013 1 次提交
  2. 12 9月, 2013 1 次提交
  3. 15 8月, 2013 1 次提交
    • J
      7145569: G1: optimize nmethods scanning · d5c439d7
      johnc 提交于
      Summary: Add a list of nmethods to the RSet for a region that contain references into the region. Skip scanning the code cache during root scanning and scan the nmethod lists during RSet scanning instead.
      Reviewed-by: tschatzl, brutisso, mgerdin, twisti, kvn
      d5c439d7
  4. 10 7月, 2013 1 次提交
  5. 10 6月, 2013 1 次提交
  6. 10 4月, 2013 1 次提交
  7. 05 1月, 2013 1 次提交
  8. 29 11月, 2012 1 次提交
  9. 27 11月, 2012 1 次提交
  10. 08 9月, 2012 1 次提交
  11. 02 9月, 2012 1 次提交
  12. 29 6月, 2012 1 次提交
    • Z
      6995781: Native Memory Tracking (Phase 1) · bdfb3cf5
      zgu 提交于
      7151532: DCmd for hotspot native memory tracking
      Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd
      Reviewed-by: acorn, coleenp, fparain
      bdfb3cf5
  13. 15 5月, 2012 1 次提交
  14. 16 4月, 2012 1 次提交
  15. 27 3月, 2012 1 次提交
  16. 23 3月, 2012 1 次提交
  17. 16 2月, 2012 1 次提交
  18. 01 2月, 2012 1 次提交
  19. 17 1月, 2012 1 次提交
  20. 02 1月, 2012 1 次提交
  21. 15 12月, 2011 1 次提交
  22. 14 12月, 2011 1 次提交
    • S
      7121373: Clean up CollectedHeap::is_in · dce4ac5f
      stefank 提交于
      Summary: Fixed G1CollectedHeap::is_in, added tests, cleaned up comments and made Space::is_in pure virtual.
      Reviewed-by: brutisso, tonyp, jcoomes
      dce4ac5f
  23. 10 11月, 2011 1 次提交
  24. 08 11月, 2011 1 次提交
  25. 18 10月, 2011 1 次提交
  26. 27 9月, 2011 1 次提交
  27. 26 9月, 2011 1 次提交
  28. 26 8月, 2011 1 次提交
    • K
      7059037: Use BIS for zeroing on T4 · db6f7d55
      kvn 提交于
      Summary: Use BIS for zeroing new allocated big (2Kb and more) objects and arrays.
      Reviewed-by: never, twisti, ysr
      db6f7d55
  29. 23 8月, 2011 1 次提交
  30. 17 6月, 2011 1 次提交
  31. 15 6月, 2011 1 次提交
    • J
      7004681: G1: Extend marking verification to Full GCs · 0e040a45
      johnc 提交于
      Summary: Perform a heap verification after the first phase of G1's full GC using objects' mark words to determine liveness. The third parameter of the heap verification routines, which was used in G1 to determine which marking bitmap to use in liveness calculations, has been changed from a boolean to an enum with values defined for using the mark word, and the 'prev' and 'next' bitmaps.
      Reviewed-by: tonyp, ysr
      0e040a45
  32. 04 5月, 2011 1 次提交
  33. 06 4月, 2011 1 次提交
  34. 08 2月, 2011 1 次提交
    • Y
      6912621: iCMS: Error: assert(_markBitMap.isMarked(addr + 1),"Missing Printezis bit?") · 251d4f53
      ysr 提交于
      Summary: Fix block_size_if_printezis_bits() so it does not expect the bits, only uses them when available. Fix block_size_no_stall() so it does not stall when the bits are missing such cases, letting the caller deal with zero size returns. Constant pool cache oops do not need to be unparsable or conc_unsafe after their klass pointer is installed. Some cosmetic clean-ups and some assertion checking for conc-usafety which, in the presence of class file redefinition, has no a-priori time boundedness, so all GCs must be able to safely deal with putatively conc-unsafe objects in a stop-world pause.
      Reviewed-by: jmasa, johnc
      251d4f53
  35. 04 2月, 2011 1 次提交
    • B
      7015169: GC Cause not always set · 5a6ed888
      brutisso 提交于
      Summary: Sometimes the gc cause was not always set. This caused JStat to print the wrong information.
      Reviewed-by: tonyp, ysr
      Contributed-by: suenaga.yasumasa@oss.ntt.co.jp
      5a6ed888
  36. 07 1月, 2011 1 次提交
  37. 24 11月, 2010 1 次提交
  38. 21 9月, 2010 1 次提交
  39. 29 6月, 2010 1 次提交
  40. 28 5月, 2010 1 次提交