1. 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
  2. 11 10月, 2013 1 次提交
  3. 07 10月, 2013 1 次提交
  4. 27 9月, 2013 1 次提交
  5. 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
  6. 22 9月, 2013 1 次提交
  7. 18 9月, 2013 1 次提交
  8. 17 9月, 2013 1 次提交
  9. 09 9月, 2013 1 次提交
  10. 04 9月, 2013 1 次提交
  11. 30 8月, 2013 1 次提交
  12. 22 8月, 2013 1 次提交
  13. 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
  14. 20 8月, 2013 1 次提交
  15. 12 8月, 2013 1 次提交
  16. 02 8月, 2013 2 次提交
  17. 16 7月, 2013 1 次提交
  18. 10 7月, 2013 1 次提交
  19. 04 7月, 2013 1 次提交
  20. 26 6月, 2013 1 次提交
  21. 18 6月, 2013 2 次提交
  22. 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
  23. 12 7月, 2013 1 次提交
  24. 26 6月, 2013 1 次提交
  25. 10 6月, 2013 1 次提交
  26. 14 6月, 2013 2 次提交
  27. 10 6月, 2013 1 次提交
  28. 28 5月, 2013 1 次提交
  29. 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
  30. 03 5月, 2013 1 次提交
  31. 30 4月, 2013 1 次提交
  32. 25 4月, 2013 1 次提交
  33. 21 4月, 2013 1 次提交
  34. 18 4月, 2013 2 次提交
  35. 13 4月, 2013 1 次提交
  36. 10 4月, 2013 1 次提交
    • Z
      8010151: nsk/regression/b6653214 fails "assert(snapshot != NULL) failed:... · 73c87a69
      zgu 提交于
      8010151: nsk/regression/b6653214 fails "assert(snapshot != NULL) failed: Worker should not be started"
      Summary: Fixed a racing condition when shutting down NMT while worker thread is being started, also fixed a few mis-declared volatile pointers.
      Reviewed-by: dholmes, dlong
      73c87a69