Implement 64-bit PE file reading

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: P4
    • None
    • Affects Version/s: None
    • Component/s: 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

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

              Created:
              Updated:
              Resolved: