We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb0867 commit 3634a91Copy full SHA for 3634a91
src/jdk.jdi/share/classes/com/sun/jdi/VirtualMachine.java
@@ -262,7 +262,7 @@ default List<ModuleReference> allModules() {
262
* with <a href="{@docRoot}/../specs/jni/index.html">JNI code</a>.
263
*
264
* <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>
+ * <a href={@docRoot}/java.base/java/lang/Thread.html#virtual-threads>virtual threads</a>
266
* in the target VM. The target VM may not return any references to virtual threads,
267
* or it may be configured to return a reference to some or all virtual threads.
268
* Tools that want to track all virtual threads may enable {@link ThreadStartRequest}
0 commit comments