For a Java code base with >100 interfaces xmlvm (--target=c) throws java.lang.RuntimeException “Color conflict with neighbor in interface” in org.xmlvm.util.ObjectHierarchyHelper#verifyConflictGraph().
Root cause may be that #colorNode() treats -1 as special color, whereas #verifyConflictGraph() does not. A possible bug fix is attached.