提交 cf002e83 编写于 作者: W weijun

7091290: fails to build jdk8 b05 Embedded build

Reviewed-by: xuelei, dholmes
上级 27c2dcc3
......@@ -157,7 +157,7 @@ public class Oid {
return (true);
if (other instanceof Oid)
return this.oid.equals(((Oid) other).oid);
return this.oid.equals((Object)((Oid) other).oid);
else if (other instanceof ObjectIdentifier)
return this.oid.equals(other);
else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册