RFR: Fix non-supported platforms release builds

Aleksey Shipilev shade at openjdk.java.net
Thu Oct 14 14:25:55 UTC 2021


On Thu, 14 Oct 2021 13:36:45 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> It seems when doing #72, I missed a spot that makes release builds fail for non-supported platforms. I am not sure why fastdebug passes, but oh well. The fix is to platform-ifdef the offending block, like we do in other places.
> 
> Additional testing:
>  - [x] Linux x86_64 Zero release builds now
>  - [x] Linux x86_64 Server fastdebug/release pass `jdk_loom hotspot_loom`

Thanks!

-------------

PR: https://git.openjdk.java.net/loom/pull/75


More information about the loom-dev mailing list