hg: jdk/jdk: 8214944: replace strerror by os::strerror

David Holmes david.holmes at oracle.com
Fri Dec 7 10:35:17 UTC 2018


Hi Matthias,

Unfortunately this has caused a tier1 build failure with PCH disabled:

open/src/hotspot/share/gc/z/zErrno.cpp:49:10: error: 'os' has not been 
declared
     return os::strerror(_error);
            ^~

Can you please file a bug and fix ASAP.

Thanks,
David

On 7/12/2018 6:06 pm, matthias.baesken at sap.com wrote:
> Changeset: 442d322bb6d8
> Author:    mbaesken
> Date:      2018-12-06 09:48 +0100
> URL:       http://hg.openjdk.java.net/jdk/jdk/rev/442d322bb6d8
> 
> 8214944: replace strerror by os::strerror
> Reviewed-by: dholmes, neliasso
> 
> ! src/hotspot/os/aix/os_aix.cpp
> ! src/hotspot/os/bsd/os_bsd.cpp
> ! src/hotspot/os/linux/os_linux.cpp
> ! src/hotspot/os/solaris/os_solaris.cpp
> ! src/hotspot/os/windows/os_windows.cpp
> ! src/hotspot/share/gc/z/zErrno.cpp
> ! src/hotspot/share/logging/logFileOutput.cpp
> 


More information about the hotspot-dev mailing list