String Compression (interpreter only) bug fix
String with length 0 considered to be compressible, so the length should be -2147483648 or -(1 << 31). Change-Id: Ie71f17a0e66efe9a65a8a76d4cee776db636550f
Loading
Please sign in to comment
String with length 0 considered to be compressible, so the length should be -2147483648 or -(1 << 31). Change-Id: Ie71f17a0e66efe9a65a8a76d4cee776db636550f