--- old/src/share/vm/gc/cms/promotionInfo.hpp 2015-11-19 15:35:02.658129422 +0100 +++ new/src/share/vm/gc/cms/promotionInfo.hpp 2015-11-19 15:35:02.542129426 +0100 @@ -132,7 +132,7 @@ } void print_on(outputStream* st) const; - void print() const { print_on(gclog_or_tty); } + void print() const { print_on(tty); } }; class PromotionInfo VALUE_OBJ_CLASS_SPEC {