< prev index next >
test/hotspot/gtest/memory/test_is_metaspace_obj.cpp
Print this page
rev 57625 : [mq]: metaspace-improvement
*** 30,39 ****
--- 30,40 ----
#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,115 ****
--- 112,117 ----
TEST_VM_F(MetaspaceIsMetaspaceObjTest, class_space) {
do_test(Metaspace::ClassType);
}
+ #endif
< prev index next >