OSDN Git Service

String Compression (interpreter only) bug fix
authorjessicahandojo <jessicahandojo@google.com>
Sat, 10 Sep 2016 02:05:34 +0000 (19:05 -0700)
committerjessicahandojo <jessicahandojo@google.com>
Sat, 10 Sep 2016 02:05:34 +0000 (19:05 -0700)
commit7908c8e778487116a55739791d45a717560b336f
tree45ed4137097a7e0b4fde6cd2401931d26aa5dbe8
parented0f9c4028947a1f2d8ffd957c414a524827cf13
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
runtime/mirror/string-inl.h