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

(porting) shared code mods to use __int64 instead of long on Alpha Window NT

XMLWordPrintable

    • generic
    • generic

      For the JDK 116 release on the Digital Alpha Window NT platform running on
      Digital's Alpha hardware, Digital has changed, for the reasons listed
      below, the following JDK 116 source files in the shared part of the JDK.

      Compatibility of the changes with Sun's JDK was assured by visual
      inspection of the changes and by running the appropriate JCK test suites.
      No changes were made to modify any APIs nor to modify the virtual machine
      instruction set.

      Changes to use __int64 instead of long:
              src\share\java\math\bn-1.1\lbn.h
              src\share\java\math\bn-1.1\lbnalpha.h

       
      diff -r digital_src\src\share\java\math\bn-1.1\lbn.h
      javasoft_src\src\share\java\math\bn-1.1\lbn.h
      1d0
      < /* Modifications Copyright 1997 Digital Equipment Corporation */
      121d119
      <
      124c122
      < typedef unsigned __int64 bnword64; /*** HDS changed from unsigned long
      ***/
      ---
      > typedef unsigned long bnword64;
      diff -r digital_src\src\share\java\math\bn-1.1\lbnalpha.h
      javasoft_src\src\share\java\math\bn-1.1\lbnalpha.h
      1d0
      < /* Modifications Copyright 1997 Digital Equipment Corporation */
      10c9
      < typedef unsigned __int64 bnword64; /*** HDS change from unsigned long
      ***/
      ---
      > typedef unsigned long bnword64;
       

            iris Iris Clark
            jbenoit Jonathan Benoit (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: