--- old/modules/graphics/src/test/java/test/javafx/stage/PopupTest.java 2016-05-18 21:44:53.229260501 -0700 +++ new/modules/graphics/src/test/java/test/javafx/stage/PopupTest.java 2016-05-18 21:44:53.041260507 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2016, 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 @@ -25,6 +25,7 @@ package test.javafx.stage; +import com.sun.javafx.scene.SceneHelper; import com.sun.javafx.stage.WindowHelper; import test.com.sun.javafx.pgstub.StubPopupStage; import test.com.sun.javafx.pgstub.StubStage; @@ -383,7 +384,7 @@ assertFalse(done); final MouseEventGenerator generator = new MouseEventGenerator(); - scene.impl_processMouseEvent( + SceneHelper.processMouseEvent(scene, generator.generateMouseEvent( MouseEvent.MOUSE_PRESSED, 0, 0));