On Thu, 29 Jan 2026 09:07:54 GMT, Quan Anh Mai <[email protected]> wrote:
>> Its contained in VectorSupport class which makes it implicitly scoped for >> external uses without being a named (scoped) enum > > I mean an `enum class`. With this we just pass `int` around which is not > recommended. I don't see this gets resolved. My suggestion is to use a scoped enum so we have a strongly typed value instead of using an unscoped enum and passing `int` all over the places. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/29481#discussion_r2741147870
