Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-7115744

Do not call File::deleteOnExit in security tests

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8
    • 8
    • security-libs
    • b17
    • generic
    • generic
    • Verified

        File::deleteOnExit (for a temp file in the working directory) is not a good idea;

        1. It's useless in agentvm/savevm mode because the file won't be deleted when the test finishes.

        2. It's not necessary because jtreg will clean up the working directory for you.

        3. If the test fails, maybe you want to keep the file for diagnosis. jtreg can retain it for you.

              weijun Weijun Wang
              weijun Weijun Wang
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: