Integrated: 8322982: CTW fails to build after 8308753

Xin Liu xliu at openjdk.org
Wed Jan 10 19:44:31 UTC 2024


On Mon, 8 Jan 2024 03:19:52 GMT, Xin Liu <xliu at openjdk.org> wrote:

> This patch fixes the build error of CTW by sidelining ModuleInfoWriter.java. ModuleInfoWriter uses Class-File API, which has transitioned to preview.
> If we really need to compile it, we have to append --enable-preview and --source N. 
> 
> The fact is CTW itself doesn't depend on ModuleInfoWriter. I think it's easier to maintain CTW if we filter it out in Makefile.

This pull request has now been integrated.

Changeset: d89602a5
Author:    Xin Liu <xliu at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/d89602a53f173e4fc1e0aa10bb0ffdf7232456cb
Stats:     8 lines in 1 file changed: 1 ins; 4 del; 3 mod

8322982: CTW fails to build after 8308753

Reviewed-by: shade, phh

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

PR: https://git.openjdk.org/jdk/pull/17292


More information about the hotspot-compiler-dev mailing list