mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-29 14:52:52 +00:00
7091290: fails to build jdk8 b05 Embedded build
Reviewed-by: xuelei, dholmes
This commit is contained in:
parent
b88865d91f
commit
4d4a89de9b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user