1. 16 10月, 2013 1 次提交
  2. 15 10月, 2013 2 次提交
  3. 13 10月, 2013 2 次提交
  4. 12 10月, 2013 5 次提交
    • C
      Merge · 4c1c3163
      ccheung 提交于
      4c1c3163
    • C
      Merge · 869749fb
      ccheung 提交于
      869749fb
    • H
      Merge · b4b2c7ad
      hseigel 提交于
      b4b2c7ad
    • H
      8026041: JVM crashes with assert "assert(is_updated()) failed: must not be... · 48f9e14e
      hseigel 提交于
      8026041: JVM crashes with assert "assert(is_updated()) failed: must not be clear" with -XX:+PrintGCApplicationConcurrentTime in -Xcomp mode
      Summary: Prior to printing the time interval in RuntimeService::record_safepoint_begin(), check first that VM initialization is complete.
      Reviewed-by: coleenp, dholmes, sla, ctornqvi
      Contributed-by: lois.foltan@oracle.com
      48f9e14e
    • C
      Merge · d2b22862
      coleenp 提交于
      d2b22862
  5. 11 10月, 2013 6 次提交
  6. 10 10月, 2013 3 次提交
  7. 09 10月, 2013 1 次提交
  8. 08 10月, 2013 4 次提交
  9. 07 10月, 2013 2 次提交
  10. 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
  11. 10 10月, 2013 1 次提交
  12. 08 10月, 2013 1 次提交
  13. 06 10月, 2013 1 次提交
  14. 05 10月, 2013 6 次提交
  15. 04 10月, 2013 2 次提交
  16. 05 10月, 2013 2 次提交
    • S
      Merge · 7b13a7fe
      stefank 提交于
      7b13a7fe
    • 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