JDK-8148795 : Investigate if we can avoid usage of functions from another deploy dlls during installation process
  • Type: Enhancement
  • Component: deploy
  • Affected Version: 9
  • Priority: P5
  • Status: Closed
  • Resolution: Won't Fix
  • OS: windows
  • Submitted: 2016-02-01
  • Updated: 2017-05-18
  • Resolved: 2017-05-18
Related Reports
Relates :  
Description
 We may try to avoid usage of functions from another deploy dlls during installation process. I've seen some user logs with errors that file(dll) cannot be found in jre/bin (for unknown reason). For example, we load jp2ssv.dll (RedirectAllStaticVersionKeys(...) and RedirectSelectedStaticVersionKeys(...)). We can investigate if it's possible to move these registration actions to deploy.dll.