< prev index next >

test/hotspot/gtest/memory/test_chunkManager.cpp

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

@@ -23,10 +23,12 @@
 
 #include "precompiled.hpp"
 #include "memory/metaspace/chunkManager.hpp"
 #include "memory/metaspace/metaspaceCommon.hpp"
 
+#if 0
+
 // The test function is only available in debug builds
 #ifdef ASSERT
 
 #include "unittest.hpp"
 

@@ -63,7 +65,7 @@
     ASSERT_TRUE(manager.list_index(MediumChunk) == MediumIndex);
     ASSERT_TRUE(manager.list_index(MediumChunk + SpecializedChunk) == HumongousIndex);
   }
 
 }
-
+#endif
 #endif // ASSERT
< prev index next >