Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8159957

The CreateCoredumpOnCrash for windows client is not needed any more.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • None
    • 9
    • 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

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

              Created:
              Updated:
              Resolved: