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

jdk/sun/security/tools/jarsigner/compatibility/SignTwice.java slow on Windows

    XMLWordPrintable

Details

    • b14
    • windows

    Backports

      Description

        SignTwice test takes a few minutes to complete on Windows; on other OSes it usually finishes under a minute.

        The test repeatedly runs jarsigner with different parameters; it also adds -J-Djava.security.egd=file:/dev/./urandom to the command line. That parameter adds a few seconds to the tool startup time. Removing that parameter or changing its value to file:/dev/urandom (without the dot in the middle) allows the test to complete under a minute, similar to other platforms.

        Attachments

          Issue Links

            Activity

              People

                djelinski Daniel Jelinski
                djelinski Daniel Jelinski
                Votes:
                0 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: