@HotSpotIntrinsicCandidate
public static long decrementExact (long a)

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

Parameters:
a    the value to decrement

Returns:  the result

Exceptions:
ArithmeticException    if the result overflows a long

Since:  1.8