Skip to content

Conversation

@adamfarley
Copy link

@adamfarley adamfarley commented Apr 23, 2024

In certain environments, the deopt count is known to vary by 1, as noted in JDK-8021775.

This is a backport for a portion of that fix, to allow this tolerance in JDK8's version of the test while not requiring the full body of the original fix.

https://bugs.openjdk.org/browse/JDK-8330973


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
  • JDK-8330973 needs maintainer approval

Issue

  • JDK-8330973: Test8009761 fails on ppcle_linux: init recursive calls: 38. After deopt 37 (Bug - P4)

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 487

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

Using diff file

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

Webrev

Link to Webrev Comment

In certain environments, the deopt count is known to vary by
1, as noted in JDK-8021775.

This is a backport for a portion of that fix, to allow this
tolerance in JDK8's version of the test while not requiring the full
body of the original fix.

Signed-off-by: Adam Farley <adfarley@redhat.com>
@bridgekeeper
Copy link

bridgekeeper bot commented Apr 23, 2024

👋 Welcome back afarley! 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

openjdk bot commented Apr 23, 2024

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

@openjdk openjdk bot added the rfr Pull request is ready for review label Apr 23, 2024
@mlbridge
Copy link

mlbridge bot commented Apr 23, 2024

Webrevs

@jerboaa
Copy link
Contributor

jerboaa commented Apr 23, 2024

I think we should try backporting the test-only fix itself: JDK-8021775

@adamfarley adamfarley changed the title 8330973: To increase deopt variance tolerance for Test8009761 8330973: Test8009761 fails on ppcle_linux: init recursive calls: 38. After deopt 37 Apr 23, 2024
@adamfarley
Copy link
Author

I think we should try backporting the test-only fix itself: JDK-8021775

I don't mind. Will see if that fix merges cleanly with the current version of the JDK8 test.

@adamfarley
Copy link
Author

Closing this as it's cleaner to have the automated system open a new PR with the backported change.

@adamfarley adamfarley closed this Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rfr Pull request is ready for review

Development

Successfully merging this pull request may close these issues.

2 participants