Description
In langtools/src/share/classes/com/sun/tools/javac/sym/Profiles.java, line 51:
final Map<String, Package> packages = new TreeMap<String, Package>();
This map is declared static, and should not be. This causes problems when using the Profiles API twice in the same JVM.