1. 31 3月, 2011 1 次提交
  2. 30 3月, 2011 2 次提交
  3. 23 3月, 2011 1 次提交
  4. 19 3月, 2011 1 次提交
  5. 12 3月, 2011 2 次提交
  6. 05 3月, 2011 2 次提交
  7. 04 3月, 2011 2 次提交
  8. 11 2月, 2011 1 次提交
  9. 10 2月, 2011 1 次提交
  10. 11 2月, 2011 1 次提交
  11. 10 2月, 2011 1 次提交
  12. 08 2月, 2011 2 次提交
    • S
      7014851: Remove unused parallel compaction code · 2b4c6b63
      stefank 提交于
      Summary: Removed.
      Reviewed-by: jcoomes, brutisso
      2b4c6b63
    • 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
  13. 03 2月, 2011 1 次提交
  14. 01 2月, 2011 1 次提交
  15. 28 1月, 2011 1 次提交
  16. 14 1月, 2011 1 次提交
  17. 12 1月, 2011 1 次提交
  18. 18 12月, 2010 1 次提交
    • Y
      6807801: CMS: could save/restore fewer header words during scavenge · 8ea00085
      ysr 提交于
      Summary: Age bits need not enter the mark-word preservation calculus; also affected, in addition to CMS, per CR synopsis above, were ParNew (but not DefNew), ParallelScavenge and G1, albeit to a lesser degree than CMS.
      Reviewed-by: tonyp, johnc
      8ea00085
  19. 15 12月, 2010 1 次提交
  20. 11 12月, 2010 1 次提交
  21. 09 12月, 2010 1 次提交
  22. 08 12月, 2010 1 次提交
    • J
      6994628: G1: Test gc/gctests/FinalizeTest05 fails (one live object is finalized) · a669d665
      johnc 提交于
      Summary: The Solaris Studio 12 update 1 C++ compiler was incorrectly re-ordering the reads of an object's mark word in oopDesc::forward_to_atomic(). This opened a small window where one thread could execute the successful CAS path even though another thread had already successfully forwarded the object. This could result in an object being copied twice. The code in oopDesc::forward_to_atomic() was changed to read the mark word once.
      Reviewed-by: ysr, tonyp
      a669d665
  23. 04 12月, 2010 1 次提交
  24. 24 11月, 2010 1 次提交
  25. 31 10月, 2010 2 次提交
  26. 21 10月, 2010 1 次提交
  27. 19 10月, 2010 1 次提交
  28. 11 10月, 2010 1 次提交
  29. 08 10月, 2010 1 次提交
  30. 14 9月, 2010 1 次提交
  31. 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
  32. 28 8月, 2010 1 次提交
  33. 11 8月, 2010 1 次提交
  34. 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