RFR: JDK-8310913 Move ReferencedKeyMap to jdk.internal so it may be shared [v8]

Jim Laskey jlaskey at openjdk.org
Wed Jul 19 12:07:46 UTC 2023


On Tue, 18 Jul 2023 14:53:09 GMT, Chen Liang <liach at openjdk.org> wrote:

>> Jim Laskey has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Update test to check for gc.
>
> src/java.base/share/classes/jdk/internal/util/ReferencedKeySet.java line 97:
> 
>> 95:      * @param <E> the type of elements maintained by this set
>> 96:      */
>> 97:     public static <E> jdk.internal.util.ReferencedKeySet<E>
> 
> Suggestion:
> 
>     public static <E> ReferencedKeySet<E>

IntelliJ has this nasty habit... Changing.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/14684#discussion_r1267976218


More information about the core-libs-dev mailing list