--- old/modules/javafx.web/src/ios/java/javafx/scene/web/ExportedJavaObject.java 2018-03-19 18:33:57.194067172 +0530 +++ new/modules/javafx.web/src/ios/java/javafx/scene/web/ExportedJavaObject.java 2018-03-19 18:33:56.970067172 +0530 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 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 @@ -39,8 +39,7 @@ import java.security.PrivilegedAction; import java.security.PrivilegedExceptionAction; -import sun.reflect.misc.MethodUtil; -import sun.reflect.misc.ReflectUtil; +import com.sun.javafx.reflect.ReflectUtil; // Java Object exported to JavaScript