On 05/06/2018 01:09, Stuart Marks wrote:
:
The spec for com.sun.jdk.ThreadReference.stop(Throwable) seems
sufficiently descriptive to stand alone if the @see
Thread.stop(Throwable) cross reference is simply removed.
Are there any other changes that need to be done as part of this
changeset?
The source file that is used to generate the JDWP protocol code and the
spec is in make/data/jdwp/jdwp.spec. The JVM TI spec is at
src/hotspot/share/prims/jvmti.xml. It should be okay to skip those for
this change-set, assuming it is followed up quickly with another
change-set to update those specs.
-Alan