< prev index next >

test/hotspot/gtest/memory/test_metaspace_allocation.cpp

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

*** 32,41 **** --- 32,43 ---- #include "utilities/debug.hpp" #include "utilities/globalDefinitions.hpp" #include "utilities/ostream.hpp" #include "unittest.hpp" + #if 0 + #define NUM_PARALLEL_METASPACES 50 #define MAX_PER_METASPACE_ALLOCATION_WORDSIZE (512 * K) //#define DEBUG_VERBOSE true
*** 269,273 **** --- 271,276 ---- TEST_VM_F(MetaspaceAllocationTest, multi_space_nonclass_2) { // many metaspaces, with humongous chunks mixed in. do_test(Metaspace::NonClassType, NUM_PARALLEL_METASPACES, 100, 1000, .006f); } + #endif
< prev index next >