Skip to content

Commit 3634a91

Browse files
committedMay 30, 2024
8332751: Broken link in VirtualMachine.html
Reviewed-by: amenkov, alanb
1 parent ffb0867 commit 3634a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/jdk.jdi/share/classes/com/sun/jdi/VirtualMachine.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ default List<ModuleReference> allModules() {
262262
* with <a href="{@docRoot}/../specs/jni/index.html">JNI code</a>.
263263
*
264264
* <p> It is implementation dependent if the list contains elements for live
265-
* <a href=../../api/java.base/java/lang/Thread.html#virtual-threads>virtual threads</a>
265+
* <a href={@docRoot}/java.base/java/lang/Thread.html#virtual-threads>virtual threads</a>
266266
* in the target VM. The target VM may not return any references to virtual threads,
267267
* or it may be configured to return a reference to some or all virtual threads.
268268
* Tools that want to track all virtual threads may enable {@link ThreadStartRequest}

0 commit comments

Comments
 (0)
Please sign in to comment.