diff --git a/.gitignore b/.gitignore index 9145a9fa67b0..2d82e0d943c1 100644 --- a/.gitignore +++ b/.gitignore @@ -23,5 +23,3 @@ NashornProfile.txt /.gdbinit /.lldbinit **/core.[0-9]* -*.rej -*.orig diff --git a/.jcheck/conf b/.jcheck/conf index 27adc61e5340..84e19c1d09ba 100644 --- a/.jcheck/conf +++ b/.jcheck/conf @@ -1,7 +1,7 @@ [general] project=jdk-updates jbs=JDK -version=25.0.3 +version=25.0.4 [checks] error=author,committer,reviewers,merge,issues,executable,symlink,message,hg-tag,whitespace,problemlists,copyright diff --git a/doc/building.html b/doc/building.html index 51ced17fe99d..1fbac93a075b 100644 --- a/doc/building.html +++ b/doc/building.html @@ -1380,10 +1380,9 @@

ALSA

can specify it by --with-alsa.

X11

-

You will need X11 libraries suitable for your target system. -In most cases, using Debian's pre-built libraries work fine.

-

Note that X11 is needed even if you only want to build a headless -JDK.

+

When not building a headless JDK, you will need X11 libraries +suitable for your target system. In most cases, using Debian's +pre-built libraries work fine.