1. 25 4月, 2014 1 次提交
  2. 10 4月, 2014 1 次提交
  3. 03 4月, 2014 1 次提交
  4. 24 1月, 2014 1 次提交
  5. 23 1月, 2014 1 次提交
    • S
      8031968: Mac OS X: VM starts the agent by calling both Agent_OnAttach and... · 5975a8a8
      sla 提交于
      8031968: Mac OS X: VM starts the agent by calling both Agent_OnAttach and Agent_OnAttach_L functions if its agent library is dynamically linked.
      Summary: Make sure we only look for statically linked agents in the main process image
      Reviewed-by: dsamersoff, bpittore, dcubed
      5975a8a8
  6. 25 10月, 2013 2 次提交
  7. 13 10月, 2013 1 次提交
  8. 03 10月, 2013 2 次提交
  9. 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
  10. 22 8月, 2013 1 次提交
  11. 21 8月, 2013 1 次提交
    • S
      8022808: Kitchensink hangs on macos · b8291346
      sla 提交于
      Summary: Use pthread_mach_thread_np() instead of mach_thread_self() to avoid leaking resources
      Reviewed-by: dholmes, rbackman
      b8291346
  12. 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
  13. 26 7月, 2013 1 次提交
    • G
      8020775: PPC64 (part 12): posix signal printing · 5f913672
      goetz 提交于
      Summary: Implement methods printing posix signal information and call them in unix os files.
      Reviewed-by: kvn, dholmes, twisti
      Contributed-by: thomas.stuefe@sap.com
      5f913672
  14. 05 7月, 2013 1 次提交
    • D
      8015884: runThese crashed with SIGSEGV, hs_err has an error instead of stacktrace · e377c127
      dcubed 提交于
      Summary: Dl_info struct should only be used if dladdr() has returned non-zero (no errors) and always check the dladdr() return value; Dl_info.dli_sname and Dl_info.dli_saddr fields should only be used if non-NULL; update/improve runtime/6888954/vmerrors.sh test
      Reviewed-by: dsamersoff, zgu, hseigel, coleenp
      e377c127
  15. 19 6月, 2013 1 次提交
    • G
      8016491: PPC64 (part 2): Clean up PPC defines. · d11fa79d
      goetz 提交于
      Summary: Distinguish PPC, PPC64 and PPC32. PPC should guard code needed on any PPC system. PPC32 and PPC64 should guard code needed in a port for the ppc64 or ppc32 instruction set.
      Reviewed-by: kvn
      d11fa79d
  16. 18 6月, 2013 1 次提交
  17. 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
  18. 10 6月, 2013 1 次提交
  19. 06 6月, 2013 1 次提交
  20. 05 6月, 2013 1 次提交
  21. 28 5月, 2013 1 次提交
    • T
      8013895: G1: G1SummarizeRSetStats output on Linux needs improvemen · 1c4e2ca8
      tschatzl 提交于
      Summary: Fixed the output of G1SummarizeRSetStats: too small datatype for the number of concurrently processed cards, added concurrent remembered set thread time retrieval for Linux and Windows (BSD uses os::elapsedTime() now), and other cleanup. The information presented during VM operation is now relative to the previous output, not always cumulative if G1SummarizeRSetStatsPeriod > 0. At VM exit, the code prints a cumulative summary.
      Reviewed-by: johnc, jwilhelm
      1c4e2ca8
  22. 30 4月, 2013 1 次提交
  23. 26 4月, 2013 1 次提交
  24. 05 4月, 2013 1 次提交
  25. 04 4月, 2013 1 次提交
  26. 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
  27. 08 3月, 2013 1 次提交
  28. 05 3月, 2013 1 次提交
    • M
      8008559: [parfait] Path through non-void function... · 5f41d4d5
      morris 提交于
      8008559: [parfait] Path through non-void function '_ZN2os15thread_cpu_timeEP6Thread' returns an undefined value
      Summary: safety checks for non-Apple thread time functions
      Reviewed-by: kvn
      5f41d4d5
  29. 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
  30. 19 2月, 2013 1 次提交
  31. 08 2月, 2013 1 次提交
    • S
      8006423: SA: NullPointerException in... · 55f73fa3
      sla 提交于
      8006423: SA: NullPointerException in sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:67)
      Summary: Do not rely on mach thread port names to identify threads from SA
      Reviewed-by: dholmes, minqi, rbackman
      55f73fa3
  32. 22 1月, 2013 1 次提交
  33. 21 1月, 2013 1 次提交
  34. 20 12月, 2012 1 次提交
  35. 01 12月, 2012 1 次提交
  36. 27 11月, 2012 1 次提交
  37. 08 11月, 2012 1 次提交
  38. 30 10月, 2012 1 次提交