RFR: 8328614: hsdis: dlsym can't find decode symbol [v2]
    Robbin Ehn 
    rehn at openjdk.org
       
    Mon Mar 25 11:30:22 UTC 2024
    
    
  
On Mon, 25 Mar 2024 09:12:19 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> (In fact, I think we have a problem everywhere in the code base where someone is using `__declspec(dllexport)` directly)
src/java.base/share/native/libzip/zlib/zconf.h:#      define ZEXPORT   __declspec(dllexport)
ZEXPORT is only defined on win32, so we must build with default on linux.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18400#issuecomment-2017790938
    
    
More information about the build-dev
mailing list