< prev index next >

test/hotspot/gtest/memory/test_spaceManager.cpp

Print this page
rev 57511 : [mq]: metaspace-improvement

*** 23,33 **** #include "precompiled.hpp" #include "memory/metaspace/spaceManager.hpp" using metaspace::SpaceManager; ! // The test function is only available in debug builds #ifdef ASSERT #include "unittest.hpp" --- 23,33 ---- #include "precompiled.hpp" #include "memory/metaspace/spaceManager.hpp" using metaspace::SpaceManager; ! #if 0 // The test function is only available in debug builds #ifdef ASSERT #include "unittest.hpp"
*** 70,74 **** --- 70,75 ---- test_adjust_initial_chunk_size(true); test_adjust_initial_chunk_size(false); } #endif // ASSERT + #endif
< prev index next >