< prev index next >

test/hotspot/gtest/memory/test_chunkManager.cpp

Print this page
rev 50187 : imported patch metaspace-split
rev 50188 : [mq]: 8176808-split-metaspace-cpp-2

*** 28,38 **** // The test function is only available in debug builds #ifdef ASSERT #include "unittest.hpp" ! using namespace metaspace::internals; TEST(ChunkManager, list_index) { // Test previous bug where a query for a humongous class metachunk, // incorrectly matched the non-class medium metachunk size. --- 28,38 ---- // The test function is only available in debug builds #ifdef ASSERT #include "unittest.hpp" ! using namespace metaspace; TEST(ChunkManager, list_index) { // Test previous bug where a query for a humongous class metachunk, // incorrectly matched the non-class medium metachunk size.
< prev index next >