RFR: 8307732: build-test-lib is broken

Daniel Jeliński djelinski at openjdk.org
Tue May 9 11:48:22 UTC 2023


On Tue, 9 May 2023 10:38:54 GMT, Johannes Bechberger <jbechberger at openjdk.org> wrote:

> Fixes the issue by adding `--add-exports` for the required modules and making the `HttpHeaderParser` final (fixing an issue with calling overridable methods in a constructor).

That's interesting. How did you find this? Is the result of this target used anywhere?
As far as I could tell, the `build-test-lib` target itself is not used anywhere. The classes that fail to compile here are used by tests without any problems - each test specifies the necessary imports individually. Should we remove this make target instead?

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

PR Comment: https://git.openjdk.org/jdk/pull/13885#issuecomment-1540007948



More information about the build-dev mailing list