--- old/src/hotspot/os/linux/os_linux.cpp 2018-10-30 13:52:14.000000000 -0700 +++ new/src/hotspot/os/linux/os_linux.cpp 2018-10-30 13:52:14.000000000 -0700 @@ -5958,10 +5958,6 @@ #define test_log(...) \ do { \ - if (VerboseInternalVMTests) { \ - tty->print_cr(__VA_ARGS__); \ - tty->flush(); \ - } \ } while (false) class TestReserveMemorySpecial : AllStatic {