aboutsummaryrefslogtreecommitdiff
path: root/vm/compiler/codegen/arm/CodegenDriver.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2010-02-01 15:32:27 -0800
committerElliott Hughes <enh@google.com>2010-02-01 15:32:27 -0800
commit497f79f9a5c4fad29d33aa70e69c77180c86e725 (patch)
tree488607c72bcbceabcdfb3e17170601b14aff5c55 /vm/compiler/codegen/arm/CodegenDriver.c
parent78b3a691d35bae162ea66fe409e161286be5aa5f (diff)
FindBugs didn't like setInternalField, and neither do I.
"Exception is caught when Exception is not thrown in java.text.DecimalFormat$1.run()" Since it will always fail anyway, because those fields don't exist, let's just junk it. It turns out that getInternalField is similarly useless, so junk it too. I've tidied the whole readObject method so it's somewhat readable now. I also fixed this FindBugs warning in passing: "Method java.text.DecimalFormat.parse(String, ParsePosition) invokes inefficient new Long(long) constructor; use Long.valueOf(long) instead"
Diffstat (limited to 'vm/compiler/codegen/arm/CodegenDriver.c')
0 files changed, 0 insertions, 0 deletions