Skip to content

8385622: [s390x] Debugger very slow during stepping#31317

Open
offamitkumar wants to merge 3 commits into
openjdk:masterfrom
offamitkumar:jvmti
Open

8385622: [s390x] Debugger very slow during stepping#31317
offamitkumar wants to merge 3 commits into
openjdk:masterfrom
offamitkumar:jvmti

Conversation

@offamitkumar
Copy link
Copy Markdown
Member

@offamitkumar offamitkumar commented May 29, 2026

I have implemented the missing implementation from https://bugs.openjdk.org/browse/JDK-6960970.

Testing (fastdebug/s390x z16):

==============================
Test summary
==============================
   TEST                                              TOTAL  PASS  FAIL ERROR  SKIP   
   jtreg:test/hotspot/jtreg/serviceability/jvmti       248   191     0     0    57   
==============================
TEST SUCCESS


Progress

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

Issue

  • JDK-8385622: [s390x] Debugger very slow during stepping (Bug - P4)

Reviewers

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 31317

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

Using diff file

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

Using Webrev

Link to Webrev Comment

@bridgekeeper
Copy link
Copy Markdown

bridgekeeper Bot commented May 29, 2026

👋 Welcome back amitkumar! 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 May 29, 2026

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

@openjdk openjdk Bot changed the title 8385622 8385622: [s390x] Debugger very slow during stepping May 29, 2026
@openjdk openjdk Bot added the hotspot hotspot-dev@openjdk.org label May 29, 2026
@openjdk
Copy link
Copy Markdown

openjdk Bot commented May 29, 2026

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

  • hotspot

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.

@openjdk
Copy link
Copy Markdown

openjdk Bot commented May 29, 2026

The total number of required reviews for this PR has been set to 2 based on the presence of this label: hotspot. This can be overridden with the /reviewers command.

@openjdk openjdk Bot added the rfr Pull request is ready for review label May 29, 2026
@mlbridge
Copy link
Copy Markdown

mlbridge Bot commented May 29, 2026

Webrevs

Copy link
Copy Markdown
Contributor

@TheRealMDoerr TheRealMDoerr left a comment

Choose a reason for hiding this comment

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

LGTM.

Comment thread src/hotspot/cpu/s390/interp_masm_s390.cpp Outdated
Comment thread src/hotspot/cpu/s390/interp_masm_s390.cpp Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hotspot hotspot-dev@openjdk.org rfr Pull request is ready for review

Development

Successfully merging this pull request may close these issues.

2 participants