--- old/modules/javafx.base/src/main/java/com/sun/javafx/property/MethodHelper.java 2018-03-19 18:33:51.158067172 +0530 +++ new/modules/javafx.base/src/main/java/com/sun/javafx/property/MethodHelper.java 2018-03-19 18:33:50.950067172 +0530 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 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 @@ -30,7 +30,7 @@ import java.lang.reflect.Method; import java.security.AccessController; import java.security.PrivilegedAction; -import sun.reflect.misc.ReflectUtil; +import com.sun.javafx.reflect.ReflectUtil; /** * Utility class to wrap method invocation.