-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
25
This gave me some grief when implementing JDK-8231269. From the initializations, it looks to me that `CompilerTask::hot_method()` is either `method()` or `nullptr`. In both cases, we do nothing special. So tracking `hot_method` is redundant, and can be purged. This improves performance a little, since it avoids extra handle-izing across compiler code, and of course it simplifies coding as well.
- relates to
-
JDK-8231269 CompileTask::is_unloaded is slow due to JNIHandles type checks
-
- Open
-
- links to
-
Review(master) openjdk/jdk/25185