On Wed, 17 May 2023 19:14:20 GMT, Jim Laskey <jlas...@openjdk.org> wrote:

> As reported by Marc Hoffman of javaalmanac.io, in a recent JDK 21 build there 
> are new public types nested in non-public interfaces: 
> 
> java.lang.runtime.ReferenceKey.SoftKey 
> java.lang.runtime.ReferenceKey.StrongKey 
> java.lang.runtime.ReferenceKey.WeakKey 
> java.util.Digits.DecimalDigits 
> java.util.Digits.HexDigits 
> java.util.Digits.OctalDigits
> 
> This PR moves the nested classes to neighbouring package private classes

Marked as reviewed by darcy (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/14039#pullrequestreview-1442553002

Reply via email to