--- old/test/java/awt/image/ConvolveOp/OpCompatibleImageTest.java 2015-05-29 17:08:52.213539775 +0300 +++ new/test/java/awt/image/ConvolveOp/OpCompatibleImageTest.java 2015-05-29 17:08:52.057539780 +0300 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2007, 2015, 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 @@ -28,6 +28,7 @@ * of same type and this pair {src, dst} can be handled by the * ConvolveOp filter. * + * @modules java.desktop/sun.awt * @run main OpCompatibleImageTest */