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

[Testbug] java/lang/invoke/condy/CondyInterfaceWithOverpassMethods.java leaves open file

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • None
    • 11
    • core-libs

      The test:

       java/lang/invoke/condy/CondyInterfaceWithOverpassMethods.java

      triggers a jtreg failure on Windows:

      test result: Error. failed to clean up files after test

      The test contains:

              // For debugging purposes
              new FileOutputStream(new File(genClassName + ".class")).write(byteArray);

      and this file is never closed. This may result in an issue in agentvm mode when jtreg tries to delete the file.

            psandoz Paul Sandoz
            dholmes David Holmes
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: