1. 31 3月, 2014 1 次提交
  2. 30 1月, 2014 1 次提交
  3. 25 12月, 2013 1 次提交
  4. 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
  5. 18 11月, 2013 1 次提交
  6. 25 10月, 2013 1 次提交
  7. 20 10月, 2013 1 次提交
  8. 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
  9. 11 10月, 2013 1 次提交
  10. 07 10月, 2013 1 次提交
  11. 27 9月, 2013 1 次提交
  12. 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
  13. 22 9月, 2013 1 次提交
  14. 18 9月, 2013 1 次提交
  15. 17 9月, 2013 1 次提交
  16. 09 9月, 2013 1 次提交
  17. 04 9月, 2013 1 次提交
  18. 30 8月, 2013 1 次提交
  19. 22 8月, 2013 1 次提交
  20. 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
  21. 20 8月, 2013 1 次提交
  22. 12 8月, 2013 1 次提交
  23. 09 8月, 2013 1 次提交
  24. 02 8月, 2013 2 次提交
  25. 16 7月, 2013 1 次提交
  26. 10 7月, 2013 1 次提交
  27. 04 7月, 2013 1 次提交
  28. 26 6月, 2013 1 次提交
  29. 18 6月, 2013 2 次提交
  30. 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
  31. 12 7月, 2013 1 次提交
  32. 26 6月, 2013 1 次提交
  33. 10 6月, 2013 1 次提交
  34. 14 6月, 2013 2 次提交
  35. 10 6月, 2013 1 次提交
  36. 28 5月, 2013 1 次提交
  37. 06 5月, 2013 1 次提交
    • Z
      8013120: NMT: Kitchensink crashes with assert(next_region == NULL ||... · 5bfa7e7e
      zgu 提交于
      8013120: NMT: Kitchensink crashes with assert(next_region == NULL || !next_region->is_committed_region()) failed: Sanity check
      Summary: Fixed NMT to deal with releasing virtual memory region when there are still committed regions within it
      Reviewed-by: acorn, coleenp
      5bfa7e7e