1. 03 6月, 2011 1 次提交
    • Y
      7048782: CMS: assert(last_chunk_index_to_check<= last_chunk_index) failed:... · 30cee037
      ysr 提交于
      7048782: CMS: assert(last_chunk_index_to_check<= last_chunk_index) failed: parCardTableModRefBS.cpp:359
      Summary: The LNC array is sized before the start of a scavenge, while the heap may expand during a scavenge. With CMS, the last block of an arbitrary suffice of the LNC array may expand due to coalition with the expansion delta. We now take care not to attempt access past the end of the LNC array. LNC array code will be cleaned up and suitably encapsulated as part of the forthcoming performance RFE 7043675.
      Reviewed-by: brutisso
      30cee037
  2. 28 5月, 2011 1 次提交
    • Y
      7048342: CMS: eob == _limit || fc->isFree() failed: Only a free chunk should... · 5e28a367
      ysr 提交于
      7048342: CMS: eob == _limit || fc->isFree() failed: Only a free chunk should allow us to cross over the limit
      Summary: The freeness bit was being cleared in debug code when it shouldn't have been. Also removed unused FreeChunk methods linkAfterNonNull and clearPrev.
      Reviewed-by: brutisso
      5e28a367
  3. 24 5月, 2011 1 次提交
  4. 21 5月, 2011 2 次提交
    • J
      Merge · 632dd1b2
      jcoomes 提交于
      632dd1b2
    • K
      7046096: SEGV IN C2 WITH 6U25 · 0527eebd
      kvn 提交于
      Summary: Missing fail flag set in strings concatenation code.
      Reviewed-by: never
      0527eebd
  5. 20 5月, 2011 1 次提交
  6. 19 5月, 2011 1 次提交
    • N
      Merge · c40bd33c
      never 提交于
      c40bd33c
  7. 18 5月, 2011 6 次提交
  8. 17 5月, 2011 5 次提交
  9. 16 5月, 2011 1 次提交
    • D
      7035744: jprt no longer does open-only builds · fe9e5da3
      dholmes 提交于
      Summary: Added Open (OpenJDK) and Emb (Embedded) build flavours to JPRT. Added a few open builds and basic sanity tests to the normal JDK7 JPRT submission job.
      Reviewed-by: ohair, jcoomes, bobv, kvn
      fe9e5da3
  10. 13 5月, 2011 12 次提交
  11. 12 5月, 2011 2 次提交
  12. 11 5月, 2011 4 次提交
  13. 10 5月, 2011 3 次提交