1. 17 2月, 2011 1 次提交
  2. 12 2月, 2011 1 次提交
  3. 11 2月, 2011 1 次提交
  4. 04 2月, 2011 2 次提交
  5. 02 2月, 2011 1 次提交
    • T
      Merge · 44d73723
      trims 提交于
      44d73723
  6. 28 1月, 2011 5 次提交
  7. 27 1月, 2011 2 次提交
    • D
      Merge · e9b1d9ab
      dcubed 提交于
      e9b1d9ab
    • J
      Merge · 677633f1
      johnc 提交于
      677633f1
  8. 26 1月, 2011 5 次提交
  9. 25 1月, 2011 2 次提交
  10. 22 1月, 2011 3 次提交
  11. 21 1月, 2011 8 次提交
  12. 20 1月, 2011 6 次提交
    • D
      Merge · 797f0649
      dcubed 提交于
      797f0649
    • T
      6977804: G1: remove the zero-filling thread · 0ed267ef
      tonyp 提交于
      Summary: This changeset removes the zero-filling thread from G1 and collapses the two free region lists we had before (the "free" and "unclean" lists) into one. The new free list uses the new heap region sets / lists abstractions that we'll ultimately use it to keep track of all regions in the heap. A heap region set was also introduced for the humongous regions. Finally, this change increases the concurrency between the thread that completes freeing regions (after a cleanup pause) and the rest of the system (before we'd have to wait for said thread to complete before allocating a new region). The changest also includes a lot of refactoring and code simplification.
      Reviewed-by: jcoomes, johnc
      0ed267ef
    • K
      7012505: BreakpointWithFullGC.sh fails with Internal Error (src/share/vm/oops/methodOop.cpp:220) · 0457abfb
      kamg 提交于
      Summary: Rebuild breakpoint cache at gc_epilogue instead of during oops_do
      Reviewed-by: dcubed, ysr, coleenp
      0457abfb
    • J
      Merge · 5939fa77
      johnc 提交于
      5939fa77
    • J
      7012642: G1: JumbleGC002 test aborts with segmentation violation due to uncaught stack overflow · 0c88bead
      johnc 提交于
      Summary: With recent G1 allocation path changes, the value of StackShadowPages in fast debug builds of the JVM, is no longer large enough to prevent the JVM C++ code from touching the stack guard pages. Increase the value of StackShadowPages to a suitable value.
      Reviewed-by: ysr, tonyp, coleenp
      0c88bead
    • N
      7013008: 2/3 assert(method == NULL || check_method(method, bcp)) failed: bcp must point into method · 2ec2714d
      never 提交于
      Summary: The Relocator should pass a NULL methodOop when rewriting since its resource array can never contain breakpoints.
      Reviewed-by: dcubed, kvn, coleenp
      2ec2714d
  13. 19 1月, 2011 3 次提交