On Fri, 7 Oct 2022 12:51:26 GMT, Alan Bateman <al...@openjdk.org> wrote:
>> Michael Ernst has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains six commits: >> >> - Reinstate typos in Apache code that is copied into the JDK >> - Merge ../jdk-openjdk into typos-typos >> - Remove file that was removed upstream >> - Fix inconsistency in capitalization >> - Undo change in zlip >> - Fix typos > > src/java.se/share/data/jdwp/jdwp.spec line 101: > >> 99: "<a >> href=../../api/java.base/java/lang/Thread.html#platform-threads>platform >> thread</a> " >> 100: "in the target VM. This includes platform threads created with >> the Thread " >> 101: "API and all native threads attached to the target VM with JNI >> code." > > The spec for the JDWP AllThreads command was significantly reworded in Java > 19 so this is where this typo crept in. We have JDK-8294672 tracking it to > fix for Java 20, maybe you should take it? Since this PR has gone stale, I'll be fixing this typo in jdwp.spec via [JDK-8294672](https://bugs.openjdk.org/browse/JDK-8294672). ------------- PR: https://git.openjdk.org/jdk/pull/10029