jdk/test/java/util/zip/ZipFile/DeleteTempJar.java
changeset 35768 7066da300a08
parent 9035 1255eb81cc2f
equal deleted inserted replaced
35739:db483b34fa71 35768:7066da300a08
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    24 /* @test
    24 /* @test
    25    @bug 4166799
    25    @bug 4166799
    26    @summary Make sure URL-downloaded jar files (jar_cache files)
    26    @summary Make sure URL-downloaded jar files (jar_cache files)
    27             will be deleted when VM exits.
    27             will be deleted when VM exits.
    28 
    28 
       
    29    @modules jdk.httpserver
    29    @build DeleteTempJar
    30    @build DeleteTempJar
    30    @run shell deletetempjar.sh
    31    @run shell deletetempjar.sh
    31  */
    32  */
    32 
    33 
    33 import java.io.File;
    34 import java.io.File;