-
Enhancement
-
Resolution: Fixed
-
P4
-
25
-
b23
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-8216360 Deprecate -XX:CompilationPolicyChoice
-
- Resolved
-
-
JDK-8231269 CompileTask::is_unloaded is slow due to JNIHandles type checks
-
- Open
-
- links to
-
Commit(master) openjdk/jdk/48d2acb3
-
Review(master) openjdk/jdk/25185