--- old/src/java.desktop/share/native/libawt/awt/image/imageInitIDs.h 2018-03-28 12:27:55.518048982 +0200 +++ new/src/java.desktop/share/native/libawt/awt/image/imageInitIDs.h 2018-03-28 12:27:55.286048984 +0200 @@ -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;