Skip to content

8380425: Support markwords in os::print_location#30627

Draft
stooke wants to merge 3 commits intoopenjdk:masterfrom
stooke:pr-jdk-8380425
Draft

8380425: Support markwords in os::print_location#30627
stooke wants to merge 3 commits intoopenjdk:masterfrom
stooke:pr-jdk-8380425

Conversation

@stooke
Copy link
Copy Markdown
Contributor

@stooke stooke commented Apr 8, 2026

This PR addresses #8380425 by adding support for markwords. A test case is also added.

The current OpenJDK head will print out markwords as part of the oop print code, if the JDK is run with -XX:+WizardMode enabled.

The PR is not ready to be integrated as it will avoid the oop print code if a markword is detected. (i.e., it makes more sense to run this code atfer the oop detection/print code, if WizardMode is not enabled.)


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

Integration blocker

 ⚠️ Title mismatch between PR and JBS for issue JDK-8380425

Issue

  • JDK-8380425: os::print_location should handle markword printing with COH (Enhancement - P4) ⚠️ Title mismatch between PR and JBS.

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 30627

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

Using diff file

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

@bridgekeeper
Copy link
Copy Markdown

bridgekeeper bot commented Apr 8, 2026

👋 Welcome back stooke! 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-runtime hotspot-runtime-dev@openjdk.org label Apr 8, 2026
@openjdk
Copy link
Copy Markdown

openjdk bot commented Apr 8, 2026

@stooke The following label will be automatically applied to this pull request:

  • hotspot-runtime

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-runtime hotspot-runtime-dev@openjdk.org

Development

Successfully merging this pull request may close these issues.

1 participant