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

Some intrinsic tests take long time to run

XMLWordPrintable

    • b07

        Recently new test was added compiler/intrinsics/base64/TestBase64.java takes long time to run on machines which does not have avx512.
        It also has loop with 1000000 iterations to make sure to trigger compilation.
        An other similar test is compiler/codegen/aes/TestAESMain.java

        Both these test show up as longest running test on some hardware.

        First, we should not run these test if intrinsic is not generated (CPU does not support) and you don't need so many iterations to compile code. We should use WB interface to check intrinsics flags and check that method is compiled after warmup instead of doing million iterations.

              kvn Vladimir Kozlov
              kvn Vladimir Kozlov
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: