1. 07 10月, 2013 1 次提交
  2. 02 10月, 2013 1 次提交
  3. 01 10月, 2013 1 次提交
  4. 29 9月, 2013 1 次提交
  5. 27 9月, 2013 1 次提交
  6. 26 9月, 2013 1 次提交
    • H
      7195622: CheckUnhandledOops has limited usefulness now · 087226b2
      hseigel 提交于
      Summary: Enable CHECK_UNHANDLED_OOPS in fastdebug builds across all supported platforms.
      Reviewed-by: coleenp, hseigel, dholmes, stefank, twisti, ihse, rdurbin
      Contributed-by: lois.foltan@oracle.com
      087226b2
  7. 20 9月, 2013 1 次提交
    • S
      8024974: Incorrect use of GC_locker::is_active() · 427aeb32
      stefank 提交于
      Summary: SymbolTable and StringTable can make calls to GC_locker::is_active() outside a safepoint. This isn't safe because the GC_locker active state (lock count) is only updated at a safepoint and only remains valid as long as _needs_gc is true. However, outside a safepoint_needs_gc can change to false at any time, which makes it impossible to do a correct call to is_active() in that context. In this case these calls can just be removed since the input argument to basic_add() should never be on the heap and so there's no need to check the GC_locker state. This change also adjusts the assert() in is_active() to makes sure all calls to this function are always done under a safepoint.
      Reviewed-by: brutisso, dcubed
      Contributed-by: per.liden@oracle.com
      427aeb32
  8. 18 9月, 2013 1 次提交
  9. 17 9月, 2013 1 次提交
  10. 14 9月, 2013 1 次提交
  11. 13 9月, 2013 1 次提交
  12. 11 9月, 2013 1 次提交
  13. 10 9月, 2013 1 次提交
  14. 31 8月, 2013 1 次提交
  15. 29 8月, 2013 1 次提交
  16. 28 8月, 2013 1 次提交
  17. 27 8月, 2013 1 次提交
  18. 26 8月, 2013 1 次提交
  19. 20 8月, 2013 1 次提交
  20. 07 8月, 2013 1 次提交
  21. 03 8月, 2013 1 次提交
  22. 19 7月, 2013 1 次提交
  23. 18 7月, 2013 1 次提交
  24. 10 7月, 2013 1 次提交
  25. 09 7月, 2013 1 次提交
  26. 03 7月, 2013 1 次提交
  27. 25 6月, 2013 1 次提交
  28. 19 6月, 2013 1 次提交
  29. 14 6月, 2013 1 次提交
  30. 10 6月, 2013 1 次提交
  31. 03 6月, 2013 1 次提交
  32. 31 5月, 2013 1 次提交
  33. 28 5月, 2013 1 次提交
  34. 27 5月, 2013 2 次提交
  35. 23 5月, 2013 1 次提交
  36. 22 5月, 2013 1 次提交
  37. 21 5月, 2013 1 次提交
  38. 19 5月, 2013 1 次提交
  39. 17 5月, 2013 1 次提交