提交 b87ed23d 编写于 作者: I iveresov

7104177: Tiered: -XX:+PrintCanonicalization doesn't work with -XX:+TieredCompilation

Summary: Initialize printable_bci of instruction when passed to Canonicalizer
Reviewed-by: kvn, never
上级 20e72da2
......@@ -51,6 +51,7 @@ class Canonicalizer: InstructionVisitor {
public:
Canonicalizer(Compilation* c, Value x, int bci) : _compilation(c), _canonical(x), _bci(bci) {
NOT_PRODUCT(x->set_printable_bci(bci));
if (CanonicalizeNodes) x->visit(this);
}
Value canonical() const { return _canonical; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册