On Tue, 9 May 2023 10:38:54 GMT, Johannes Bechberger <jbechber...@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

Reply via email to