Skip to content

8379129: C2 crash in LoadNode::can_split_through_phi_base during Escape Analysis (JDK 25.0.1+8)#30620

Draft
anton-seoane wants to merge 1 commit intoopenjdk:masterfrom
anton-seoane:JDK-8379129
Draft

8379129: C2 crash in LoadNode::can_split_through_phi_base during Escape Analysis (JDK 25.0.1+8)#30620
anton-seoane wants to merge 1 commit intoopenjdk:masterfrom
anton-seoane:JDK-8379129

Conversation

@anton-seoane
Copy link
Copy Markdown
Contributor

@anton-seoane anton-seoane commented Apr 8, 2026

This PR fixes a null pointer dereference crash in C2 during escape analysis.

Testing: tiers 1-4, compiler stress tests


Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue

Issue

  • JDK-8379129: C2 crash in LoadNode::can_split_through_phi_base during Escape Analysis (JDK 25.0.1+8) (Bug - P3)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/30620/head:pull/30620
$ git checkout pull/30620

Update a local copy of the PR:
$ git checkout pull/30620
$ git pull https://git.openjdk.org/jdk.git pull/30620/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 30620

View PR using the GUI difftool:
$ git pr show -t 30620

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/30620.diff

@bridgekeeper
Copy link
Copy Markdown

bridgekeeper bot commented Apr 8, 2026

👋 Welcome back aseoane! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk
Copy link
Copy Markdown

openjdk bot commented Apr 8, 2026

❗ This change is not yet ready to be integrated.
See the Progress checklist in the description for automated requirements.

@openjdk openjdk bot added the hotspot-compiler hotspot-compiler-dev@openjdk.org label Apr 8, 2026
@openjdk
Copy link
Copy Markdown

openjdk bot commented Apr 8, 2026

@anton-seoane The following label will be automatically applied to this pull request:

  • hotspot-compiler

When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hotspot-compiler hotspot-compiler-dev@openjdk.org

Development

Successfully merging this pull request may close these issues.

1 participant