-
Enhancement
-
Resolution: Fixed
-
P4
-
24
-
b22
I would like to refactor and improve the test /oracle-work/jdk-fork6/open/test/hotspot/jtreg/compiler/loopopts/superword/TestDependencyOffsets.java
It currently is generated with a python script, and should instead use the new CompileFramework.
It would allow us to perform some additional random checks, and allows us to have the code-gen all in Java.
I will also need to change some IR rules soon because ofJDK-8334431, and so this refactor would come in handy for that too.
It currently is generated with a python script, and should instead use the new CompileFramework.
It would allow us to perform some additional random checks, and allows us to have the code-gen all in Java.
I will also need to change some IR rules soon because of
- relates to
-
JDK-8337221 CompileFramework: test library to conveniently compile java and jasm sources for fuzzing
- Resolved
- links to
-
Commit(master) openjdk/jdk/e96b4cf0
-
Review(master) openjdk/jdk/21541