--- old/test/java/awt/appletviewer/IOExceptionIfEncodedURLTest/IOExceptionIfEncodedURLTest.java 2020-07-05 23:44:14.161179157 +0100 +++ new/test/java/awt/appletviewer/IOExceptionIfEncodedURLTest/IOExceptionIfEncodedURLTest.java 2020-07-05 23:44:14.007178157 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2008, 2017, 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 @@ -21,15 +21,16 @@ * questions. */ -/* - test - @bug 6193279 - @summary REGRESSION: AppletViewer throws IOException when path is encoded URL - @author Dmitry Cherepanov: area=appletviewer - @run compile IOExceptionIfEncodedURLTest.java - @run main IOExceptionIfEncodedURLTest - @run shell IOExceptionIfEncodedURLTest.sh -*/ +/** + * test + * @key headful + * @bug 6193279 + * @summary REGRESSION: AppletViewer throws IOException when path is encoded URL + * @author Dmitry Cherepanov: area=appletviewer + * @run compile IOExceptionIfEncodedURLTest.java + * @run main IOExceptionIfEncodedURLTest + * @run shell IOExceptionIfEncodedURLTest.sh + */ import java.applet.Applet; import sun.net.www.ParseUtil;