1. 01 5月, 2013 1 次提交
  2. 30 4月, 2013 1 次提交
  3. 26 4月, 2013 1 次提交
  4. 05 4月, 2013 1 次提交
  5. 04 4月, 2013 1 次提交
  6. 28 3月, 2013 1 次提交
    • T
      7112912: Message "Error occurred during initialization of VM" on boxes with lots of RAM · d9cc1e05
      tschatzl 提交于
      Summary: Ergonomics now also takes available virtual memory into account when deciding for a heap size. The helper method to determine the maximum allocatable memory block now uses the appropriate OS specific calls to retrieve available virtual memory for the java process. In 32 bit environments this method now also searches for the maximum actually reservable amount of memory. Merge previously separate implementations for Linux/BSD/Solaris into a single method.
      Reviewed-by: jmasa, tamao
      d9cc1e05
  7. 22 3月, 2013 1 次提交
  8. 08 3月, 2013 1 次提交
  9. 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
  10. 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
  11. 20 2月, 2013 1 次提交
  12. 19 2月, 2013 1 次提交
  13. 26 1月, 2013 1 次提交
  14. 22 1月, 2013 1 次提交
  15. 20 12月, 2012 1 次提交
  16. 01 12月, 2012 1 次提交
  17. 27 11月, 2012 1 次提交
  18. 08 11月, 2012 1 次提交
  19. 04 10月, 2012 1 次提交
    • N
      8000102: Resolve include conflicts · 3b8d4528
      neliasso 提交于
      Summary: Removing include of c1/c1_runtime.hpp and opto/runtime.hpp from all os-files.
      Reviewed-by: kvn
      Contributed-by: nils.eliasson@oracle.com
      3b8d4528
  20. 04 7月, 2012 1 次提交
  21. 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
  22. 10 5月, 2012 1 次提交
  23. 13 3月, 2012 1 次提交
  24. 01 3月, 2012 1 次提交
    • D
      7142641: -Xshared:on fails on ARM · f2020346
      dlong 提交于
      Summary: map read-only pages MAP_PRIVATE instead of MAP_SHARED
      Reviewed-by: dcubed, dholmes
      Contributed-by: dean.long@oracle.com
      f2020346
  25. 27 1月, 2012 1 次提交
  26. 18 1月, 2012 1 次提交
  27. 28 12月, 2011 1 次提交
  28. 20 12月, 2011 1 次提交
    • J
      7117303: VM uses non-monotonic time source and complains that it is non-monotonic · 412f955f
      johnc 提交于
      Summary: Replaces calls to os::javaTimeMillis(), which does not (and cannot) guarantee monotonicity, in GC code to an equivalent expression that uses os::javaTimeNanos(). os::javaTimeNanos is guaranteed monotonically non-decreasing if the underlying platform provides a monotonic time source. Changes in OS files are to make use of the newly defined constants in globalDefinitions.hpp.
      Reviewed-by: dholmes, ysr
      412f955f
  29. 17 11月, 2011 1 次提交
  30. 14 10月, 2011 1 次提交
  31. 26 9月, 2011 1 次提交
  32. 22 9月, 2011 1 次提交
  33. 07 9月, 2011 1 次提交
  34. 30 8月, 2011 1 次提交
  35. 25 8月, 2011 1 次提交
  36. 06 8月, 2011 2 次提交
  37. 12 7月, 2011 1 次提交
  38. 07 7月, 2011 1 次提交
  39. 11 5月, 2011 1 次提交