blob: 08c2799392ef371b15cba6e740c324c2b4790489 [file] [log] [blame]
Alex Light163652e2020-01-08 15:18:25 -08001Tests that j.l.r.Field objects survive across redefinitions
2
3We had a bug where java.lang.reflect.Field objects would be invalid after the class of the Field
4they are referencing is redefined. This tests that the bug is fixed.