The CreateCoredumpOnCrash for windows client is not needed any more.

XMLWordPrintable

    • Type: Bug
    • Resolution: Not an Issue
    • Priority: P4
    • None
    • Affects Version/s: 9
    • Component/s: hotspot
    • None

      This logic should could be removed once client is not supported on windows anymore.
      src/os/windows/vm/os_windows.cpp

      #ifndef ASSERT
        if (!os::win32::is_windows_server() && FLAG_IS_DEFAULT(CreateCoredumpOnCrash)) {
          jio_snprintf(buffer, buffsz, "Minidumps are not enabled by default on client versions of Windows");
          status = false;
        }
      #endif

            Assignee:
            Leonid Mesnik
            Reporter:
            Leonid Mesnik
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: