< prev index next >

test/hotspot/gtest/gc/shared/test_workerDataArray.cpp

Print this page
rev 59944 : 8247819: G1: Process strong OopStorage entries in parallel
Reviewed-by:
Contributed-by: Erik ?sterlund <erik.osterlund@oracle.com>, Thomas Schatzl <thomas.schatzl@oracle.com>

*** 32,42 **** template<typename T> class WorkerDataArrayTest : public ::testing::Test { protected: WorkerDataArrayTest() : title("Test array"), ! array(title, 3), sub_item_title("Sub item array") { array.create_thread_work_items(sub_item_title); } --- 32,42 ---- template<typename T> class WorkerDataArrayTest : public ::testing::Test { protected: WorkerDataArrayTest() : title("Test array"), ! array(NULL, title, 3), sub_item_title("Sub item array") { array.create_thread_work_items(sub_item_title); }
< prev index next >