--- old/src/hotspot/share/oops/constantPool.cpp 2018-08-06 14:14:00.278702053 -0400 +++ new/src/hotspot/share/oops/constantPool.cpp 2018-08-06 14:14:00.042702061 -0400 @@ -2490,9 +2490,9 @@ if (has_preresolution()) st->print("/preresolution"); if (operands() != NULL) st->print("/operands[%d]", operands()->length()); print_address_on(st); - st->print(" for "); - pool_holder()->print_value_on(st); if (pool_holder() != NULL) { + st->print(" for "); + pool_holder()->print_value_on(st); bool extra = (pool_holder()->constants() != this); if (extra) st->print(" (extra)"); }