-
Bug
-
Resolution: Fixed
-
P4
-
8, 11, 17, 21, 22
-
b26
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8364010 | 21.0.9 | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
In theory, you can run "make install" on a newly built JDK to have it installed in /usr/local/bin, just as with many system tools.
This is not recommended to do. You might mess up your boot JDK, and Java installations generally do not work like this. (Instead, you are likely to have symbolic links to e.g. bin/java, bin/javac etc in a JDK home.)
This code is not only old and untested, I also think it offers the user a very unwise move. It should be removed.
This is not recommended to do. You might mess up your boot JDK, and Java installations generally do not work like this. (Instead, you are likely to have symbolic links to e.g. bin/java, bin/javac etc in a JDK home.)
This code is not only old and untested, I also think it offers the user a very unwise move. It should be removed.
- backported by
-
JDK-8364010 Remove ill-adviced "make install" target
-
- Resolved
-
- links to
-
Commit openjdk/jdk/ebbef629
-
Commit(master) openjdk/jdk21u-dev/6efa88d4
-
Review openjdk/jdk/16826
-
Review(master) openjdk/jdk21u-dev/2008