8343305: Remove Indify-dependent microbenchmarks#21807
8343305: Remove Indify-dependent microbenchmarks#21807cl4es wants to merge 1 commit intoopenjdk:masterfrom
Conversation
|
👋 Welcome back redestad! A progress list of the required criteria for merging this PR into |
|
@cl4es 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: 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 11 new commits pushed to the
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 |
|
Thanks @liach I'll wait for someone from build-dev to have a look before integration. |
|
Thanks everyone! /integrate |
|
Going to push as commit 2932144.
Your commit was automatically rebased without conflicts. |
Benchmarks using Indify was added to the JMH microbenchmarks corpus in the JDK 8 timeframe. This adds overhead to the microbenchmarks build and has been blocking/slowing progress on some indy-based prototyping as the indify tool itself may not be 100% forward compatible.
I suggest we remove the Indify pass from the OpenJDK JMH test module and remove the microbenchmarks which depend on the tool.
These microbenchmarks will still available to build and run out of the standalone https://github.com/openjdk/jmh-jdk-microbenchmarks project:
https://github.com/openjdk/jmh-jdk-microbenchmarks/blob/master/micros-jdk8/src/main/java/org/openjdk/bench/java/lang/invoke/CallSiteSetTarget.java
https://github.com/openjdk/jmh-jdk-microbenchmarks/blob/master/micros-jdk8/src/main/java/org/openjdk/bench/java/lang/invoke/CallSiteSetTargetSelf.java
https://github.com/openjdk/jmh-jdk-microbenchmarks/blob/master/micros-jdk8/src/main/java/org/openjdk/bench/java/lang/invoke/CallSiteStable.java
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/21807/head:pull/21807$ git checkout pull/21807Update a local copy of the PR:
$ git checkout pull/21807$ git pull https://git.openjdk.org/jdk.git pull/21807/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 21807View PR using the GUI difftool:
$ git pr show -t 21807Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/21807.diff
Using Webrev
Link to Webrev Comment