1. 02 9月, 2012 1 次提交
  2. 28 8月, 2012 1 次提交
  3. 30 3月, 2012 1 次提交
  4. 06 3月, 2012 1 次提交
  5. 09 11月, 2011 1 次提交
  6. 27 10月, 2011 1 次提交
  7. 05 10月, 2011 1 次提交
    • K
      6865265: JVM crashes with "missing exception handler" error · 11bea7f7
      kvn 提交于
      Summary: Retry the call to fast_exception_handler_bci_for() after it returned with a pending exception. Don't cache the exception handler pc computed by compute_compiled_exc_handler() if the handler is for another (nested) exception.
      Reviewed-by: kamg, kvn
      Contributed-by: volker.simonis@gmail.com
      11bea7f7
  8. 27 9月, 2011 1 次提交
  9. 01 9月, 2011 1 次提交
  10. 09 7月, 2011 1 次提交
  11. 04 6月, 2011 1 次提交
  12. 06 4月, 2011 1 次提交
  13. 03 2月, 2011 1 次提交
  14. 28 1月, 2011 1 次提交
  15. 24 11月, 2010 1 次提交
  16. 08 10月, 2010 1 次提交
  17. 28 8月, 2010 1 次提交
  18. 28 5月, 2010 1 次提交
  19. 08 4月, 2010 1 次提交
  20. 10 3月, 2010 1 次提交
  21. 08 2月, 2010 1 次提交
  22. 02 2月, 2010 2 次提交
  23. 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
  24. 07 1月, 2010 1 次提交
  25. 05 1月, 2010 1 次提交
  26. 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
  27. 28 2月, 2009 1 次提交
    • T
      6810672: Comment typos · 460de015
      twisti 提交于
      Summary: I have collected some typos I have found while looking at the code.
      Reviewed-by: kvn, never
      460de015
  28. 06 6月, 2008 1 次提交
  29. 01 12月, 2007 1 次提交