hg: jdk10/hs/hotspot: 8172514: Stop checking for duplicate packages in the JVM_DefineModule() package list
harold.seigel at oracle.com
harold.seigel at oracle.com
Fri Mar 10 13:58:51 UTC 2017
Changeset: 03118405bf4f
Author: hseigel
Date: 2017-03-10 08:04 -0500
URL: http://hg.openjdk.java.net/jdk10/hs/hotspot/rev/03118405bf4f
8172514: Stop checking for duplicate packages in the JVM_DefineModule() package list
Summary: Use GrowableArray append() instead of append_if_missing() to stop searching for duplicates
Reviewed-by: redestad, coleenp, dholmes, gtriantafill
! src/share/vm/classfile/modules.cpp
! src/share/vm/classfile/modules.hpp
! test/runtime/modules/JVMDefineModule.java
More information about the jdk10-hs-changes
mailing list