1. 09 2月, 2011 1 次提交
  2. 08 2月, 2011 1 次提交
  3. 28 1月, 2011 1 次提交
  4. 25 1月, 2011 1 次提交
  5. 12 1月, 2011 1 次提交
  6. 11 1月, 2011 1 次提交
  7. 07 1月, 2011 1 次提交
  8. 02 12月, 2010 1 次提交
  9. 01 12月, 2010 1 次提交
  10. 24 11月, 2010 1 次提交
  11. 23 10月, 2010 1 次提交
  12. 19 10月, 2010 1 次提交
  13. 02 10月, 2010 1 次提交
    • T
      6980838: G1: guarantee(false) failed: thread has an unexpected active value in its SATB queue · acd6a8e3
      tonyp 提交于
      Summary: Under certain circumstances a safepoint could happen between a JavaThread object being created and that object being added to the Java threads list. This could cause the active field of that thread's SATB queue to get out-of-sync with respect to the other Java threads. The solution is to activate the SATB queue, when necessary, before adding the thread to the Java threads list, not when the JavaThread object is created. The changeset also includes a small fix to rename the surrogate locker thread from "Surrogate Locker Thread (CMS)" to "Surrogate Locker Thread (Concurrent GC)" since it's also used in G1.
      Reviewed-by: iveresov, ysr, johnc, jcoomes
      acd6a8e3
  14. 01 10月, 2010 2 次提交
  15. 29 9月, 2010 1 次提交
  16. 22 9月, 2010 1 次提交
  17. 13 8月, 2010 1 次提交
  18. 11 8月, 2010 1 次提交
  19. 10 8月, 2010 1 次提交
  20. 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
  21. 11 6月, 2010 1 次提交
  22. 05 6月, 2010 1 次提交
  23. 04 6月, 2010 1 次提交
  24. 28 5月, 2010 1 次提交
  25. 12 3月, 2010 1 次提交
  26. 03 3月, 2010 1 次提交
  27. 02 2月, 2010 1 次提交
  28. 14 1月, 2010 1 次提交
    • Y
      6896647: card marks can be deferred too long · 651edb8d
      ysr 提交于
      Summary: Deferred card marks are now flushed during the gc prologue. Parallel[Scavege,OldGC] and SerialGC no longer defer card marks generated by COMPILER2 as a result of ReduceInitialCardMarks. For these cases, introduced a diagnostic option to defer the card marks, only for the purposes of testing and diagnostics. CMS and G1 continue to defer card marks. Potential performance concern related to single-threaded flushing of deferred card marks in the gc prologue will be addressed in the future.
      Reviewed-by: never, johnc
      651edb8d
  29. 07 1月, 2010 1 次提交
  30. 05 1月, 2010 1 次提交
  31. 12 12月, 2009 1 次提交
  32. 26 11月, 2009 1 次提交
  33. 16 10月, 2009 1 次提交
    • Y
      6888898: CMS: ReduceInitialCardMarks unsafe in the presence of cms precleaning · 349bfec0
      ysr 提交于
      6889757: G1: enable card mark elision for initializing writes from compiled code (ReduceInitialCardMarks)
      Summary: Defer the (compiler-elided) card-mark upon a slow-path allocation until after the store  and before the next subsequent safepoint; G1 now answers yes to can_elide_tlab_write_barriers().
      Reviewed-by: jcoomes, kvn, never
      349bfec0
  34. 23 9月, 2009 1 次提交
  35. 16 9月, 2009 1 次提交
  36. 29 7月, 2009 1 次提交
    • X
      6862919: Update copyright year · 84c0f327
      xdono 提交于
      Summary: Update copyright for files that have been modified in 2009, up to 07/09
      Reviewed-by: tbell, ohair
      84c0f327
  37. 12 6月, 2009 1 次提交
  38. 07 4月, 2009 1 次提交
  39. 25 3月, 2009 1 次提交