mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
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:
parent
57fbf93ef9
commit
bbcb3b638b
3 changed files with 84 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue