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

Invalid code generation of x86 platforms

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 6
    • 6
    • hotspot
    • None
    • b49
    • x86
    • other
    • Verified

      The attached automatically generated program generates different results when
      run with following options:
      1. java -Xint Tester_86
      2. java -client -Xcomp Tester_86

      The resulting states of data members differ:
      < var_5 = 12857
      < var_6 = 6746
      ---
      > var_5 = 57
      > var_6 = 0

      The bug is reproducible under all x86 OSes: windows, linux, solaris x86.
      With the following JVMs: 1.5.0.03 and 1.6.0.b41
      Solaris SPARC version works correctly.


      ###@###.### 2005-06-23 10:37:05 GMT

      Forgot to attach file.
      ###@###.### 2005-06-24 08:42:02 GMT

            never Tom Rodriguez
            iveresov Igor Veresov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: