1. 23 3月, 2012 1 次提交
  2. 15 3月, 2012 1 次提交
  3. 25 2月, 2012 1 次提交
  4. 02 2月, 2012 1 次提交
  5. 30 1月, 2012 1 次提交
  6. 27 1月, 2012 1 次提交
  7. 26 1月, 2012 1 次提交
  8. 24 1月, 2012 1 次提交
  9. 12 1月, 2012 2 次提交
  10. 29 12月, 2011 1 次提交
  11. 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
  12. 07 12月, 2011 2 次提交
  13. 18 11月, 2011 2 次提交
  14. 16 11月, 2011 1 次提交
  15. 09 11月, 2011 1 次提交
  16. 31 10月, 2011 1 次提交
  17. 18 10月, 2011 1 次提交
  18. 14 10月, 2011 1 次提交
  19. 27 9月, 2011 1 次提交
  20. 26 9月, 2011 1 次提交
  21. 14 9月, 2011 1 次提交
  22. 12 9月, 2011 1 次提交
  23. 11 9月, 2011 1 次提交
  24. 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
  25. 03 9月, 2011 1 次提交
  26. 01 9月, 2011 1 次提交
  27. 26 8月, 2011 2 次提交
  28. 16 8月, 2011 1 次提交
  29. 21 7月, 2011 1 次提交
  30. 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
  31. 24 6月, 2011 1 次提交
  32. 17 6月, 2011 1 次提交
  33. 03 6月, 2011 1 次提交
  34. 22 5月, 2011 1 次提交
  35. 11 5月, 2011 1 次提交