8041676: remove the java.compiler system property

Reviewed-by: dholmes, alanb, rriggs, iris
This commit is contained in:
Jaikiran Pai 2023-04-20 01:49:31 +00:00
parent 781d6d793a
commit b8f0a668dd
3 changed files with 8 additions and 29 deletions

View file

@ -760,8 +760,6 @@ public final class System {
* <td>List of paths to search when loading libraries</td></tr>
* <tr><th scope="row">{@systemProperty java.io.tmpdir}</th>
* <td>Default temp file path</td></tr>
* <tr><th scope="row">{@systemProperty java.compiler}</th>
* <td>Name of JIT compiler to use</td></tr>
* <tr><th scope="row">{@systemProperty os.name}</th>
* <td>Operating system name</td></tr>
* <tr><th scope="row">{@systemProperty os.arch}</th>