1. 22 7月, 2020 1 次提交
  2. 11 12月, 2017 1 次提交
  3. 25 9月, 2014 1 次提交
  4. 31 10月, 2014 1 次提交
    • C
      8038268: VM Crashes in MetaspaceShared::generate_vtable_methods while creating... · 0fe44690
      ccheung 提交于
      8038268: VM Crashes in MetaspaceShared::generate_vtable_methods while creating CDS archive with limiting SharedMiscCodeSize
      Summary: estimate the minimum required size for the misc code region and check if the specified misc code region size meets the minimum size requirement
      Reviewed-by: jiangli, dholmes
      0fe44690
  5. 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
  6. 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
  7. 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
  8. 31 5月, 2013 1 次提交
  9. 01 5月, 2013 1 次提交
  10. 19 3月, 2013 1 次提交
  11. 02 9月, 2012 1 次提交
  12. 31 7月, 2012 1 次提交
  13. 01 2月, 2012 1 次提交
  14. 06 4月, 2011 1 次提交
  15. 05 3月, 2011 1 次提交
  16. 28 1月, 2011 1 次提交
  17. 20 1月, 2011 1 次提交
    • T
      6977804: G1: remove the zero-filling thread · 0ed267ef
      tonyp 提交于
      Summary: This changeset removes the zero-filling thread from G1 and collapses the two free region lists we had before (the "free" and "unclean" lists) into one. The new free list uses the new heap region sets / lists abstractions that we'll ultimately use it to keep track of all regions in the heap. A heap region set was also introduced for the humongous regions. Finally, this change increases the concurrency between the thread that completes freeing regions (after a cleanup pause) and the rest of the system (before we'd have to wait for said thread to complete before allocating a new region). The changest also includes a lot of refactoring and code simplification.
      Reviewed-by: jcoomes, johnc
      0ed267ef
  18. 24 11月, 2010 1 次提交
  19. 28 5月, 2010 1 次提交
  20. 23 4月, 2010 1 次提交
  21. 01 12月, 2007 1 次提交