Old JaxB and JDK8 Metaspace OutOfMemory Issue

We solved our current issue untill able to fix all occurances in our application by using the following VM-parameter:

-Dcom.sun.xml.bind.v2.bytecode.ClassTailor.noOptimize=true

I hope this will help others with similar issues…

Leave a Comment