1. 11 10月, 2013 1 次提交
  2. 10 10月, 2013 1 次提交
  3. 09 10月, 2013 1 次提交
  4. 08 10月, 2013 3 次提交
  5. 07 10月, 2013 2 次提交
  6. 09 10月, 2013 1 次提交
    • T
      8003420: NPG: make new GC root for pd_set · e540de76
      tschatzl 提交于
      Summary: Move protection domain oops from system dictionary entries into a seperate set; the system dictionary references entries in that set now. This allows fast iteration during non-classunloading garbage collection. Implementation based on initial prototype from Ioi Lam (iklam).
      Reviewed-by: coleenp, iklam
      e540de76
  7. 10 10月, 2013 1 次提交
  8. 08 10月, 2013 1 次提交
  9. 05 10月, 2013 1 次提交
  10. 04 10月, 2013 1 次提交
  11. 05 10月, 2013 2 次提交
    • S
      8024838: Significant slowdown due to transparent huge pages · 39578cad
      stefank 提交于
      Summary: Don't turn on transparent huge pages (-XX:+UseTransparentHugePages) unless explicitly specified on the command line. This has the effect that large pages are never turned on Linux unless the user has explicitly enabled any of the large pages flags: -XX:+UseLargePages, -XX:+UseTransparentHugePages, -XX:+UseHugeTLBFS, and -XX:+UseSHM.
      Reviewed-by: jwilhelm, tschatzl, brutisso
      39578cad
    • J
      8025854: Use "young gen" instead of "eden" · b6c29fc0
      jwilhelm 提交于
      Summary: Changed a few descriptions and variable names to young gen.
      Reviewed-by: tschatzl, jcoomes
      b6c29fc0
  12. 04 10月, 2013 3 次提交
  13. 03 10月, 2013 5 次提交
  14. 02 10月, 2013 2 次提交
  15. 01 10月, 2013 4 次提交
  16. 30 9月, 2013 1 次提交
    • T
      8025441: G1: assert "assert(thread < _num_vtimes) failed: just checking" fails... · 92c402f0
      tschatzl 提交于
      8025441: G1: assert "assert(thread < _num_vtimes) failed: just checking" fails when G1ConcRefinementThreads > ParallelGCThreads
      Summary: The initialization for the remembered set summary data structures used the wrong thread count, i.e. number of worker threads instead of number of refinement threads.
      Reviewed-by: brutisso
      92c402f0
  17. 28 9月, 2013 2 次提交
  18. 01 10月, 2013 1 次提交
  19. 27 9月, 2013 1 次提交
  20. 29 9月, 2013 1 次提交
  21. 27 9月, 2013 3 次提交
  22. 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
  23. 25 9月, 2013 1 次提交