1. 27 1月, 2011 1 次提交
    • J
      Merge · 677633f1
      johnc 提交于
      677633f1
  2. 26 1月, 2011 2 次提交
    • T
      7014261: G1: RSet-related failures · 1498a56a
      tonyp 提交于
      Summary: A race between the concurrent cleanup thread and the VM thread while it is processing the "expanded sparse table list" causes both threads to try to free the same sparse table entry and either causes one of the threads to fail or leaves the entry in an inconsistent state. The solution is purge all entries on the expanded list that correspond go regions that are being cleaned up.
      Reviewed-by: brutisso, johnc
      1498a56a
    • J
      6608385: G1: need to support parallel reference processing · 477822c8
      johnc 提交于
      Summary: Implement support for ParallelRefProcEnabled in the reference processing that takes place at the end of G1 concurrent marking.
      Reviewed-by: tonyp, ysr
      477822c8
  3. 22 1月, 2011 1 次提交
    • T
      7013718: G1: small fixes for two assert/guarantee failures · d2d605ca
      tonyp 提交于
      Summary: Two small fixes to deal with a guarantee failure (the marking thread should join the SuspendibleThreadSet before calling a method that does pause prediction work so that said method is never called during a pause) and an assert failure (an assert is too strong).
      Reviewed-by: iveresov, johnc
      d2d605ca
  4. 21 1月, 2011 1 次提交
    • J
      Merge · fda06608
      johnc 提交于
      fda06608
  5. 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
  6. 19 1月, 2011 5 次提交
  7. 15 1月, 2011 1 次提交
  8. 14 1月, 2011 4 次提交
  9. 13 1月, 2011 7 次提交
    • T
      Merge · 6429a427
      twisti 提交于
      6429a427
    • T
      Merge · 1afb7ed7
      twisti 提交于
      1afb7ed7
    • B
      6941122: G1: UseLargePages does not work with G1 garbage collector · b1ff61c0
      brutisso 提交于
      Summary: Pass the value of UseLargePages instead of false as the "large" parameter when reserving the G1 heap.
      Reviewed-by: tonyp, johnc, phh
      b1ff61c0
    • I
      7011627: C1: call_RT must support targets that don't fit in wdisp30 · 589b03e4
      iveresov 提交于
      Summary: Make both compilers emit near and far calls when necessary.
      Reviewed-by: never, kvn, phh
      589b03e4
    • C
      7009828: Fix for 6938627 breaks visualvm monitoring when -Djava.io.tmpdir is defined · 1f926854
      coleenp 提交于
      Summary: Change get_temp_directory() back to /tmp and %TEMP% like it always was and where the tools expect it to be.
      Reviewed-by: phh, dcubed, kamg, alanb
      1f926854
    • T
      6994297: G1: do first-level slow-path allocations with a CAS · 302ddaef
      tonyp 提交于
      Summary: First attempt to allocate out the current alloc region using a CAS instead of taking the Heap_lock (first level of G1's slow allocation path). Only if that fails and it's necessary to replace the current alloc region take the Heap_lock (that's the second level of G1's slow allocation path).
      Reviewed-by: johnc, brutisso, ysr
      302ddaef
    • T
      7007068: G1: refine the BOT during evac failure handling · d205bb81
      tonyp 提交于
      Summary: During evacuation failure handling we refine the BOT to reflect the location of all the objects in the regions we scan. The changeset includes some minor cleanup: a) non-product print_on() method on the G1 BOT class, b) added more complete BOT verification during heap / region verification, c) slight modification to the BOT set up for humongous regions to be more consistent with the BOT set up during evac failure handling, and d) removed a couple of unused methods.
      Reviewed-by: johnc, ysr
      d205bb81
  10. 12 1月, 2011 4 次提交
  11. 11 1月, 2011 4 次提交
  12. 10 1月, 2011 3 次提交
  13. 08 1月, 2011 1 次提交
    • T
      Merge · 89312591
      trims 提交于
      89312591