On Fri, 13 Mar 2026 12:51:55 GMT, Axel Boldt-Christmas <[email protected]> wrote:
> I also like to use the `StreamIndentor` to get a more tree view when doing > nested printing / printing subcategories. But not sure all agree here. I'd also like to see indentation, esp. for array elements. I think this is something we can/should address in mainline. I've filed [JDK-8380133](https://bugs.openjdk.org/browse/JDK-8380133) for tracking. > This piece of code was added considering class AccessFlags and not field > AccessFlags. ACC_IDENTITY has value 0x20, and no field flag is using this > value, leading the code above to always print "value ". Great catch. I've filed [JDK-8380129](https://bugs.openjdk.org/browse/JDK-8380129) as a follow-up. Could you confirm you're okay with this set of changes going in? ------------- PR Comment: https://git.openjdk.org/valhalla/pull/2208#issuecomment-4066331086
