[m-rev.] for review: add missing prereqs for .class files

Julien Fischer jfischer at opturion.com
Fri Sep 26 15:16:26 AEST 2025


On Fri, 26 Sept 2025 at 14:44, Zoltan Somogyi <zoltan.somogyi at runbox.com> wrote:
>
> I would also appreciate it if someone could point me towards
> a description of the rules that Java compilers use to decide
> what other .java files they pay attention to when compiling
> a specific .java file. I tried googling the question, but the results
> are all about the distinction between private/protected/public,
> which I already know.

There's an overview of Java compilation here:
<https://openjdk.org/groups/compiler/doc/compilation-overview/index.html>

Julien.


More information about the reviews mailing list