8230402: Allocation of compile task fails with assert: "Leaking compilation tasks?"

Remove assert that is only hit with hand written edge case tests.

Reviewed-by: kvn, thartmann
This commit is contained in:
Christian Hagedorn 2020-05-04 10:23:23 +02:00
parent 57fbf93ef9
commit bbcb3b638b
3 changed files with 84 additions and 12 deletions

View file

@ -75,10 +75,6 @@ class CompileTask : public CHeapObj<mtCompiler> {
private:
static CompileTask* _task_free_list;
#ifdef ASSERT
static int _num_allocated_tasks;
#endif
Monitor* _lock;
uint _compile_id;
Method* _method;