@HotSpotIntrinsicCandidate
public static int decrementExact (int a)

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

Parameters:
a    the value to decrement

Returns:  the result

Exceptions:
ArithmeticException    if the result overflows an int

Since:  1.8