IBM Support

RS01728: INCORRECT BYTECODE GENERATION WHEN VARIABLES ARE INITIALIZED WIT H THE SAME VALUE

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • When using Sequential or Fastpath algorithm, the conversion of
    IRL to bytecode may be incorrect when variables are initialized
    with the same value.
    For example with the rule:
    when {
      IlrContext() from context;
    }
    then {
      String s1 = "None";
      String s2 = "None";
      s2 = "s2";
      System.out.println("s1="+s1);
      System.out.println("s2="+s2);
    }
    The output is:
    s1=s2
    s2=s2
    

Local fix

Problem summary

  • the code generator  mixes  variables that have the same
    initialization value and consider they are identical.
    

Problem conclusion

  • the code is fixed
    

Temporary fix

Comments

APAR Information

  • APAR number

    RS01728

  • Reported component name

    WS DECISION SVR

  • Reported component ID

    5725B6901

  • Reported release

    851

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2014-08-28

  • Closed date

    2014-08-29

  • Last modified date

    2014-08-29

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Modules/Macros

  • 999
    

Fix information

  • Fixed component name

    WS DECISION SVR

  • Fixed component ID

    5725B6901

Applicable component levels

  • R851 PSY

       UP

[{"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SUPPORT","label":"IBM Worldwide Support"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.5.1","Edition":"","Line of Business":{"code":"","label":""}}]

Document Information

Modified date:
09 February 2022