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

Implement 64-bit PE file reading

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • None
    • deploy

      //TODO Clean this up. Because of bug JDK-8131321 the opening of the PE file fails in WindowsPlatform.cpp on the check to
          // if (pNTHeader->Signature == IMAGE_NT_SIGNATURE)
      #ifdef _WIN64
          if (FilePath::FileExists(_T("msvcr100.dll")) == true) {
              javaLibrary.AddDependency(_T("msvcr100.dll"));
          }
      #else
          javaLibrary.AddDependencies(platform.FilterOutRuntimeDependenciesForPlatform(platform.GetLibraryImports(package.GetJVMLibraryFileName())));
      #endif

            cbensen Chris Bensen (Inactive)
            cbensen Chris Bensen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: