Skip to content

Conversation

@TobiHartmann
Copy link
Member

@TobiHartmann TobiHartmann commented Apr 5, 2024

After JDK-8328264, the UseNeon flag is only used by JVMCI code and @dougxc confirmed that it can be removed.

Thanks,
Tobias


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
  • Change requires CSR request JDK-8329753 to be approved

Issues

Reviewers

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 18648

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

Using diff file

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

Webrev

Link to Webrev Comment

@bridgekeeper
Copy link

bridgekeeper bot commented Apr 5, 2024

👋 Welcome back thartmann! 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 5, 2024

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

8329749: Obsolete the unused UseNeon flag

Reviewed-by: chagedorn, kvn, aph

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

  • 6f087cb: 8328698: oopDesc::klass_raw() decodes without a null check
  • d1aad71: 8321204: C2: assert(false) failed: node should be in igvn hash table
  • 51b0abc: 8329340: Remove unused libawt code
  • 3a3b77d: 8329641: RISC-V: Enable some tests related to SHA-2 instrinsic
  • d771ec6: 8329733: Update the documentation in java.net.SocketOptions to direct to java.net.StandardSocketOptions
  • 49d8e63: 8329083: RISC-V: Update profiles supported on riscv
  • 3d50eaa: 8329784: Run MaxMetaspaceSizeTest.java with -Xshare:off
  • 862e615: 8198237: [macos] Test java/awt/Frame/ExceptionOnSetExtendedStateTest/ExceptionOnSetExtendedStateTest.java fails
  • 040c935: 8328183: Minor mistakes in docs of PrintStream.append()
  • 4a11db8: 8329662: Add a test to verify the behaviour of the default HEAD() method on HttpRequest.Builder
  • ... and 30 more: https://git.openjdk.org/jdk/compare/f26e4308992d989d71e7fbfaa3feb95f0ea17c06...master

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 master branch, type /integrate in a new comment.

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

openjdk bot commented Apr 5, 2024

@TobiHartmann The following labels will be automatically applied to this pull request:

  • graal
  • hotspot-compiler

When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing lists. If you would like to change these labels, use the /label pull request command.

@openjdk openjdk bot added graal graal-dev@openjdk.org hotspot-compiler hotspot-compiler-dev@openjdk.org labels Apr 5, 2024
@mlbridge
Copy link

mlbridge bot commented Apr 5, 2024

Webrevs

@TobiHartmann
Copy link
Member Author

TobiHartmann commented Apr 5, 2024

@chhagedorn reminded me that this is a product flag, so we need to obsolete it which requires a CSR. I'll update the PR shortly.

@openjdk openjdk bot added the csr Pull request needs approved CSR before integration label Apr 5, 2024
@TobiHartmann TobiHartmann changed the title 8329749: UseNeon flag is unused 8329749: Obsolete the unused UseNeon flag Apr 5, 2024
Copy link
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.

Looks good!

@TobiHartmann
Copy link
Member Author

Thanks, Christian!

Copy link
Contributor

@vnkozlov vnkozlov left a comment

Choose a reason for hiding this comment

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

Good

@openjdk openjdk bot added ready Pull request is ready to be integrated and removed csr Pull request needs approved CSR before integration labels Apr 5, 2024
@altrisi
Copy link
Contributor

altrisi commented Apr 6, 2024

Should the UseNeon enum constant this code referenced be removed too?

public enum Flag {
UseCRC32,
UseNeon,

@TobiHartmann
Copy link
Member Author

Should the UseNeon enum constant this code referenced be removed too?

Good catch. Removed as well.

@TobiHartmann
Copy link
Member Author

Thanks for the reviews, @vnkozlov, @altrisi!

@TobiHartmann
Copy link
Member Author

Thanks for the review, Andrew.

@TobiHartmann
Copy link
Member Author

/integrate

@openjdk
Copy link

openjdk bot commented Apr 8, 2024

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

  • fc18201: 8327111: Replace remaining usage of create_bool_from_template_assertion_predicate() which requires additional OpaqueLoop*Nodes transformation strategies
  • 7c66465: 8325088: Overloads that differ in type parameters may be lost
  • 6f087cb: 8328698: oopDesc::klass_raw() decodes without a null check
  • d1aad71: 8321204: C2: assert(false) failed: node should be in igvn hash table
  • 51b0abc: 8329340: Remove unused libawt code
  • 3a3b77d: 8329641: RISC-V: Enable some tests related to SHA-2 instrinsic
  • d771ec6: 8329733: Update the documentation in java.net.SocketOptions to direct to java.net.StandardSocketOptions
  • 49d8e63: 8329083: RISC-V: Update profiles supported on riscv
  • 3d50eaa: 8329784: Run MaxMetaspaceSizeTest.java with -Xshare:off
  • 862e615: 8198237: [macos] Test java/awt/Frame/ExceptionOnSetExtendedStateTest/ExceptionOnSetExtendedStateTest.java fails
  • ... and 32 more: https://git.openjdk.org/jdk/compare/f26e4308992d989d71e7fbfaa3feb95f0ea17c06...master

Your commit was automatically rebased without conflicts.

@openjdk openjdk bot added the integrated Pull request has been integrated label Apr 8, 2024
@openjdk openjdk bot closed this Apr 8, 2024
@openjdk openjdk bot removed ready Pull request is ready to be integrated rfr Pull request is ready for review labels Apr 8, 2024
@openjdk
Copy link

openjdk bot commented Apr 8, 2024

@TobiHartmann Pushed as commit 8648890.

💡 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

graal graal-dev@openjdk.org hotspot-compiler hotspot-compiler-dev@openjdk.org integrated Pull request has been integrated

Development

Successfully merging this pull request may close these issues.

5 participants