--- old/src/java.desktop/share/native/libmlib_image/mlib_c_ImageConv.h 2020-05-20 18:02:28.788930639 -0700 +++ new/src/java.desktop/share/native/libmlib_image/mlib_c_ImageConv.h 2020-05-20 18:02:28.404923266 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -61,7 +61,7 @@ mlib_s32 scale, mlib_s32 cmask); -#if ! defined ( __sparc ) /* for x86, using integer multiplies is faster */ +/* for x86, using integer multiplies is faster */ mlib_status mlib_i_convMxNnw_s16(mlib_image *dst, const mlib_image *src, @@ -129,8 +129,6 @@ mlib_s32 scale, mlib_s32 cmask); -#endif /* ! defined ( __sparc ) ( for x86, using integer multiplies is faster ) */ - #ifdef __cplusplus } #endif /* __cplusplus */