1. 21 3月, 2014 1 次提交
  2. 30 1月, 2014 1 次提交
  3. 27 1月, 2014 1 次提交
  4. 20 1月, 2014 1 次提交
    • S
      8020277: Young GC could be extremely slow due to assertion in... · b239de7f
      sjohanss 提交于
      8020277: Young GC could be extremely slow due to assertion in ObjectStartArray::object_starts_in_range
      8009462: Young GC's (ParNewGC and SerialGC) have unexpected variances.
      Summary: Removed the assertion slowing down GC.
      Reviewed-by: stefank, mgerdin
      b239de7f
  5. 07 1月, 2014 1 次提交
  6. 25 12月, 2013 1 次提交
  7. 10 12月, 2013 1 次提交
  8. 23 11月, 2013 1 次提交
  9. 09 11月, 2013 1 次提交
  10. 02 11月, 2013 1 次提交
  11. 22 10月, 2013 1 次提交
  12. 03 10月, 2013 1 次提交
  13. 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
  14. 14 9月, 2013 1 次提交
  15. 11 9月, 2013 1 次提交
    • T
      8010722: assert: failed: heap size is too big for compressed oops · 95a96a89
      tschatzl 提交于
      Summary: Use conservative assumptions of required alignment for the various garbage collector components into account when determining the maximum heap size that supports compressed oops. Using this conservative value avoids several circular dependencies in the calculation.
      Reviewed-by: stefank, dholmes
      95a96a89
  16. 07 8月, 2013 1 次提交
  17. 26 6月, 2013 1 次提交
  18. 19 6月, 2013 1 次提交
  19. 14 6月, 2013 1 次提交
    • D
      8013057: assert(_needs_gc || SafepointSynchronize::is_at_safepoint()) failed:... · 118491a3
      dcubed 提交于
      8013057: assert(_needs_gc || SafepointSynchronize::is_at_safepoint()) failed: only read at safepoint
      Summary: Detect mmap() commit failures in Linux and Solaris os::commit_memory() impls and call vm_exit_out_of_memory(). Add os::commit_memory_or_exit(). Also tidy up some NMT accounting and some mmap() return value checking.
      Reviewed-by: zgu, stefank, dholmes, dsamersoff
      118491a3
  20. 10 6月, 2013 1 次提交
  21. 31 5月, 2013 1 次提交
  22. 30 5月, 2013 1 次提交
  23. 31 5月, 2013 1 次提交
  24. 27 5月, 2013 2 次提交
  25. 23 5月, 2013 1 次提交
  26. 21 5月, 2013 1 次提交
  27. 17 5月, 2013 1 次提交
  28. 16 5月, 2013 1 次提交
    • T
      8007763: Refactoring: split up compute_generation_free_space() into two... · d8e75982
      tamao 提交于
      8007763: Refactoring: split up compute_generation_free_space() into two functions for class PSAdaptiveSizePolicy
      Summary: split up compute_generation_free_space() into two functions: compute_eden_space_size() + compute_old_gen_free_space(), each of which (if needed) can be reused without executing an overhead of the other.
      Reviewed-by: jmasa, tschatzl
      Contributed-by: Ntamao <tao.mao@oracle.com>
      d8e75982
  29. 15 5月, 2013 1 次提交
  30. 13 5月, 2013 1 次提交
  31. 10 5月, 2013 1 次提交
    • M
      8003557: NPG: Klass* const k should be const Klass* k. · 6ee9c8ef
      minqi 提交于
      Summary: With NPG, const KlassOop klass which is in fact a definition converted to Klass* const, which is not the original intention. The right usage is converting them to const Klass*.
      Reviewed-by: coleenp, kvn
      Contributed-by: yumin.qi@oracle.com
      6ee9c8ef
  32. 01 5月, 2013 1 次提交
  33. 26 4月, 2013 1 次提交
  34. 25 4月, 2013 1 次提交
  35. 10 4月, 2013 1 次提交
  36. 02 4月, 2013 1 次提交
  37. 28 3月, 2013 1 次提交
  38. 14 3月, 2013 1 次提交
  39. 13 3月, 2013 1 次提交