]
Brian Stansberry updated WFCORE-3150:
-------------------------------------
Fix Version/s: 3.0.0.CR1
Avoid multiple loading of ParallelBootOperationContext
------------------------------------------------------
Key: WFCORE-3150
URL:
https://issues.jboss.org/browse/WFCORE-3150
Project: WildFly Core
Issue Type: Task
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 3.0.0.CR1
Analysis of the contents of metaspace shows that ParallellBootOperationContext and
ParallellBootOperationContext$1 end up in memory multiple times. This indicates a problem
with the classloader, for which I'll file a JBoss Modules bug, but a change in WildFly
Core can work around the problem.