1. 25 11月, 2009 1 次提交
    • J
      6899058: G1: Internal error in ptrQueue.cpp:201 in nightly tests · 6269ed5f
      johnc 提交于
      Summary: Fixes a race on the dirty card queue completed buffer list between worker thread(s) performing a flush of a deferred store barrier (enqueueing a newly completed buffer) and worker thread(s) in the RSet updating code claiming completed buffers. Removed the routine that removes elements from the completed update buffer queue using a CAS.
      Reviewed-by: ysr, tonyp
      6269ed5f
  2. 21 11月, 2009 1 次提交
  3. 20 11月, 2009 2 次提交
    • Y
      6902303: G1: ScavengeALot should cause an incremental, rather than a full, collection · bef9ec13
      ysr 提交于
      Summary: ScavengeALot now causes an incremental (but possibly partially young, in the G1 sense) collection. Some such collections may be abandoned on account of MMU specs. Band-aided a native leak associated with abandoned pauses, as well as an MMU tracker overflow related to frequent scavenge events in the face of a large MMU denominator interval; the latter is protected by a product flag that defaults to false.
      Reviewed-by: tonyp
      bef9ec13
    • Y
      6902701: G1: protect debugging code related to 6898948 with a debug flag · df890d3a
      ysr 提交于
      Summary: Protected stats dump with a new develop flag; other than for the dump, reconciled product and non-product behaviour in face of the error.
      Reviewed-by: tonyp
      df890d3a
  4. 14 11月, 2009 1 次提交
  5. 11 11月, 2009 1 次提交
  6. 07 11月, 2009 1 次提交
  7. 04 11月, 2009 1 次提交
  8. 31 10月, 2009 1 次提交
    • T
      Merge · e5eeb712
      tonyp 提交于
      e5eeb712
  9. 30 10月, 2009 1 次提交
    • J
      6889740: G1: OpenDS fails with "unhandled exception in compiled code" · 195fc83d
      johnc 提交于
      Summary: Incorrect code was being generated for the store operation in the null case of the aastore bytecode template. The bad code was generated by the store_heap_oop routine which takes a Register as its second argument. Passing NULL_WORD (0) as the second argument causes the value to be converted to Register(0), which is rax. Thus the generated store was "mov (dst), $rax" instead of "mov (dst), $0x0". Changed calls to store_heap_oop that pass NULL_WORD as the second argument to a new routine store_heap_oop_null.
      Reviewed-by: kvn, twisti
      195fc83d
  10. 29 10月, 2009 3 次提交
    • C
      Merge · 9c74c9fb
      cfang 提交于
      9c74c9fb
    • Y
      6818264: Heap dumper unexpectedly adds .hprof suffix · 6c780766
      ysr 提交于
      Summary: Restore old behaviour wrt HeapDumpPath; first dump goes to <file>, <n>th dump goes to <file>.<n-1>, with default value of <file> the same as before.
      Reviewed-by: alanb, jcoomes, tonyp
      6c780766
    • X
      Merge · 09df7075
      xlu 提交于
      09df7075
  11. 27 10月, 2009 2 次提交
    • T
      6893554: SPECjvm2008 mpegaudio fails with SecurityException · d2f200e4
      twisti 提交于
      Summary: The problem occurs with negative numbers, as the 32-bit input values are sign extended into the 64-bit registers.
      Reviewed-by: kvn
      d2f200e4
    • A
      6870843: G1: G1 GC memory leak · 3fddbba6
      apetrusenko 提交于
      Summary: The fix addresses two memory leaks in G1 code: (1) _evac_failure_scan_stack - a resource object allocated on the C heap was not freed; (2) RSHashTable were linked into deleted list which was only cleared at full GC.
      Reviewed-by: tonyp, iveresov
      3fddbba6
  12. 24 10月, 2009 3 次提交
  13. 22 10月, 2009 2 次提交
  14. 21 10月, 2009 2 次提交
  15. 20 10月, 2009 2 次提交
  16. 18 10月, 2009 1 次提交
  17. 17 10月, 2009 2 次提交
    • C
      Merge · 00d0ced6
      cfang 提交于
      00d0ced6
    • C
      Merge · bc2275a3
      cfang 提交于
      bc2275a3
  18. 16 10月, 2009 3 次提交
  19. 15 10月, 2009 4 次提交
  20. 14 10月, 2009 4 次提交
  21. 10 10月, 2009 2 次提交