1. 11 10月, 2014 1 次提交
  2. 25 9月, 2014 1 次提交
  3. 20 8月, 2014 1 次提交
    • Z
      8054546: NMT2 leaks memory · e9741a47
      zgu 提交于
      Summary: Fixed memory leak in NMT by baselining memory in c heap instead of an arena.
      Reviewed-by: coleenp, minqi
      e9741a47
  4. 19 8月, 2014 2 次提交
  5. 14 8月, 2014 1 次提交
  6. 04 9月, 2014 1 次提交
  7. 27 8月, 2014 1 次提交
  8. 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
  9. 11 9月, 2014 1 次提交
  10. 31 5月, 2014 1 次提交
  11. 31 3月, 2014 1 次提交
  12. 30 1月, 2014 1 次提交
  13. 29 4月, 2014 1 次提交
  14. 25 12月, 2013 1 次提交
  15. 24 12月, 2013 1 次提交
  16. 01 4月, 2014 1 次提交
    • M
      7090324: gclog rotation via external tool · fc659ce5
      minqi 提交于
      Summary: GC log rotation can be set via java command line, but customer sometime need to sync with OS level rotation setting.
      Reviewed-by: sla, minqi, ehelin
      Contributed-by: suenaga.yasumasa@lab.ntt.co.jp
      fc659ce5
  17. 18 11月, 2013 1 次提交
  18. 25 10月, 2013 1 次提交
  19. 20 10月, 2013 1 次提交
  20. 12 10月, 2013 1 次提交
    • H
      8026041: JVM crashes with assert "assert(is_updated()) failed: must not be... · 48f9e14e
      hseigel 提交于
      8026041: JVM crashes with assert "assert(is_updated()) failed: must not be clear" with -XX:+PrintGCApplicationConcurrentTime in -Xcomp mode
      Summary: Prior to printing the time interval in RuntimeService::record_safepoint_begin(), check first that VM initialization is complete.
      Reviewed-by: coleenp, dholmes, sla, ctornqvi
      Contributed-by: lois.foltan@oracle.com
      48f9e14e
  21. 11 10月, 2013 1 次提交
  22. 07 10月, 2013 1 次提交
  23. 27 9月, 2013 1 次提交
  24. 26 9月, 2013 1 次提交
    • H
      7195622: CheckUnhandledOops has limited usefulness now · 087226b2
      hseigel 提交于
      Summary: Enable CHECK_UNHANDLED_OOPS in fastdebug builds across all supported platforms.
      Reviewed-by: coleenp, hseigel, dholmes, stefank, twisti, ihse, rdurbin
      Contributed-by: lois.foltan@oracle.com
      087226b2
  25. 22 9月, 2013 1 次提交
  26. 18 9月, 2013 1 次提交
  27. 17 9月, 2013 1 次提交
  28. 09 9月, 2013 1 次提交
  29. 04 9月, 2013 1 次提交
  30. 30 8月, 2013 1 次提交
  31. 22 8月, 2013 1 次提交
  32. 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
  33. 20 8月, 2013 1 次提交
  34. 12 8月, 2013 1 次提交
  35. 09 8月, 2013 1 次提交
  36. 02 8月, 2013 2 次提交
  37. 16 7月, 2013 1 次提交
  38. 10 7月, 2013 1 次提交