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

Discrepancies in Output Values between OpenJDK8 and Other JDK Versions and JVM

XMLWordPrintable

    • x86_64
    • generic

      A DESCRIPTION OF THE PROBLEM :
      We found a test program that exhibits divergent execution results on OpenJDK8 compared to other versions of JDK and other JVM implementations, such as OpenJ9.

      If we run this program on OpenJDK8 with the following command:

      ```
      pathToOpenJDK8/java -cp . checksumInconsistent-1
      ```

      The output of the above command is 168963118.

      However, if we run this program on OpenJDK11 with the following command:

      ```
      pathToOpenJDK11/java -cp . checksumInconsistent-1
      ```

      The output of the above command is 168960330.

      Other JVM implementations:

      ```
      pathToOpenJ9-OpenJDK8/java -cp . checksumInconsistent-1 //output 168960330
      pathToOpenJ9-OpenJDK11/java -cp . checksumInconsistent-1 //output 168960330
      ```

      The bug produces inconsistent execution results on other platforms, such as Linux.

      macOS version:

      ```
      Software:

          System Software Overview:

            System Version: macOS 13.2 (22D49)
            Kernel Version: Darwin 22.3.0
            Boot Volume: Macintosh HD
            Boot Mode: Normal
            Computer Name: MacBook Pro
            User Name: MacBook
            Secure Virtual Memory: Enabled
            System Integrity Protection: Enabled
            Time since boot: 1 day, 2 hours, 19 minutes

      Hardware:

          Hardware Overview:

            Model Name: MacBook Pro
            Model Identifier: MacBookPro18,1
            Model Number: MK193CH/A
            Chip: Apple M1 Pro
            Total Number of Cores: 10 (8 performance and 2 efficiency)
            Memory: 16 GB
            System Firmware Version: 8419.80.7
            OS Loader Version: 8419.80.7
            Activation Lock Status: Disabled
      ```

      OpenJDK version:

      ```java
      MacOS:
      openjdk version "1.8.0_402"
      OpenJDK Runtime Environment (Temurin)(build 1.8.0_402-b06)
      OpenJDK 64-Bit Server VM (Temurin)(build 25.402-b06, mixed mode)

      Linux:
      openjdk version "1.8.0_412-beta"
      OpenJDK Runtime Environment (Temurin)(build 1.8.0_412-beta-202402080113-b01)
      OpenJDK 64-Bit Server VM (Temurin)(build 25.412-b01, mixed mode)
      ```

      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      pathToOpenJDK8/java -cp . checksumInconsistent-1

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      168960330
      ACTUAL -
      168963118

      FREQUENCY : always


            Unassigned Unassigned
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: