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

(porting) do_execute_java_method_vararg method mods for OpenVMS platform

XMLWordPrintable

    • generic
    • generic

      For the JDK 116 release on the OpenVMS platform running on DIGITAL's
      hardware, DIGITAL has changed, the following JDK 116 source file
      in the shared part of the JDK.

      diff -c -r JDK116/src/share/java/runtime/interpreter.c
      sun_JDK116/src/share/java/runtime/interpreter.c

      ***************
      *** 582,594 ****
              pc[3] = opc_return;

              if (mb) {
      - #ifndef __VMS
      - /*** cds - these 2 lines were removed for 1.1, but doesn't [0]
      - *** still need to be set?? ***/
      - constant_pool[CONSTANT_POOL_TYPE_TABLE_INDEX].type = cpt;
      - cpt[0] = CONSTANT_POOL_ENTRY_RESOLVED;
      - /*** cds - end of addition ***/
      - #endif
                  constant_pool[1].mb = mb;
                  cpt[1] = CONSTANT_POOL_ENTRY_RESOLVED | CONSTANT_Methodref;
              } else {
      --- 576,581 ----
       

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: