There are a number of references to "Oracle VM" in the conninv.html document:
https://docs.oracle.com/en/java/javase/16/docs/specs/jpda/conninv.html
These should be replaced with just "VM". In places where "Oracle VM" is being used to distinguish from possibly different VM implementations, the docs can be simplified by not calling out possible differences. For example:
"This connector can be used by a debugger application to launch an Oracle VM or any other VM which supports the same invocation options with respect to debugging."
can be simplified to:
"This connector can be used by a debugger application to launch a VM."
And the following:
"For an Oracle VM, the necessary options are described in Oracle VM Invocation Options."
can be simplified to:
"The necessary options are described in VM Invocation Options."
https://docs.oracle.com/en/java/javase/16/docs/specs/jpda/conninv.html
These should be replaced with just "VM". In places where "Oracle VM" is being used to distinguish from possibly different VM implementations, the docs can be simplified by not calling out possible differences. For example:
"This connector can be used by a debugger application to launch an Oracle VM or any other VM which supports the same invocation options with respect to debugging."
can be simplified to:
"This connector can be used by a debugger application to launch a VM."
And the following:
"For an Oracle VM, the necessary options are described in Oracle VM Invocation Options."
can be simplified to:
"The necessary options are described in VM Invocation Options."
- relates to
-
JDK-8263323 Debug Agent help output includes invalid URL
-
- Resolved
-