1. 25 9月, 2012 1 次提交
  2. 21 9月, 2012 3 次提交
  3. 20 9月, 2012 1 次提交
    • J
      7193946: Move warnings associated with UseMemSetInBOT flag · 4bf72cf2
      johnc 提交于
      Summary: The warnings associated with the UseMemSetInBOT flag are duplicated in CMS and G1. The separate warnings have been removed and single instance of the warning has been placed in a common location.
      Reviewed-by: brutisso, ysr
      4bf72cf2
  4. 19 9月, 2012 2 次提交
  5. 17 9月, 2012 2 次提交
  6. 14 9月, 2012 1 次提交
  7. 15 9月, 2012 1 次提交
  8. 12 9月, 2012 2 次提交
  9. 11 9月, 2012 3 次提交
  10. 08 9月, 2012 2 次提交
  11. 06 9月, 2012 2 次提交
  12. 05 9月, 2012 4 次提交
  13. 04 9月, 2012 2 次提交
  14. 02 9月, 2012 1 次提交
  15. 30 8月, 2012 2 次提交
  16. 29 8月, 2012 2 次提交
  17. 28 8月, 2012 2 次提交
  18. 24 8月, 2012 1 次提交
  19. 23 8月, 2012 3 次提交
  20. 22 8月, 2012 3 次提交
    • R
      7171824: assert(_offset >= 1) failed: illegal call to offset() · f57ea36f
      roland 提交于
      Summary: C1 value numbering hits unloaded klass.
      Reviewed-by: kvn, twisti
      f57ea36f
    • K
      7192964: assert(false) failed: bad AD file · 05655ae6
      kvn 提交于
      Summary: Shifts with loop variant counts "a[i]=1<<b[i];" should not be vectorized since hw does not support it.
      Reviewed-by: twisti
      05655ae6
    • J
      7185699: G1: Prediction model discrepancies · 4e8955cf
      johnc 提交于
      Summary: Correct the result value of G1CollectedHeap::pending_card_num(). Change the code that calculates the GC efficiency of a non-young heap region to use historical data from mixed GCs and the actual number of live bytes when predicting how long it would take to collect the region. Changes were also reviewed by Thomas Schatzl.
      Reviewed-by: azeemj, brutisso
      4e8955cf