1. 25 7月, 2012 1 次提交
  2. 17 7月, 2012 1 次提交
  3. 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
  4. 27 6月, 2012 1 次提交
  5. 14 6月, 2012 1 次提交
  6. 15 5月, 2012 1 次提交
  7. 27 1月, 2012 1 次提交
  8. 03 11月, 2011 1 次提交
  9. 25 10月, 2011 1 次提交
  10. 24 10月, 2011 1 次提交
  11. 26 9月, 2011 1 次提交
  12. 11 9月, 2011 1 次提交
  13. 07 9月, 2011 1 次提交
  14. 02 9月, 2011 1 次提交
  15. 31 8月, 2011 1 次提交
  16. 16 8月, 2011 1 次提交
  17. 21 7月, 2011 1 次提交
  18. 02 7月, 2011 1 次提交
  19. 24 6月, 2011 1 次提交
  20. 17 6月, 2011 1 次提交
  21. 02 6月, 2011 1 次提交
  22. 26 5月, 2011 1 次提交
  23. 22 5月, 2011 1 次提交
  24. 18 5月, 2011 1 次提交
  25. 13 5月, 2011 1 次提交
  26. 05 5月, 2011 1 次提交
  27. 12 4月, 2011 1 次提交
  28. 08 4月, 2011 2 次提交
    • J
      6981791: remove experimental code for JSR 292 · beb2b1a2
      jrose 提交于
      Reviewed-by: twisti
      beb2b1a2
    • J
      7009266: G1: assert(obj->is_oop_or_null(true )) failed: Error · 6f87c7dd
      johnc 提交于
      Summary: A referent object that is only weakly reachable at the start of concurrent marking but is re-attached to the strongly reachable object graph during marking may not be marked as live. This can cause the reference object to be processed prematurely and leave dangling pointers to the referent object. Implement a read barrier for the java.lang.ref.Reference::referent field by intrinsifying the Reference.get() method, and intercepting accesses though JNI, reflection, and Unsafe, so that when a non-null referent object is read it is also logged in an SATB buffer.
      Reviewed-by: kvn, iveresov, never, tonyp, dholmes
      6f87c7dd
  29. 06 4月, 2011 1 次提交
  30. 04 4月, 2011 1 次提交
  31. 31 3月, 2011 1 次提交
  32. 24 3月, 2011 1 次提交
  33. 19 3月, 2011 1 次提交
  34. 18 3月, 2011 1 次提交
  35. 12 3月, 2011 2 次提交
  36. 11 2月, 2011 1 次提交
  37. 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
  38. 03 2月, 2011 1 次提交