-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 11, 17, 19, 20, 21
-
Component/s: hotspot
In some scenarios CompileBroker::invoke_compiler_on_method is not called. This leads to CompileTask::_directive being leaked, as the call to DirectivesStack::release is in CompileBroker::invoke_compiler_on_method. It should be moved to CompileTask::free.
- links to
-
Review
openjdk/jdk/13108