-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 9
-
Component/s: hotspot
-
b137
In case non-methods code cache have no free space, a fallback to use non-profiled methods cache is enabled(see CodeCache::allocate). As result, no CompileBroker::handle_full_code_cache is called for non-methods cache and no respective warnings and jfr events are fired. Should be fixed to fire jfr event(without disabling compilation)