8297041: Remove the last remnants of sjavac

Reviewed-by: cstein, erikj, jjg
This commit is contained in:
Magnus Ihse Bursie
2022-11-17 09:20:22 +00:00
parent 636040f875
commit 4527dc67be
112 changed files with 707 additions and 11208 deletions

View File

@@ -1333,12 +1333,12 @@ it.
To use, setup an icecc network, and install icecc on the build machine. Then
run `configure` using `--enable-icecc`.
### Using sjavac
### Using the javac server
To speed up compilation of Java code, especially during incremental compilations,
the sjavac server is automatically enabled in the configuration step by default.
To explicitly enable or disable sjavac, use either `--enable-javac-server`
or `--disable-javac-server`.
To speed up compilation of Java code, especially during incremental
compilations, the javac server is automatically enabled in the configuration
step by default. To explicitly enable or disable the javac server, use either
`--enable-javac-server` or `--disable-javac-server`.
### Building the Right Target