AdoptOpenJDK/jitwatch

Fix code cache visualisation since segmented code cache

chriswhocodes opened this issue · 0 comments

The code cache view is less useful since JDK9 introduced the segmented code cache. The compiled methods are much harder to spot visually.

Need to obtain the correct address ranges for the native, profiled, and non-profiled segments and when viewing a compiled method, only show the address range for the segment containing that method.