1. 07 7月, 2018 1 次提交
  2. 21 4月, 2016 1 次提交
  3. 04 3月, 2016 1 次提交
  4. 07 12月, 2015 2 次提交
  5. 13 3月, 2015 1 次提交
  6. 08 1月, 2016 1 次提交
  7. 15 5月, 2015 1 次提交
    • M
      6536943: Bogus -Xcheck:jni warning for SIG_INT action for SIGINT in JVM... · 32ecab55
      minqi 提交于
      6536943: Bogus -Xcheck:jni warning for SIG_INT action for SIGINT in JVM started from non-interactive shell
      Summary: check_signal_handler will print out Warning for SHURDOWN2_SIGNAL (SIGINT) is replaced by non-interactive shell. Fix by supply more information of the replacement to user.
      Reviewed-by: dholmes
      Contributed-by: yumin.qi@oracle.com
      32ecab55
  8. 15 9月, 2014 1 次提交
  9. 25 4月, 2014 1 次提交
  10. 10 4月, 2014 1 次提交
  11. 06 3月, 2014 1 次提交
    • D
      8029775: Solaris code cleanup · cf94d9df
      dcubed 提交于
      Summary: cleaned up warnings in solaris specific os code.
      Reviewed-by: coleenp, fparain, dcubed
      Contributed-by: gerald.thornbrugh@oracle.com
      cf94d9df
  12. 14 2月, 2014 1 次提交
  13. 24 1月, 2014 1 次提交
  14. 29 4月, 2014 1 次提交
  15. 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
  16. 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
  17. 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
  18. 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
  19. 11 7月, 2013 1 次提交
  20. 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
  21. 18 6月, 2013 1 次提交
  22. 14 6月, 2013 2 次提交
  23. 10 6月, 2013 1 次提交
  24. 01 5月, 2013 1 次提交
  25. 26 4月, 2013 1 次提交
  26. 05 4月, 2013 1 次提交
  27. 04 4月, 2013 1 次提交
  28. 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
  29. 11 3月, 2013 1 次提交
  30. 08 3月, 2013 1 次提交
  31. 19 2月, 2013 1 次提交
  32. 18 2月, 2013 1 次提交
  33. 22 1月, 2013 1 次提交
  34. 20 12月, 2012 1 次提交
  35. 01 12月, 2012 1 次提交
  36. 27 11月, 2012 1 次提交
  37. 08 11月, 2012 1 次提交
  38. 20 10月, 2012 1 次提交