commit | b5f64bc92510dbe3bd3bfc61314edf43674219f2 | [log] [tgz] |
---|---|---|
author | Andy McFadden <fadden@android.com> | Wed Jun 10 14:11:07 2009 -0700 |
committer | Andy McFadden <fadden@android.com> | Wed Jun 10 14:11:07 2009 -0700 |
tree | d137de1075bf28ba032643199fbfb17330a917ab | |
parent | 29bd5064638db05888a19898f44e4d72ae35edc5 [diff] |
Allow {iput,sput}-boolean on a byte value. javac generates code that can only be understood as storing a byte value into a boolean field. The verifier now allows this.