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

Switch to CRC32C for SEED calculation in jdk.test.lib.Utils

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • None
    • core-libs
    • None

      The Utils class uses a MessageDigest to calculate the seed for a promoted build. Instantiating a MessageDigest would initiate security properties which means any test using this utility class will not be able to manipulate these properties anymore since they are only read once.

      This has led to test bugs in JDK-8345578 and JDK-8367583.

      We can switch to CRC32C to calculate the seed.

            jpai Jaikiran Pai
            weijun Weijun Wang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: