1. 21 6月, 2013 1 次提交
    • G
      8016586: PPC64 (part 3): basic changes for PPC64 · 5f92a492
      goetz 提交于
      Summary: added #includes needed for ppc64 port. Renamed _MODEL_ppc to _MODEL_ppc_32 and renamed corresponding old _ppc files to _ppc_32.
      Reviewed-by: dholmes, kvn
      5f92a492
  2. 24 4月, 2013 1 次提交
  3. 20 12月, 2012 1 次提交
  4. 13 11月, 2012 1 次提交
  5. 25 10月, 2012 1 次提交
  6. 29 9月, 2012 1 次提交
  7. 11 9月, 2012 1 次提交
  8. 02 9月, 2012 1 次提交
  9. 28 8月, 2012 1 次提交
  10. 30 3月, 2012 1 次提交
  11. 06 3月, 2012 1 次提交
  12. 09 11月, 2011 1 次提交
  13. 27 10月, 2011 1 次提交
  14. 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
  15. 27 9月, 2011 1 次提交
  16. 01 9月, 2011 1 次提交
  17. 09 7月, 2011 1 次提交
  18. 04 6月, 2011 1 次提交
  19. 06 4月, 2011 1 次提交
  20. 03 2月, 2011 1 次提交
  21. 28 1月, 2011 1 次提交
  22. 24 11月, 2010 1 次提交
  23. 08 10月, 2010 1 次提交
  24. 28 8月, 2010 1 次提交
  25. 28 5月, 2010 1 次提交
  26. 08 4月, 2010 1 次提交
  27. 10 3月, 2010 1 次提交
  28. 08 2月, 2010 1 次提交
  29. 02 2月, 2010 2 次提交
  30. 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
  31. 07 1月, 2010 1 次提交
  32. 05 1月, 2010 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. 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
  35. 06 6月, 2008 1 次提交
  36. 01 12月, 2007 1 次提交