IBM Support

IV35548: 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
    6.0.0 SR13
    5.0.0 SR16
    .
    The JIT compiler was modified to avoid this problem.
    

Temporary fix

Comments

APAR Information

  • APAR number

    IV35548

  • Reported component name

    JAVA 5 JIT

  • Reported component ID

    620500124

  • Reported release

    500

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2013-01-19

  • Closed date

    2013-01-19

  • Last modified date

    2013-01-19

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

    IV35528

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

Fix information

  • Fixed component name

    JAVA 5 JIT

  • Fixed component ID

    620500124

Applicable component levels

  • R500 PSN

       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":"5.0","Edition":"","Line of Business":{"code":"","label":""}}]

Document Information

Modified date:
19 January 2013