--- old/modules/javafx.graphics/src/main/java/javafx/concurrent/Service.java 2018-03-26 13:52:55.876849472 +0530 +++ new/modules/javafx.graphics/src/main/java/javafx/concurrent/Service.java 2018-03-26 13:52:55.596849472 +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 @@ -54,7 +54,7 @@ import java.util.concurrent.ThreadFactory; import java.util.concurrent.ThreadPoolExecutor; import java.util.concurrent.TimeUnit; -import sun.util.logging.PlatformLogger; +import com.sun.javafx.logging.PlatformLogger; import static javafx.concurrent.WorkerStateEvent.WORKER_STATE_CANCELLED; import static javafx.concurrent.WorkerStateEvent.WORKER_STATE_FAILED; import static javafx.concurrent.WorkerStateEvent.WORKER_STATE_READY;