Changing the value of a constant (final-static-primitive) field will now
correctly trigger incremental compilation for downstream classes. This is to
account for the fact that java compilers may inline constant fields in
downstream classes. #1967/#2085 by @stuhood