IBM Support

IV35528: IMMUTABLE FIELDS APPEAR TO BE UNINITIALIZED

Subscribe to this APAR

By subscribing, you receive periodic emails alerting you to the status of the APAR, along with a link to the fix after it becomes available. You can track this item individually or track all items by product.

Notify me when this APAR changes.

Notify me when an APAR for this component changes.

 

APAR status

  • Closed as program error.

Error description

  • Error Message: Typically a NullPointerException
    .
    Stack Trace: Various stack traces are possible.  Here's a
    sample:
    java.lang.NullPointerException
     at
    com.ibm.rmi.iiop.IIOPOutputStream.<init>(IIOPOutputStream.java:1
    16)
     at
    com.ibm.rmi.iiop.ClientRequestImpl.<init>(ClientRequestImpl.java
    :135)
     at com.ibm.rmi.iiop.GIOPImpl.createRequest(GIOPImpl.java:183)
     at
    com.ibm.rmi.corba.ClientDelegate._createRequest(ClientDelegate.j
    ava:2016)
     at
    com.ibm.rmi.corba.ClientDelegate.createRequest(ClientDelegate.ja
    va:1186)
     at
    com.ibm.rmi.corba.ClientDelegate.createRequest(ClientDelegate.ja
    va:1278)
    .
    A field appears to be null or zero immediately after its
    constructor has finished, even though that constructor set the
    field to some non-null / non-zero value.  This can occur with
    final fields, and with private fields that are only modified in
    a constructor.
    

Local fix

  • -Xjit:disableEscapeAnalysis
    

Problem summary

  • The JIT compiler incorrectly concludes that an object's
    constructor won't modify one of its fields, and continues to use
    a stale value of that field after the constructor call has
    returned.
    

Problem conclusion

  • This defect will be fixed in:
    7.0.0 SR4
    6.0.1 SR5
    .
    The JIT compiler was modified to avoid this problem.
    

Temporary fix

Comments

APAR Information

  • APAR number

    IV35528

  • Reported component name

    JIT

  • Reported component ID

    620700124

  • Reported release

    260

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2013-01-18

  • Closed date

    2013-01-18

  • Last modified date

    2013-02-27

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

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

    IV35548

Fix information

  • Fixed component name

    JIT

  • Fixed component ID

    620700124

Applicable component levels

  • R260 PSY

       UP

  • R600 PSY

       UP

[{"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSC9HBA","label":"Just In Time (JIT) Compiler"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"260","Edition":"","Line of Business":{"code":"","label":""}}]

Document Information

Modified date:
27 February 2013