Skip to content

Commit

Permalink
8332751: Broken link in VirtualMachine.html
Browse files Browse the repository at this point in the history
Reviewed-by: amenkov, alanb
  • Loading branch information
plummercj committed May 30, 2024
1 parent ffb0867 commit 3634a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jdk.jdi/share/classes/com/sun/jdi/VirtualMachine.java
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ default List<ModuleReference> allModules() {
* with <a href="{@docRoot}/../specs/jni/index.html">JNI code</a>.
*
* <p> It is implementation dependent if the list contains elements for live
* <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>
* in the target VM. The target VM may not return any references to virtual threads,
* or it may be configured to return a reference to some or all virtual threads.
* Tools that want to track all virtual threads may enable {@link ThreadStartRequest}
Expand Down

1 comment on commit 3634a91

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.