Skip to content

8380553: [lworld] Wrong type used in InlineKlass::realloc_result()#2250

Closed
fparain wants to merge 2 commits intoopenjdk:lworldfrom
fparain:cc_long_fix
Closed

8380553: [lworld] Wrong type used in InlineKlass::realloc_result()#2250
fparain wants to merge 2 commits intoopenjdk:lworldfrom
fparain:cc_long_fix

Conversation

@fparain
Copy link
Copy Markdown
Collaborator

@fparain fparain commented Mar 20, 2026

Small fix to use the right method for long fields when re-creating a buffered value from a scalarized form.


Progress

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

Issue

  • JDK-8380553: [lworld] Wrong type used in InlineKlass::realloc_result() (Bug - P4)

Reviewers

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 2250

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

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/valhalla/pull/2250.diff

Using Webrev

Link to Webrev Comment

@bridgekeeper
Copy link
Copy Markdown

bridgekeeper bot commented Mar 20, 2026

👋 Welcome back fparain! A progress list of the required criteria for merging this PR into lworld 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 Mar 20, 2026

@fparain This change now passes all automated pre-integration checks.

ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details.

After integration, the commit message for the final commit will be:

8380553: [lworld] Wrong type used in InlineKlass::realloc_result()

Reviewed-by: stefank, chagedorn

You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed.

At the time when this comment was updated there had been 8 new commits pushed to the lworld branch:

As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details.

➡️ To integrate this PR with the above commit message to the lworld branch, type /integrate in a new comment.

@openjdk openjdk bot added the rfr Pull request is ready for review label Mar 20, 2026
@mlbridge
Copy link
Copy Markdown

mlbridge bot commented Mar 20, 2026

Webrevs

Copy link
Copy Markdown
Member

@stefank stefank left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. There's a typo in the JBS title: realloc_result vs realloc_result.

@openjdk openjdk bot added the ready Pull request is ready to be integrated label Mar 23, 2026
Copy link
Copy Markdown
Member

@chhagedorn chhagedorn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@fparain fparain changed the title 8380553: [lworld] Wrong type used in InlineKlass::realloc_resut() 8380553: [lworld] Wrong type used in InlineKlass::realloc_result() Mar 23, 2026
Copy link
Copy Markdown
Member

@chhagedorn chhagedorn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing the spacing!

@fparain
Copy link
Copy Markdown
Collaborator Author

fparain commented Mar 23, 2026

Thanks @stefank @chhagedorn for the reviews.
/integrate

@openjdk
Copy link
Copy Markdown

openjdk bot commented Mar 23, 2026

Going to push as commit 1257fbd.
Since your change was applied there have been 8 commits pushed to the lworld branch:

Your commit was automatically rebased without conflicts.

@openjdk openjdk bot added the integrated Pull request has been integrated label Mar 23, 2026
@openjdk openjdk bot closed this Mar 23, 2026
@openjdk openjdk bot removed ready Pull request is ready to be integrated rfr Pull request is ready for review labels Mar 23, 2026
@openjdk
Copy link
Copy Markdown

openjdk bot commented Mar 23, 2026

@fparain Pushed as commit 1257fbd.

💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

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

Labels

integrated Pull request has been integrated

Development

Successfully merging this pull request may close these issues.

3 participants