mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
6533010: SPEC: A few broken links in jvmti.html
Fix the incorrect links in jvmti.html reported by the LinkCheck tool Reviewed-by: jjh, dholmes
This commit is contained in:
parent
4e5ebae2d3
commit
cb6de38554
2 changed files with 29 additions and 20 deletions
|
@ -69,7 +69,7 @@ class JvmtiEnvBase : public CHeapObj<mtInternal> {
|
|||
enum {
|
||||
JDK15_JVMTI_VERSION = JVMTI_VERSION_1_0 + 33, /* version: 1.0.33 */
|
||||
JDK16_JVMTI_VERSION = JVMTI_VERSION_1_1 + 102, /* version: 1.1.102 */
|
||||
JDK17_JVMTI_VERSION = JVMTI_VERSION_1_2 + 1 /* version: 1.2.1 */
|
||||
JDK17_JVMTI_VERSION = JVMTI_VERSION_1_2 + 2 /* version: 1.2.2 */
|
||||
};
|
||||
|
||||
static jvmtiPhase get_phase() { return _phase; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue