--- old/src/java.desktop/macosx/native/libawt_lwawt/awt/GeomUtilities.m 2015-09-14 16:35:47.000000000 +0300 +++ new/src/java.desktop/macosx/native/libawt_lwawt/awt/GeomUtilities.m 2015-09-14 16:35:47.000000000 +0300 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2015, 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 @@ -24,6 +24,7 @@ */ #import "GeomUtilities.h" +#import static JNF_CLASS_CACHE(sjc_Point2D, "java/awt/geom/Point2D"); static JNF_MEMBER_CACHE(jm_pt_getX, sjc_Point2D, "getX", "()D");