Actions
Bug #6454
closedAnonymous classes should delete tmp_classpath on dup
Bug #6454:
Anonymous classes should delete tmp_classpath on dup
Description
When an anonymous class is duped, it should delete tmp_classpath from the iv table so that subsequent calls to inspect on the duped class will have different results.
I've attached a test case to demonstrate the problem.
Files
Actions