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

Parallelize sun/security/rsa/SignedObjectChain.java subtests

    XMLWordPrintable

Details

    Backports

      Description

        sun/security/rsa/SignedObjectChain.java is very slow when run with C1, I suspect because some crypto intrinsics are only implemented in C2.

        $ CONF=linux-x86_64-server-fastdebug make test TEST=sun/security/rsa/SignedObjectChain.java TEST_VM_OPTS="-XX:+UseShenandoahGC -XX:TieredStopAtLevel=1"
        ...
        <timeout>

        $ time CONF=linux-x86_64-server-fastdebug make test TEST=sun/security/rsa/SignedObjectChain.java TEST_VM_OPTS="-XX:+UseParallelGC -XX:TieredStopAtLevel=1"
        ...
         278.46s user 6.69s system 112% cpu 4:12.98 total

        I think we can parallelize subtests to make the test faster.

        Attachments

          Issue Links

            Activity

              People

                msobierski Michal Sobierski
                shade Aleksey Shipilev
                Votes:
                0 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: