Skip to content

Commit

Permalink
8288270: Tier1 build failures after JDK-8287178
Browse files Browse the repository at this point in the history
Reviewed-by: weijun, jiefu
  • Loading branch information
Hai-May Chao committed Jun 10, 2022
1 parent d4b473d commit f7a4be7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -161,7 +161,7 @@ default ImmutableIntegerModuloP multiplicativeInverse() {
// 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, its 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)));
}
Expand Down

1 comment on commit f7a4be7

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.