Commit 5bd70d1
committed
Remove element from protectionDomains when resetting the class loader
When we reset the class loader with the new transformed classes, we need
to make sure we drop the element from the protectionDomains, otherwise
the MemoryClassPathElement is kept as a key and leaks to the next
test/dev mode runs.
Fixes quarkusio#516881 parent d980f91 commit 5bd70d1
File tree
1 file changed
+2
-0
lines changed- independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| 236 | + | |
| 237 | + | |
236 | 238 | | |
237 | 239 | | |
238 | 240 | | |
| |||
0 commit comments