dd0268f9f5
Includes relevant fixes for FreeBSD from mainline development, but otherwise identical to the upstream release. Release notes for the upstream release is here: https://www.oracle.com/java/technologies/javase/26-relnote-issues.html FreeBSD related fixes on top of the upstream relese: - Serviceability Agent: fix stack traces in threads. - Serviceability Agent: simplify implementation of procadd_read_data to read memory from process being traced. - Serviceability Agent: symbol lookup would occationally fail for native symbols in shared objects. Reviewed by: fuz (mentor), jrm Approved by: fuz (mentor), jrm Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D55938
16 lines
291 B
Plaintext
16 lines
291 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
This OpenJDK implementation may require procfs(5) mounted on /proc.
|
|
|
|
If you have not done it yet, please do the following:
|
|
|
|
mount -t procfs proc /proc
|
|
|
|
To make it permanent, you need the following lines in /etc/fstab:
|
|
|
|
proc /proc procfs rw 0 0
|
|
EOM
|
|
}
|
|
]
|