--- old/src/java.desktop/share/native/libawt/awt/image/imageInitIDs.h 2018-03-23 14:24:31.297157919 +0100 +++ new/src/java.desktop/share/native/libawt/awt/image/imageInitIDs.h 2018-03-23 14:24:31.073157921 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2018, 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 @@ -74,6 +74,7 @@ IMGEXTERN jfieldID g_ICRtypeID; /* Color Model ids */ +JNIEXPORT IMGEXTERN jfieldID g_CMpDataID; IMGEXTERN jfieldID g_CMnBitsID; IMGEXTERN jfieldID g_CMcspaceID;