Skip to content

8281243: Test java/lang/instrument/RetransformWithMethodParametersTest.java is failing#4300

Closed
jpbempel wants to merge 3 commits into
openjdk:masterfrom
openjdk-bots:backport-jpbempel-95fd9d20-master
Closed

8281243: Test java/lang/instrument/RetransformWithMethodParametersTest.java is failing#4300
jpbempel wants to merge 3 commits into
openjdk:masterfrom
openjdk-bots:backport-jpbempel-95fd9d20-master

Conversation

@jpbempel

@jpbempel jpbempel commented Mar 18, 2026

Copy link
Copy Markdown
Member

backport of 8281243


Progress

  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • JDK-8281243 needs maintainer approval

Issue

  • JDK-8281243: Test java/lang/instrument/RetransformWithMethodParametersTest.java is failing (Bug - P3 - Approved)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/4300/head:pull/4300
$ git checkout pull/4300

Update a local copy of the PR:
$ git checkout pull/4300
$ git pull https://git.openjdk.org/jdk17u-dev.git pull/4300/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 4300

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

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/4300.diff

Using Webrev

Link to Webrev Comment

@bridgekeeper

bridgekeeper Bot commented Mar 18, 2026

Copy link
Copy Markdown

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

@openjdk

openjdk Bot commented Mar 18, 2026

Copy link
Copy Markdown

@jpbempel 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:

8281243: Test java/lang/instrument/RetransformWithMethodParametersTest.java is failing

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 3 new commits pushed to the master branch:

Please see this link for an up-to-date comparison between the source branch of this pull request and the master 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.

As you do not have Committer status in this project an existing Committer must agree to sponsor your change.

➡️ To flag this PR as ready for integration with the above commit message, type /integrate in a new comment. (Afterwards, your sponsor types /sponsor in a new comment to perform the integration).

@openjdk openjdk Bot changed the title Backport 95fd9d20f329b15d68e613ec7f932254715e9130 8281243: Test java/lang/instrument/RetransformWithMethodParametersTest.java is failing Mar 18, 2026
@openjdk

openjdk Bot commented Mar 18, 2026

Copy link
Copy Markdown

This backport pull request has now been updated with issue from the original commit.

@openjdk openjdk Bot added backport Port of a pull request already in a different code base clean Identical backport; no merge resolution required rfr Pull request is ready for review labels Mar 18, 2026
@mlbridge

mlbridge Bot commented Mar 18, 2026

Copy link
Copy Markdown

Webrevs

@jpbempel

Copy link
Copy Markdown
Member Author

tests on windows are failing here:

Generating symbol list from object files
gawk: cmd. line:1: error: ? * + or {interval} not preceded by valid subpattern: /??_7.*@@6B@/
make[3]: *** [lib/JvmMapfile.gmk:116: /d/a/jdk17u-dev/jdk17u-dev/build/windows-aarch64/hotspot/variant-server/libjvm/symbols-objects] Error 1
make[3]: *** Deleting file '/d/a/jdk17u-dev/jdk17u-dev/build/windows-aarch64/hotspot/variant-server/libjvm/symbols-objects'
make[3]: Target 'default' not remade because of errors.
make[2]: *** [make/Main.gmk:252: hotspot-server-libs] Error 2
make[2]: Target 'hotspot' not remade because of errors.

ERROR: Build failed for target 'hotspot' in configuration 'windows-aarch64' (exit code 2) 

I don't understand why it fails now. Seems not related to the change
Anybody has an idea?

@GoeLin

GoeLin commented Mar 18, 2026

Copy link
Copy Markdown
Member

Yes, that is unrelated. It is fixed by 8314555: Build with mawk fails on Windows

@jpbempel

jpbempel commented Mar 18, 2026

Copy link
Copy Markdown
Member Author

Yes, that is unrelated. It is fixed by 8314555: Build with mawk fails on Windows

Do I need to do something then about it then regarding this PR?

@GoeLin

GoeLin commented Mar 18, 2026

Copy link
Copy Markdown
Member

You could merge head, this would restart the test.
But given the nature of this change I think the chance that the run on Win unveils an issue with this change is tiny.

@jpbempel

Copy link
Copy Markdown
Member Author

/approval 8281243 request

@openjdk

openjdk Bot commented Mar 19, 2026

Copy link
Copy Markdown

@jpbempel
8281243: The approval request has been created successfully.

@openjdk openjdk Bot added approval Requires approval; will be removed when approval is received and removed approval Requires approval; will be removed when approval is received labels Mar 19, 2026
@openjdk-notifier openjdk-notifier Bot changed the base branch from pr/4265 to master March 24, 2026 19:15
@openjdk-notifier

Copy link
Copy Markdown

The parent pull request that this pull request depends on has now been integrated and the target branch of this pull request has been updated. This means that changes from the dependent pull request can start to show up as belonging to this pull request, which may be confusing for reviewers. To remedy this situation, simply merge the latest changes from the new target branch into this pull request by running commands similar to these in the local repository for your personal fork:

git checkout backport-jpbempel-95fd9d20-master
git fetch https://git.openjdk.org/jdk17u-dev.git master
git merge FETCH_HEAD
# if there are conflicts, follow the instructions given by git merge
git commit -m "Merge master"
git push

@openjdk openjdk Bot removed the clean Identical backport; no merge resolution required label Mar 24, 2026
@openjdk openjdk Bot added clean Identical backport; no merge resolution required ready Pull request is ready to be integrated labels Mar 24, 2026
@jpbempel

Copy link
Copy Markdown
Member Author

/integrate

@openjdk openjdk Bot added the sponsor Pull request is ready to be sponsored label Mar 25, 2026
@openjdk

openjdk Bot commented Mar 25, 2026

Copy link
Copy Markdown

@jpbempel
Your change (at version bf3ae4e) is now ready to be sponsored by a Committer.

@phohensee

Copy link
Copy Markdown
Member

/sponsor

@openjdk

openjdk Bot commented Mar 25, 2026

Copy link
Copy Markdown

Going to push as commit d39baa5.
Since your change was applied there have been 3 commits pushed to the master branch:

Your commit was automatically rebased without conflicts.

@openjdk openjdk Bot added the integrated Pull request has been integrated label Mar 25, 2026
@openjdk openjdk Bot closed this Mar 25, 2026
@openjdk openjdk Bot removed ready Pull request is ready to be integrated rfr Pull request is ready for review sponsor Pull request is ready to be sponsored labels Mar 25, 2026
@openjdk

openjdk Bot commented Mar 25, 2026

Copy link
Copy Markdown

@phohensee @jpbempel Pushed as commit d39baa5.

💡 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

backport Port of a pull request already in a different code base clean Identical backport; no merge resolution required integrated Pull request has been integrated

Development

Successfully merging this pull request may close these issues.

3 participants