1. 16 2月, 2011 1 次提交
  2. 15 2月, 2011 1 次提交
  3. 14 2月, 2011 1 次提交
  4. 12 2月, 2011 1 次提交
  5. 11 2月, 2011 3 次提交
  6. 10 2月, 2011 2 次提交
  7. 09 2月, 2011 4 次提交
  8. 08 2月, 2011 4 次提交
  9. 04 2月, 2011 2 次提交
  10. 03 2月, 2011 4 次提交
    • C
      7012088: jump to 0 address because of lack of memory ordering in SignatureHandlerLibrary::add · dd877cb2
      coleenp 提交于
      Summary: Write method signature handler under lock to prevent race with growable array resizing
      Reviewed-by: dsamersoff, dholmes
      dd877cb2
    • K
      6766644: Redefinition of compiled method fails with assertion "Can not load... · ffd09be1
      kamg 提交于
      6766644: Redefinition of compiled method fails with assertion "Can not load classes with the Compiler thread"
      Summary: Defer posting events from the compiler thread: use service thread
      Reviewed-by: coleenp, dholmes, never, dcubed
      ffd09be1
    • J
      6923430: G1: assert(res != 0,"This should have worked.") · a2031db9
      johnc 提交于
      7007446: G1: expand the heap with a single step, not one region at a time
      Summary: Changed G1CollectedHeap::expand() to expand the committed space by calling VirtualSpace::expand_by() once rather than for every region in the expansion amount. This allows the success or failure of the expansion to be determined before creating any heap regions. Introduced a develop flag G1ExitOnExpansionFailure (false by default) that, when true, will exit the VM if the expansion of the committed space fails. Finally G1CollectedHeap::expand() returns a status back to it's caller so that the caller knows whether to attempt the allocation.
      Reviewed-by: brutisso, tonyp
      a2031db9
    • B
      7016023: Enable building ARM and PPC from src/closed repository · fab382b2
      bobv 提交于
      Reviewed-by: dholmes, bdelsart
      fab382b2
  11. 02 2月, 2011 2 次提交
  12. 01 2月, 2011 2 次提交
  13. 02 2月, 2011 1 次提交
  14. 01 2月, 2011 3 次提交
  15. 28 1月, 2011 1 次提交
  16. 26 1月, 2011 3 次提交
    • 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
    • I
      7014247: CTW fails when compile sun/misc/AtomicLongCSImpl (REMOVED from JDK7) · 7d0395d6
      iveresov 提交于
      Summary: Use lea to compute field address in AtomicLongCSImpl::attemptUpdate() intrinsic on x86.
      Reviewed-by: never, kvn
      7d0395d6
    • 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
  17. 25 1月, 2011 2 次提交
  18. 22 1月, 2011 2 次提交
  19. 21 1月, 2011 1 次提交