1. 14 6月, 2012 1 次提交
  2. 31 5月, 2012 1 次提交
    • J
      7158682: G1: Handle leak when running nsk.sysdict tests · 75a70ca5
      johnc 提交于
      Summary: Place HandleMarks in the code that allocates handles for the pending list lock so that the handles are freed and multiple, unsuccessful, attempts to schedule a GC do not cause an OOM.
      Reviewed-by: brutisso
      75a70ca5
  3. 22 5月, 2012 1 次提交
  4. 03 5月, 2012 1 次提交
  5. 16 4月, 2012 1 次提交
  6. 11 4月, 2012 1 次提交
  7. 27 3月, 2012 1 次提交
  8. 23 3月, 2012 1 次提交
  9. 15 3月, 2012 1 次提交
  10. 14 3月, 2012 1 次提交
  11. 06 3月, 2012 1 次提交
  12. 30 3月, 2012 1 次提交
  13. 25 2月, 2012 1 次提交
  14. 02 2月, 2012 1 次提交
  15. 30 1月, 2012 1 次提交
  16. 27 1月, 2012 1 次提交
  17. 26 1月, 2012 1 次提交
  18. 24 1月, 2012 1 次提交
  19. 12 1月, 2012 2 次提交
  20. 29 12月, 2011 1 次提交
  21. 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
  22. 07 12月, 2011 2 次提交
  23. 18 11月, 2011 2 次提交
  24. 16 11月, 2011 1 次提交
  25. 09 11月, 2011 1 次提交
  26. 31 10月, 2011 1 次提交
  27. 18 10月, 2011 1 次提交
  28. 14 10月, 2011 1 次提交
  29. 27 9月, 2011 1 次提交
  30. 26 9月, 2011 1 次提交
  31. 14 9月, 2011 1 次提交
  32. 12 9月, 2011 1 次提交
  33. 11 9月, 2011 1 次提交
  34. 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
  35. 03 9月, 2011 1 次提交
  36. 01 9月, 2011 1 次提交