1. 26 9月, 2011 1 次提交
  2. 08 9月, 2011 1 次提交
    • 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
  3. 28 7月, 2011 1 次提交
  4. 14 6月, 2011 1 次提交
    • Y
      7051430: CMS: ongoing CMS cycle should terminate abruptly to allow prompt JVM termination at exit · a4a62971
      ysr 提交于
      Summary: It turns out that there is no need to explicitly stop CMS since the JVM is taken down at a terminal safepoint during which CMS threads are (terminally) inactive. This  will need to be revised if and when we evolve in the future to a point where we allow JVM reincarnation in the same process, but those changes will be much more sweeping than just terminating CMS threads. The unused ::stop() methods will be removed in a separate CR. Also include in this CR is the fix for a small typo in the spelling of UseGCLogFileRotation in a message in arguments.cpp, brought to our attention by Rainer Jung and reviewed by minqi.
      Reviewed-by: johnc, jwilhelm
      a4a62971
  5. 28 2月, 2011 1 次提交
  6. 08 2月, 2011 1 次提交
  7. 03 2月, 2011 1 次提交
  8. 28 1月, 2011 1 次提交
  9. 12 1月, 2011 1 次提交
  10. 06 1月, 2011 1 次提交
  11. 24 11月, 2010 1 次提交
  12. 06 11月, 2010 1 次提交
  13. 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
  14. 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
  15. 09 7月, 2010 1 次提交
  16. 28 5月, 2010 1 次提交
  17. 19 5月, 2010 1 次提交
  18. 29 7月, 2008 1 次提交
  19. 03 7月, 2008 1 次提交
    • X
      6719955: Update copyright year · b85ed448
      xdono 提交于
      Summary: Update copyright year for files that have been modified in 2008
      Reviewed-by: ohair, tbell
      b85ed448
  20. 23 6月, 2008 1 次提交
  21. 19 3月, 2008 1 次提交
    • S
      6667833: Remove CacheTimeMillis · 7091139d
      sbohne 提交于
      Summary: Remove -XX:+CacheTimeMillis option and associated functionality
      Reviewed-by: acorn, never
      7091139d
  22. 01 12月, 2007 1 次提交