@HotSpotIntrinsicCandidate
public static int incrementExact (int a)

Returns the argument incremented by one, throwing an exception if the result overflows an int.

Parameters:
a    the value to increment

Returns:  the result

Exceptions:
ArithmeticException    if the result overflows an int

Since:  1.8