You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (cast_t == nullptr || cast_t->make_ptr()->isa_instptr() == nullptr) {
562
-
NOT_PRODUCT(use->dump();)
563
-
NOT_PRODUCT(if (TraceReduceAllocationMerges) tty->print_cr("Can NOT reduce Phi %d on invocation %d. CastPP is not to an instance.", n->_idx, _invocation);)
562
+
#ifndef PRODUCT
563
+
if (TraceReduceAllocationMerges) {
564
+
tty->print_cr("Can NOT reduce Phi %d on invocation %d. CastPP is not to an instance.", n->_idx, _invocation);
1 commit comments
openjdk-notifier[bot] commentedon Apr 24, 2024
Review
Issues