1. 09 4月, 2015 1 次提交
  2. 21 8月, 2014 1 次提交
    • T
      8038423: G1: Decommit memory within heap · 72bba568
      tschatzl 提交于
      Summary: Allow G1 to decommit memory of arbitrary regions within the heap and their associated auxiliary data structures card table, BOT, hot card cache, and mark bitmaps.
      Reviewed-by: mgerdin, brutisso, jwilhelm
      72bba568
  3. 26 8月, 2014 1 次提交
  4. 21 8月, 2014 1 次提交
  5. 05 8月, 2014 1 次提交
  6. 11 6月, 2014 1 次提交
  7. 07 7月, 2014 1 次提交
  8. 23 5月, 2014 1 次提交
    • D
      8037816: Fix for 8036122 breaks build with Xcode5/clang · ed4b64df
      drchase 提交于
      8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas
      8043164: Format warning in traceStream.hpp
      Summary: Backport of main fix + two corrections, enables clang compilation, turns on format attributes, corrects/mutes warnings
      Reviewed-by: kvn, coleenp, iveresov, twisti
      ed4b64df
  9. 21 2月, 2014 1 次提交
  10. 31 3月, 2014 1 次提交
  11. 30 1月, 2014 1 次提交
  12. 21 3月, 2014 1 次提交
  13. 27 1月, 2014 1 次提交
  14. 20 1月, 2014 1 次提交
    • S
      8020277: Young GC could be extremely slow due to assertion in... · b239de7f
      sjohanss 提交于
      8020277: Young GC could be extremely slow due to assertion in ObjectStartArray::object_starts_in_range
      8009462: Young GC's (ParNewGC and SerialGC) have unexpected variances.
      Summary: Removed the assertion slowing down GC.
      Reviewed-by: stefank, mgerdin
      b239de7f
  15. 21 7月, 2014 1 次提交
  16. 08 5月, 2014 1 次提交
  17. 29 4月, 2014 1 次提交
  18. 19 6月, 2014 1 次提交
  19. 07 1月, 2014 1 次提交
  20. 25 12月, 2013 1 次提交
  21. 10 12月, 2013 1 次提交
  22. 23 11月, 2013 1 次提交
  23. 09 11月, 2013 1 次提交
  24. 02 11月, 2013 1 次提交
  25. 22 10月, 2013 1 次提交
  26. 03 10月, 2013 1 次提交
  27. 26 9月, 2013 1 次提交
    • H
      7195622: CheckUnhandledOops has limited usefulness now · 087226b2
      hseigel 提交于
      Summary: Enable CHECK_UNHANDLED_OOPS in fastdebug builds across all supported platforms.
      Reviewed-by: coleenp, hseigel, dholmes, stefank, twisti, ihse, rdurbin
      Contributed-by: lois.foltan@oracle.com
      087226b2
  28. 14 9月, 2013 1 次提交
  29. 11 9月, 2013 1 次提交
    • T
      8010722: assert: failed: heap size is too big for compressed oops · 95a96a89
      tschatzl 提交于
      Summary: Use conservative assumptions of required alignment for the various garbage collector components into account when determining the maximum heap size that supports compressed oops. Using this conservative value avoids several circular dependencies in the calculation.
      Reviewed-by: stefank, dholmes
      95a96a89
  30. 23 8月, 2013 1 次提交
    • G
      8023033: PPC64 (part 13): basic changes for AIX · 4c8ea96d
      goetz 提交于
      Summary: Added AIX includes alpha-sorted before BSD. Fix compilation issues with xlC in shared code. Basic shared platform dependend adaption (vm_version etc.).
      Reviewed-by: kvn, dholmes, stefank
      4c8ea96d
  31. 07 8月, 2013 1 次提交
  32. 26 6月, 2013 1 次提交
  33. 21 6月, 2013 1 次提交
    • G
      8016586: PPC64 (part 3): basic changes for PPC64 · 5f92a492
      goetz 提交于
      Summary: added #includes needed for ppc64 port. Renamed _MODEL_ppc to _MODEL_ppc_32 and renamed corresponding old _ppc files to _ppc_32.
      Reviewed-by: dholmes, kvn
      5f92a492
  34. 19 6月, 2013 1 次提交
  35. 14 6月, 2013 1 次提交
    • D
      8013057: assert(_needs_gc || SafepointSynchronize::is_at_safepoint()) failed:... · 118491a3
      dcubed 提交于
      8013057: assert(_needs_gc || SafepointSynchronize::is_at_safepoint()) failed: only read at safepoint
      Summary: Detect mmap() commit failures in Linux and Solaris os::commit_memory() impls and call vm_exit_out_of_memory(). Add os::commit_memory_or_exit(). Also tidy up some NMT accounting and some mmap() return value checking.
      Reviewed-by: zgu, stefank, dholmes, dsamersoff
      118491a3
  36. 10 6月, 2013 1 次提交
  37. 31 5月, 2013 1 次提交
  38. 30 5月, 2013 1 次提交
  39. 31 5月, 2013 1 次提交
  40. 27 5月, 2013 1 次提交