art/test/2008-redefine-then-old-refl.../info.txt

5 lines
227 B
Plaintext
Raw Normal View History

2025-08-25 08:21:32 +08:00
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.