-
Enhancement
-
Resolution: Fixed
-
P4
-
25
-
master
A lot of SA infrastructure was added to support SA compiler replay with JDK-7088955. With JDK-8315488, we got rid from the most of it. CompileTask seems to be left behind. Nothing uses it in SA now.
Now, for Leyden, we want to massage CompileTask for better performance and reliability (JDK-8231269), and keeping CompileTask in SA would require us to implement a whole bunch of complicated, but unnecessary code.
So, it would be good to purge CompileTask from SA.
Now, for Leyden, we want to massage CompileTask for better performance and reliability (JDK-8231269), and keeping CompileTask in SA would require us to implement a whole bunch of complicated, but unnecessary code.
So, it would be good to purge CompileTask from SA.
- blocks
-
JDK-8231269 CompileTask::is_unloaded is slow due to JNIHandles type checks
-
- Open
-
- relates to
-
JDK-8315488 Remove outdated and unused ciReplay support from SA
-
- Resolved
-
-
JDK-7088955 add C2 IR support to the SA
-
- Closed
-
- links to
-
Commit(master) openjdk/jdk/0edd018a
-
Review(master) openjdk/jdk/24832