After a research for solving bug JDK-8000518, it was found that javac generates duplicates in the Constant Pool. The specific case discovered in relation with the mentioned bug has been solved but there are still some open issues.
To find all of them it is necessary to build openJDK and analyze all constant pool at all classes to find duplicates.
To find all of them it is necessary to build openJDK and analyze all constant pool at all classes to find duplicates.