1. 26 2月, 2011 1 次提交
  2. 25 2月, 2011 1 次提交
  3. 24 2月, 2011 1 次提交
    • C
      Merge · de1fa148
      cl 提交于
      de1fa148
  4. 19 2月, 2011 1 次提交
  5. 17 2月, 2011 2 次提交
  6. 12 2月, 2011 3 次提交
  7. 11 2月, 2011 2 次提交
  8. 10 2月, 2011 1 次提交
  9. 09 2月, 2011 5 次提交
  10. 08 2月, 2011 2 次提交
  11. 05 2月, 2011 1 次提交
    • T
      Merge · 081048c3
      trims 提交于
      081048c3
  12. 04 2月, 2011 5 次提交
  13. 03 2月, 2011 5 次提交
    • 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
      Merge · d7c3265e
      bobv 提交于
      d7c3265e
    • B
      7016023: Enable building ARM and PPC from src/closed repository · fab382b2
      bobv 提交于
      Reviewed-by: dholmes, bdelsart
      fab382b2
  14. 02 2月, 2011 2 次提交
    • T
      Merge · 44d73723
      trims 提交于
      44d73723
    • C
      6588413: Use -fvisibility=hidden for gcc compiles · e02b7391
      coleenp 提交于
      Summary: Add option for gcc 4 and above, define JNIEXPORT and JNIIMPORT to visibility=default, add for jio_snprintf and others since -fvisibility=hidden overrides --version-script definitions.
      Reviewed-by: kamg, never
      e02b7391
  15. 01 2月, 2011 1 次提交
  16. 02 2月, 2011 1 次提交
  17. 01 2月, 2011 1 次提交
    • T
      7014679: G1: deadlock during concurrent cleanup · a54411a3
      tonyp 提交于
      Summary: There's a potential deadlock between the concurrent cleanup thread and the GC workers that are trying to allocate and waiting for more free regions to be made available.
      Reviewed-by: iveresov, jcoomes
      a54411a3
  18. 28 1月, 2011 5 次提交