commit | 9899be9d275082095c2bf6f89ddbfd49fc53227b | [log] [tgz] |
---|---|---|
author | Jesse Wilson <jessewilson@google.com> | Wed Sep 30 14:44:20 2009 -0700 |
committer | Jesse Wilson <jessewilson@google.com> | Wed Sep 30 14:44:20 2009 -0700 |
tree | 70cc71639143a4f08b4444aa45ed5274f2ec4d5d | |
parent | bb710e3294c57587f327c5e365353af81aa2cb5f [diff] |
Fixing a Harmony regression in ObjectInputStream. We check the field type against the instance being populated and not the field descriptor on the wire. The root cause is a bug in Harmony which we should send upstream.