Re: RFR: 8316421: libjava should load shell32.dll eagerly [v3]

2023-09-21 Thread Daniel Jeliński
On Thu, 21 Sep 2023 06:08:27 GMT, Daniel Jeliński wrote: >> Please review this patch that makes java.dll load shell32.dll earlier. >> Delay-loading requires some additional code (delayimp.lib), and offers no >> benefits since we always load shell32 during JVM startup. >> >> Other than

Re: RFR: 8316421: libjava should load shell32.dll eagerly [v3]

2023-09-21 Thread Jorn Vernee
On Thu, 21 Sep 2023 06:08:27 GMT, Daniel Jeliński wrote: >> Please review this patch that makes java.dll load shell32.dll earlier. >> Delay-loading requires some additional code (delayimp.lib), and offers no >> benefits since we always load shell32 during JVM startup. >> >> Other than

Re: RFR: 8316421: libjava should load shell32.dll eagerly [v3]

2023-09-21 Thread Daniel Jeliński
> Please review this patch that makes java.dll load shell32.dll earlier. > Delay-loading requires some additional code (delayimp.lib), and offers no > benefits since we always load shell32 during JVM startup. > > Other than removing the delayload clause, the patch also cleans up the >