45a1245cb0
RoleSet.class.getMethods() returns the same methods on both OpenJDK 11 and OpenJ9 JDK 11 but the order is different. OpenJDK 11 returns `public void org.apache.activemq.artemis.core.config.impl.RoleSet.add` before `public boolean java.util.HashSet.add` while OpenJ9 JDK 11 returns `public boolean java.util.HashSet.add` before `public void org.apache.activemq.artemis.core.config.impl.RoleSet.add` |
||
---|---|---|
.. | ||
src | ||
pom.xml |