On Mon, 26 Sep 2022 16:51:36 GMT, Michael Ernst <mer...@openjdk.org> wrote:
>> 8294321: Fix typos in files under test/jdk/java, test/jdk/jdk, test/jdk/jni > > 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? ------------- PR: https://git.openjdk.org/jdk/pull/10029