--- old/src/java.desktop/share/native/libmlib_image/mlib_c_ImageConvVersion.c 2020-05-20 18:02:29.792949917 -0700 +++ new/src/java.desktop/share/native/libmlib_image/mlib_c_ImageConvVersion.c 2020-05-20 18:02:29.456943466 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 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 @@ -51,9 +51,6 @@ mlib_s32 scale, mlib_type type) { -#ifdef __sparc - return 0; -#else mlib_d64 dscale = 1.0 / (1 << scale); /* 16 < scale <= 31 */ if (type == MLIB_BYTE) { @@ -69,7 +66,6 @@ } else return 0; -#endif /* __sparc */ } /***************************************************************/