Skip to content

8383882: javac: incremental compilation using --module misses classes#31044

Draft
JornVernee wants to merge 8 commits intoopenjdk:masterfrom
JornVernee:IncrementalComp
Draft

8383882: javac: incremental compilation using --module misses classes#31044
JornVernee wants to merge 8 commits intoopenjdk:masterfrom
JornVernee:IncrementalComp

Conversation

@JornVernee
Copy link
Copy Markdown
Member

@JornVernee JornVernee commented May 5, 2026

Draft:

  • Recompile every source file in a module when any of the sources in the module was updated
  • Any other module passed to --module that depends on a recompiled module is also recompiled.
  • Future work: Elide compilation of dependent modules if the API of a recompiled module didn't change.


Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue

Issue

  • JDK-8383882: javac: incremental compilation using --module misses classes (Bug - P4)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/31044/head:pull/31044
$ git checkout pull/31044

Update a local copy of the PR:
$ git checkout pull/31044
$ git pull https://git.openjdk.org/jdk.git pull/31044/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 31044

View PR using the GUI difftool:
$ git pr show -t 31044

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/31044.diff

@bridgekeeper
Copy link
Copy Markdown

bridgekeeper Bot commented May 5, 2026

👋 Welcome back jvernee! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk
Copy link
Copy Markdown

openjdk Bot commented May 5, 2026

❗ This change is not yet ready to be integrated.
See the Progress checklist in the description for automated requirements.

@openjdk openjdk Bot added the compiler compiler-dev@openjdk.org label May 5, 2026
@openjdk
Copy link
Copy Markdown

openjdk Bot commented May 5, 2026

@JornVernee The following label will be automatically applied to this pull request:

  • compiler

When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

compiler compiler-dev@openjdk.org

Development

Successfully merging this pull request may close these issues.

1 participant