-
Enhancement
-
Resolution: Unresolved
-
P4
-
24
-
Fix Understood
Big Java applications can have a lot of nmethods during their lifetime. They usually have actively used (hot) nmethods and not actively used (cold) nmethods. Cold nmethods can make the placement of hot nmethods sparse.
We need a JMH benchmark showing performance impact of active code being sparse.
We need a JMH benchmark showing performance impact of active code being sparse.
- relates to
-
JDK-8326205 Grouping frequently called C2 nmethods in CodeCache
-
- Open
-
- links to
-
Review(master) openjdk/jdk/23831