1. 17 11月, 2010 1 次提交
  2. 31 10月, 2010 1 次提交
  3. 23 10月, 2010 1 次提交
  4. 21 10月, 2010 1 次提交
  5. 08 10月, 2010 1 次提交
  6. 02 10月, 2010 1 次提交
    • Y
      6794422: Perm gen expansion policy for concurrent collectors · 9747275e
      ysr 提交于
      Summary: Concurrent collectors should expand the perm gen without a full STW GC, but possibly by triggering a concurrent collection. Temporary band-aid for G1 where no concurrent collection is kicked off since the perm gen is not collected concurrently.
      Reviewed-by: johnc
      9747275e
  7. 29 9月, 2010 1 次提交
  8. 21 9月, 2010 1 次提交
  9. 04 9月, 2010 1 次提交
    • I
      6953144: Tiered compilation · d2bc8599
      iveresov 提交于
      Summary: Infrastructure for tiered compilation support (interpreter + c1 + c2) for 32 and 64 bit. Simple tiered policy implementation.
      Reviewed-by: kvn, never, phh, twisti
      d2bc8599
  10. 17 8月, 2010 1 次提交
    • Y
      6948538: CMS: BOT walkers can fall into object allocation and initialization cracks · 569b6fe2
      ysr 提交于
      Summary: GC workers now recognize an intermediate transient state of blocks which are allocated but have not yet completed initialization. blk_start() calls do not attempt to determine the size of a block in the transient state, rather waiting for the block to become initialized so that it is safe to query its size. Audited and ensured the order of initialization of object fields (klass, free bit and size) to respect block state transition protocol. Also included some new assertion checking code enabled in debug mode.
      Reviewed-by: chrisphi, johnc, poonam
      569b6fe2
  11. 03 8月, 2010 1 次提交
    • B
      6953477: Increase portability and flexibility of building Hotspot · 1d7def72
      bobv 提交于
      Summary: A collection of portability improvements including shared code support for PPC, ARM platforms, software floating point, cross compilation support and improvements in error crash detail.
      Reviewed-by: phh, never, coleenp, dholmes
      1d7def72
  12. 15 7月, 2010 1 次提交
  13. 09 7月, 2010 1 次提交
  14. 10 6月, 2010 1 次提交
  15. 30 5月, 2010 1 次提交
  16. 28 5月, 2010 1 次提交
  17. 23 5月, 2010 1 次提交
  18. 01 5月, 2010 1 次提交
  19. 17 3月, 2010 1 次提交
  20. 16 3月, 2010 1 次提交
  21. 10 3月, 2010 1 次提交
  22. 04 3月, 2010 1 次提交
  23. 24 2月, 2010 1 次提交
  24. 23 2月, 2010 1 次提交
  25. 09 2月, 2010 1 次提交
  26. 06 2月, 2010 1 次提交
  27. 30 1月, 2010 2 次提交
  28. 21 1月, 2010 1 次提交
  29. 14 1月, 2010 1 次提交
  30. 09 1月, 2010 1 次提交
  31. 08 1月, 2010 1 次提交
  32. 05 1月, 2010 2 次提交
  33. 04 1月, 2010 1 次提交
  34. 04 12月, 2009 1 次提交
    • Y
      6906727: UseCompressedOops: some card-marking fixes related to object arrays · 1f7260b7
      ysr 提交于
      Summary: Introduced a new write_ref_array(HeapWords* start, size_t count) method that does the requisite MemRegion range calculation so (some of the) clients of the erstwhile write_ref_array(MemRegion mr) do not need to worry. This removed all external uses of array_size(), which was also simplified and made private. Asserts were added to catch other possible issues. Further, less essential, fixes stemming from this investigation are deferred to CR 6904516 (to follow shortly in hs17).
      Reviewed-by: kvn, coleenp, jmasa
      1f7260b7
  35. 13 11月, 2009 1 次提交
  36. 31 10月, 2009 1 次提交
  37. 02 9月, 2009 1 次提交
    • Y
      4957990: Perm heap bloat in JVM · 763668ed
      ysr 提交于
      Summary: Treat ProfileData in MDO's as a source of weak, not strong, roots. Fixes the bug for stop-world collection -- the case of concurrent collection will be fixed separately.
      Reviewed-by: jcoomes, jmasa, kvn, never
      763668ed
  38. 15 7月, 2009 1 次提交