< prev index next >

src/hotspot/share/memory/virtualspace.cpp

Print this page
rev 52333 : imported patch 8213058

@@ -1059,14 +1059,10 @@
 
 #ifndef PRODUCT
 
 #define test_log(...) \
   do {\
-    if (VerboseInternalVMTests) { \
-      tty->print_cr(__VA_ARGS__); \
-      tty->flush(); \
-    }\
   } while (false)
 
 class TestReservedSpace : AllStatic {
  public:
   static void small_page_write(void* addr, size_t size) {
< prev index next >