1. 02 6月, 2017 1 次提交
  2. 08 6月, 2017 1 次提交
  3. 27 8月, 2014 1 次提交
  4. 23 3月, 2018 1 次提交
  5. 22 11月, 2013 1 次提交
  6. 16 9月, 2013 1 次提交
  7. 22 8月, 2013 1 次提交
    • M
      8016155: SIGBUS when running Kitchensink with ParallelScavenge and ParallelOld · 28aaccf7
      mgerdin 提交于
      Summary: When using NUMA and large pages we need to ease the requirement on which node the memory should be allocated on. To avoid the SIGBUS we now use the memory policy MPOL_PREFERRED, which prefers a certain node, instead of MPOL_BIND, which requires a certain node.
      Reviewed-by: jmasa, pliden
      Contributed-by: stefan.johansson@oracle.com
      28aaccf7
  8. 16 8月, 2013 1 次提交
    • S
      8007074: SIGSEGV at ParMarkBitMap::verify_clear() · e52f7476
      stefank 提交于
      Summary: Replace the broken large pages implementation on Linux. New flag: -XX:+UseTransparentHugePages - Linux specific flag to turn on transparent huge page hinting with madvise(..., MAP_HUGETLB). Changed behavior: -XX:+UseLargePages - tries to use -XX:+UseTransparentHugePages before trying other large pages implementations (on Linux). Changed behavior: -XX:+UseHugeTLBFS - Use upfront allocation of Large Pages instead of using the broken implementation to dynamically committing large pages. Changed behavior: -XX:LargePageSizeInBytes - Turned off the ability to use this flag on Linux and provides warning to user if set to a value different than the OS chosen large page size. Changed behavior: Setting no large page size - Now defaults to use -XX:UseTransparentHugePages if the OS supports it. Previously, -XX:+UseHugeTLBFS was chosen if the OS was configured to use large pages.
      Reviewed-by: tschatzl, dcubed, brutisso
      e52f7476
  9. 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
  10. 10 6月, 2013 1 次提交
  11. 01 5月, 2013 1 次提交
  12. 22 3月, 2013 1 次提交
  13. 06 3月, 2013 1 次提交
    • I
      7107135: Stack guard pages are no more protected after loading a shared... · e447b861
      iklam 提交于
      7107135: Stack guard pages are no more protected after loading a shared library with executable stack
      Summary: Detect the execstack attribute of the loaded library and attempt to fix the stack guard using Safepoint op.
      Reviewed-by: dholmes, zgu
      Contributed-by: ioi.lam@oracle.com
      e447b861
  14. 27 2月, 2013 1 次提交
    • S
      8008959: Fix non-PCH build on Linux, Windows and MacOS X · 0c84cdb5
      simonis 提交于
      Summary: Fix the build without precompiled headers by either including the missing ".inline.hpp" files into the appropriate files or by turning inline-functions declared in header files into ordinary functions in ".cpp" files.
      Reviewed-by: coleenp, stefank, dholmes
      0c84cdb5
  15. 30 8月, 2012 1 次提交
  16. 29 6月, 2012 1 次提交
    • Z
      6995781: Native Memory Tracking (Phase 1) · bdfb3cf5
      zgu 提交于
      7151532: DCmd for hotspot native memory tracking
      Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd
      Reviewed-by: acorn, coleenp, fparain
      bdfb3cf5
  17. 10 5月, 2012 1 次提交
  18. 06 8月, 2011 1 次提交
  19. 21 4月, 2011 1 次提交
  20. 24 11月, 2010 1 次提交
  21. 28 5月, 2010 1 次提交
  22. 29 7月, 2009 1 次提交
    • X
      6862919: Update copyright year · 84c0f327
      xdono 提交于
      Summary: Update copyright for files that have been modified in 2009, up to 07/09
      Reviewed-by: tbell, ohair
      84c0f327
  23. 13 5月, 2009 1 次提交
  24. 04 12月, 2008 1 次提交
  25. 03 7月, 2008 1 次提交
    • X
      6719955: Update copyright year · b85ed448
      xdono 提交于
      Summary: Update copyright year for files that have been modified in 2008
      Reviewed-by: ohair, tbell
      b85ed448
  26. 18 6月, 2008 1 次提交
  27. 29 4月, 2008 1 次提交
  28. 01 12月, 2007 1 次提交