You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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.
|