--- old/src/java.desktop/share/native/libmlib_image/mlib_ImageFilters.h 2020-05-20 18:02:15.788681025 -0700 +++ new/src/java.desktop/share/native/libmlib_image/mlib_ImageFilters.h 2020-05-20 18:02:15.400673575 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2003, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 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 @@ -48,15 +48,11 @@ extern const mlib_f32 mlib_filters_s16f_bc[]; extern const mlib_f32 mlib_filters_s16f_bc2[]; -#ifndef __sparc - extern const mlib_s16 mlib_filters_u8_bc[]; extern const mlib_s16 mlib_filters_u8_bc2[]; extern const mlib_s16 mlib_filters_s16_bc[]; extern const mlib_s16 mlib_filters_s16_bc2[]; -#endif /* __sparc */ - #ifdef __cplusplus } #endif /* __cplusplus */