test/hotspot/gtest/utilities/test_concurrentHashtable.cpp
changeset 50815 54a285a5c6cb
parent 50608 1609a43e77ae
child 51179 516acf6956a2
--- a/test/hotspot/gtest/utilities/test_concurrentHashtable.cpp	Wed Jun 27 11:54:15 2018 +0200
+++ b/test/hotspot/gtest/utilities/test_concurrentHashtable.cpp	Wed Jun 27 12:46:15 2018 +0200
@@ -213,7 +213,7 @@
   if (bdt.prepare(thr)) {
     while(bdt.do_task(thr, getinsert_bulkdelete_eval, getinsert_bulkdelete_del)) {
       bdt.pause(thr);
-      EXPECT_TRUE(bdt.cont(thr)) << "Uncontended continue should work.";
+      bdt.cont(thr);
     }
     bdt.done(thr);
   }