1. 07 12月, 2011 1 次提交
  2. 18 11月, 2011 1 次提交
    • J
      7112743: G1: Reduce overhead of marking closure during evacuation pauses · 9ee12139
      johnc 提交于
      Summary: Parallelize the serial code that was used to mark objects reachable from survivor objects in the collection set. Some minor improvments in the timers used to track the freeing of the collection set along with some tweaks to PrintGCDetails.
      Reviewed-by: tonyp, brutisso
      9ee12139
  3. 16 11月, 2011 1 次提交
  4. 09 11月, 2011 1 次提交
  5. 31 10月, 2011 1 次提交
  6. 18 10月, 2011 1 次提交
  7. 14 10月, 2011 1 次提交
  8. 27 9月, 2011 1 次提交
  9. 26 9月, 2011 1 次提交
  10. 14 9月, 2011 1 次提交
  11. 12 9月, 2011 1 次提交
  12. 11 9月, 2011 1 次提交
  13. 08 9月, 2011 2 次提交
    • T
      7085860: JSR 292: implement CallSite.setTargetNormal and setTargetVolatile as native methods · 1c8eb83f
      twisti 提交于
      Reviewed-by: jrose, never
      1c8eb83f
    • Y
      4965777: GC changes to support use of discovered field for pending references · d5318109
      ysr 提交于
      Summary: If and when the reference handler thread is able to use the discovered field to link reference objects in its pending list, so will GC. In that case, GC will scan through this field once a reference object has been placed on the pending list, but not scan that field before that stage, as the field is used by the concurrent GC thread to link discovered objects. When ReferenceHandleR thread does not use the discovered field for the purpose of linking the elements in the pending list, as would be the case in older JDKs, the JVM will fall back to the old behaviour of using the next field for that purpose.
      Reviewed-by: jcoomes, mchung, stefank
      d5318109
  14. 03 9月, 2011 1 次提交
  15. 01 9月, 2011 1 次提交
  16. 26 8月, 2011 2 次提交
  17. 16 8月, 2011 1 次提交
  18. 21 7月, 2011 1 次提交
  19. 28 6月, 2011 1 次提交
    • B
      7016112: CMS: crash during promotion testing · cf62aa47
      brutisso 提交于
      Summary: Also reviewed by mikael.gerdin@oracle.com; stdlib:qsort() does byte-by-byte swapping on Windows. This leads to pointer shearing. Fix is to implement a quicksort that does full pointer updates.
      Reviewed-by: never, coleenp, ysr
      cf62aa47
  20. 24 6月, 2011 1 次提交
  21. 17 6月, 2011 1 次提交
  22. 03 6月, 2011 1 次提交
  23. 22 5月, 2011 1 次提交
  24. 11 5月, 2011 1 次提交
  25. 05 5月, 2011 1 次提交
  26. 04 5月, 2011 1 次提交
  27. 21 4月, 2011 1 次提交
  28. 15 4月, 2011 1 次提交
  29. 13 4月, 2011 1 次提交
  30. 10 4月, 2011 1 次提交
  31. 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
  32. 06 4月, 2011 1 次提交
  33. 31 3月, 2011 1 次提交
  34. 30 3月, 2011 2 次提交
  35. 23 3月, 2011 1 次提交
  36. 19 3月, 2011 1 次提交