Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
84eb3c927c5a90aaa63b8e82420689b4ac978730
/
.
/
test
/
2008-redefine-then-old-reflect-field
/
info.txt
blob: 08c2799392ef371b15cba6e740c324c2b4790489 [
file
] [
log
] [
blame
]
Tests that j.l.r.Field objects survive across redefinitions
We had a bug where java.lang.reflect.Field objects would be invalid after the class of the Field
they are referencing is redefined. This tests that the bug is fixed.