commit | 42c3dcab552e5bccf4afb1863cbe748c33b93d60 | [log] [tgz] |
---|---|---|
author | Dean Long <dlong@openjdk.org> | Wed Oct 21 18:05:45 2015 -0400 |
committer | Dean Long <dlong@openjdk.org> | Wed Oct 21 18:05:45 2015 -0400 |
tree | dedf4c9d14c51865a532722a3f9523ede6adda66 | |
parent | 98073abeef43681019710c961d6b9fd5618ff94d [diff] |
8140267: assert(is_native_ptr || alias_type->adr_type() == TypeOopPtr::BOTTOM || alias_type->field() != __null || alias_type->element() != __null) failed: field, array element or unknown Back out 8136473 Reviewed-by: twisti