HotSpot has a code style that is currently partially enforced via source tests and a rather unwieldy forbidding system. It would be nice to remove all that and have a static analyzer that can more properly analyze the source code under src/hotspot. This would allow us to remove the existing systems that have their own problems and also enforce more of HotSpot's code style that currently isn't enforceable.
- links to
-
Review(master) openjdk/jdk/27054