IBM Support

IJ45659: JAVA JIT: MISSING TYPE CHECKING ALLOWED INVALID OBJECT FIELD ACCESSES

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: SIGSEGV in JIT compiled method
    .
    Stack Trace: N/A
    .
    The issue can occur with any OpenJ9 based JVM on any platform.
    The APAR addresses an issue that was not properly covered by the
    previous APAR IJ24023.
    

Local fix

  • The problem can be avoid by disable a JIT optimization using the
    following java command line option:
    -Xjit:disableBlockVersioner
    Using this option will have a minor effect on performance, but
    the cost is very likely to be less then 2% in almost all most
    cases.
    

Problem summary

  • The JIT is doing a compile time instanceOf check in an attempt
    to eliminate the need for a runtime instanceOf check prior to
    executing an optimized block version with bound-checks and
    null-checks removed. This compile time instanceOf was in some
    cases incorrectly passing (eliminating a runtime instanceOf
    check) when it should have failed and generated a runtime
    instanceOf check.
    

Problem conclusion

  • The JIT was modified such that it will generate a runtime
    instanceOf check when one is required.
    https://github.com/eclipse/omr/pull/6906
    .
    This APAR will be fixed in the following Releases:
    .
    IBM SDK, Java Technology Edition
       8    SR8 FP5   (8.0.8.5)
    .
    Contact your IBM Product's Service Team for these Service
    Refreshes and Fix Packs.
    For those running stand-alone, information about the available
    maintenance can be found at:
               https://www.ibm.com/support/pages/java-sdk
    

Temporary fix

Comments

APAR Information

  • APAR number

    IJ45659

  • Reported component name

    JIT

  • Reported component ID

    620700124

  • Reported release

    130

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2023-03-02

  • Closed date

    2023-03-10

  • Last modified date

    2023-03-10

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

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

Fix information

  • Fixed component name

    JIT

  • Fixed component ID

    620700124

Applicable component levels

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSNVBF","label":"Runtimes for Java Technology"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"130","Line of Business":{"code":"LOB36","label":"IBM Automation"}}]

Document Information

Modified date:
11 March 2023