--- old/test/java/awt/datatransfer/DataFlavor/NoClassParameterTest.java 2015-06-19 15:14:47.201664144 +0300 +++ new/test/java/awt/datatransfer/DataFlavor/NoClassParameterTest.java 2015-06-19 15:14:47.029664147 +0300 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2014, 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 @@ -26,6 +26,7 @@ @bug 4212613 @summary tests that DataFlavor(String) doesn't through Exception if no "class=" specified. @author prs@sparc.spb.su: area= + @modules java.datatransfer @run main NoClassParameterTest */