8223537: testlibrary_tests/ctw/ClassesListTest.java fails with Agent timeout frequently

Thu, 09 May 2019 18:38:42 -0700

author
xliu
date
Thu, 09 May 2019 18:38:42 -0700
changeset 9691
556282e43cc1
parent 9690
61d955db2a5b
child 9692
d0e9ea95f04b

8223537: testlibrary_tests/ctw/ClassesListTest.java fails with Agent timeout frequently
Reviewed-by: thartmann, kvn

src/share/vm/compiler/compileBroker.cpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/compiler/compileBroker.cpp	Wed Jun 05 03:07:31 2019 +0100
     1.2 +++ b/src/share/vm/compiler/compileBroker.cpp	Thu May 09 18:38:42 2019 -0700
     1.3 @@ -753,8 +753,8 @@
     1.4    }
     1.5    if (task != NULL) {
     1.6      remove(task);
     1.7 -    purge_stale_tasks(); // may temporarily release MCQ lock
     1.8    }
     1.9 +  purge_stale_tasks(); // may temporarily release MCQ lock
    1.10    return task;
    1.11  }
    1.12  

mercurial