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

TestVectorZeroCount: counter not reset between iterations

XMLWordPrintable

    • b16

        The test uses counters with this initialization:
            private static int intCounter = Integer.MIN_VALUE;
            private static int longIterations = 100_000_000;

        It uses 2 iterations, but misses a counter reset between them.
        Timeouts were observed on PPC64.

              mdoerr Martin Doerr
              mdoerr Martin Doerr
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: