mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8288270: Tier1 build failures after JDK-8287178
Reviewed-by: weijun, jiefu
This commit is contained in:
parent
d4b473d890
commit
f7a4be75fb
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ public interface IntegerModuloP {
|
|||
// this number must be non zero (modulo p).
|
||||
// 2. To flatten a 3D point to a 2D AffinePoint. This number
|
||||
// might be zero (infinity). However, since the infinity
|
||||
// is represented as (0, 0) in 2D, it’s OK returning 0 as
|
||||
// is represented as (0, 0) in 2D, it's OK returning 0 as
|
||||
// the inverse of 0, i.e. (1, 1, 0) == (1/0, 1/0) == (0, 0).
|
||||
return pow(getField().getSize().subtract(BigInteger.valueOf(2)));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue