1. 27 8月, 2014 1 次提交
  2. 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
  3. 29 4月, 2014 1 次提交
  4. 31 3月, 2014 1 次提交
  5. 30 1月, 2014 1 次提交
  6. 25 12月, 2013 1 次提交
  7. 24 12月, 2013 1 次提交
  8. 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
  9. 18 11月, 2013 1 次提交
  10. 25 10月, 2013 1 次提交
  11. 20 10月, 2013 1 次提交
  12. 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
  13. 11 10月, 2013 1 次提交
  14. 07 10月, 2013 1 次提交
  15. 27 9月, 2013 1 次提交
  16. 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
  17. 22 9月, 2013 1 次提交
  18. 18 9月, 2013 1 次提交
  19. 17 9月, 2013 1 次提交
  20. 09 9月, 2013 1 次提交
  21. 04 9月, 2013 1 次提交
  22. 30 8月, 2013 1 次提交
  23. 22 8月, 2013 1 次提交
  24. 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
  25. 20 8月, 2013 1 次提交
  26. 12 8月, 2013 1 次提交
  27. 09 8月, 2013 1 次提交
  28. 02 8月, 2013 2 次提交
  29. 16 7月, 2013 1 次提交
  30. 10 7月, 2013 1 次提交
  31. 04 7月, 2013 1 次提交
  32. 26 6月, 2013 1 次提交
  33. 18 6月, 2013 2 次提交
  34. 13 7月, 2013 1 次提交
    • A
      7162400: Intermittent java.io.IOException: Bad file number during... · 04a6ead8
      allwin 提交于
      7162400: Intermittent java.io.IOException: Bad file number during HotSpotVirtualMachine.executeCommand
      Summary: Intermittent java.io.IOException: Bad file number during HotSpotVirtualMachine.executeCommand
      Reviewed-by: dcubed, dholmes, sspitsyn, mgerdin, ctornqvi, dsamersoff
      04a6ead8
  35. 12 7月, 2013 1 次提交
  36. 26 6月, 2013 1 次提交
  37. 10 6月, 2013 1 次提交
  38. 14 6月, 2013 1 次提交