-
Bug
-
Resolution: Fixed
-
P4
-
8, 9
-
b01
-
x86_64
-
windows_7
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8247190 | emb-8u261 | Padmapriya Prasad | P4 | Resolved | Fixed | team |
A DESCRIPTION OF THE PROBLEM :
In the section "How the Java Runtime Finds User Classes", there are several typos that should be corrected to get the details correct:
1) In the second para, the leading [back]slash should be removed from each of the cited Solaris and Windows paths; it is not stated that the myclasses directory is a subfolder of the root directory, which the full pathnames imply/specify.
2) In the third para, the names of the two operating systems should be swapped so that the correct [back]slash-ed pathname is associated.
3) In the first bullet, the name of the folder should be JUST . and not *.* which is in keeping with the rest of the working and the current implementation (as confirmed by the sample demo program I submitted with my earlier bug report today.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
See Description
ACTUAL -
See Description
URL OF FAULTY DOCUMENTATION :
http://docs.oracle.com/javase/8/docs/technotes/tools/unix/findingclasses.html
In the section "How the Java Runtime Finds User Classes", there are several typos that should be corrected to get the details correct:
1) In the second para, the leading [back]slash should be removed from each of the cited Solaris and Windows paths; it is not stated that the myclasses directory is a subfolder of the root directory, which the full pathnames imply/specify.
2) In the third para, the names of the two operating systems should be swapped so that the correct [back]slash-ed pathname is associated.
3) In the first bullet, the name of the folder should be JUST . and not *.* which is in keeping with the rest of the working and the current implementation (as confirmed by the sample demo program I submitted with my earlier bug report today.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
See Description
ACTUAL -
See Description
URL OF FAULTY DOCUMENTATION :
http://docs.oracle.com/javase/8/docs/technotes/tools/unix/findingclasses.html
- backported by
-
JDK-8247190 Typos on "How Classes are Found" web page on Oracle site
- Resolved