On Sun, 20 Jul 2025 23:30:50 GMT, simon <d...@openjdk.org> wrote: > I think we should create some unit tests for this API and classes involved. > Where do you think that is the most appropriate location in the project to do > it?
Unit tests for `java.lang.classfile` reside in `test/jdk/jdk/classfile`. They can be run with `make test TEST=jdk/jdk/classfile`. ------------- PR Comment: https://git.openjdk.org/jdk/pull/26406#issuecomment-3094863298