Previously, calls to {Byte,Short}.compare{Unsigned,} resulted in exceptions such as the following:
java.lang.ClassCastException: class java.lang.Short cannot be cast to class java.lang.Integer (java.lang.Short and java.lang.Integer are in module java.base of loader 'bootstrap')
at com.code_intelligence.jazzer.runtime.TraceCmpHooks.integerCompare(TraceCmpHooks.java:40)
...
Previously, calls to
{Byte,Short}.compare{Unsigned,}
resulted in exceptions such as the following:Fixes #790