--- old/modules/javafx.graphics/src/main/java/javafx/scene/PerspectiveCamera.java 2018-03-23 20:57:39.631911563 +0530 +++ new/modules/javafx.graphics/src/main/java/javafx/scene/PerspectiveCamera.java 2018-03-23 20:57:39.407911563 +0530 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 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 @@ -40,7 +40,7 @@ import javafx.beans.property.DoubleProperty; import javafx.beans.property.SimpleBooleanProperty; import javafx.beans.property.SimpleDoubleProperty; -import sun.util.logging.PlatformLogger; +import com.sun.javafx.logging.PlatformLogger;