1. 19 8月, 2010 1 次提交
    • T
      Merge · 259fe3f5
      trims 提交于
      259fe3f5
  2. 18 8月, 2010 1 次提交
    • T
      Merge · 13b00271
      trims 提交于
      13b00271
  3. 14 8月, 2010 4 次提交
  4. 13 8月, 2010 1 次提交
    • D
      Merge · 0183fc12
      dcubed 提交于
      0183fc12
  5. 12 8月, 2010 2 次提交
  6. 11 8月, 2010 5 次提交
  7. 10 8月, 2010 3 次提交
  8. 09 8月, 2010 1 次提交
  9. 07 8月, 2010 3 次提交
    • C
      Added tag jdk7-b104 for changeset b4acf10eb134 · 1d7389db
      cl 提交于
      1d7389db
    • K
      6975049: nsk/regression/b4287029 crashes with -Xss64 on solaris-i586 · 39cb65bf
      kvn 提交于
      Summary: Tell C++ to not inline so much by using flag -xspace.
      Reviewed-by: ysr
      39cb65bf
    • J
      6930581: G1: assert(ParallelGCThreads > 1 || n_yielded() ==... · d0aa394b
      johnc 提交于
      6930581: G1: assert(ParallelGCThreads > 1 || n_yielded() == _hrrs->occupied(),"Should have yielded all the ..
      Summary: During RSet updating, when ParallelGCThreads is zero, references that point into the collection set are added directly the referenced region's RSet. This can cause the sparse table in the RSet to expand. RSet scanning and the "occupied" routine will then operate on different instances of the sparse table causing the assert to trip. This may also cause some cards added post expansion to be missed during RSet scanning. When ParallelGCThreads is non-zero such references are recorded on the "references to be scanned" queue and the card containing the reference is recorded in a dirty card queue for use in the event of an evacuation failure. Employ the parallel code in the serial case to avoid expanding the RSets of regions in the collection set.
      Reviewed-by: iveresov, ysr, tonyp
      d0aa394b
  10. 05 8月, 2010 3 次提交
  11. 04 8月, 2010 2 次提交
    • T
      Merge · c8e03873
      trims 提交于
      c8e03873
    • K
      6973963: SEGV in ciBlock::start_bci() with EA · 3df97e2e
      kvn 提交于
      Summary: Added more checks into ResourceObj and growableArray to verify correctness of allocation type.
      Reviewed-by: never, coleenp, dholmes
      3df97e2e
  12. 03 8月, 2010 1 次提交
    • B
      6953477: Increase portability and flexibility of building Hotspot · 1d7def72
      bobv 提交于
      Summary: A collection of portability improvements including shared code support for PPC, ARM platforms, software floating point, cross compilation support and improvements in error crash detail.
      Reviewed-by: phh, never, coleenp, dholmes
      1d7def72
  13. 31 7月, 2010 1 次提交
  14. 30 7月, 2010 3 次提交
  15. 29 7月, 2010 2 次提交
  16. 27 7月, 2010 1 次提交
    • N
      Merge · fb4e881d
      never 提交于
      fb4e881d
  17. 25 7月, 2010 1 次提交
    • A
      Merge · b5a6f4ac
      apangin 提交于
      b5a6f4ac
  18. 24 7月, 2010 4 次提交
  19. 23 7月, 2010 1 次提交