Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083188 | emb-9 | Unassigned | P4 | Resolved | Fixed | team |
Problem: we need to redefine class w/ given name from existing byte code. loadClass first tries to load class using parent or bootstrap classloader and doesn't really reload class as new.
Solution: override loadClass to break delegation for given className.
Solution: override loadClass to break delegation for given className.
- backported by
-
JDK-8083188 Update c.o.j.t.ByteCodeLoader to be able really reload given class
-
- Resolved
-
- blocks
-
JDK-8059551 JEP-JDK-8043304: Test task: stress tests
-
- Resolved
-