< prev index next >

test/hotspot/gtest/memory/test_is_metaspace_obj.cpp

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

@@ -30,10 +30,11 @@
 #include "runtime/os.hpp"
 #include "unittest.hpp"
 
 using namespace metaspace;
 
+#if 0
 
 // Test the cheerful multitude of metaspace-contains-functions.
 class MetaspaceIsMetaspaceObjTest : public ::testing::Test {
   Mutex* _lock;
   ClassLoaderMetaspace* _ms;

@@ -111,5 +112,6 @@
 
 TEST_VM_F(MetaspaceIsMetaspaceObjTest, class_space) {
   do_test(Metaspace::ClassType);
 }
 
+#endif
< prev index next >