Re: RFR: 8293333: Broken links in JDI specification

2022-09-07 Thread Serguei Spitsyn
On Wed, 7 Sep 2022 05:51:53 GMT, Serguei Spitsyn wrote: > The JDI files `com/sun/jdi/ClassLoaderReference.java` and > `com/sun/jdi/VirtualMachine.java` have incorrect links to the JVM TI spec > with the extra folder name `jvmti`. > > The fix is to get rid unneeded part from the links: > > --

Re: RFR: 8293333: Broken links in JDI specification

2022-09-06 Thread Chris Plummer
On Wed, 7 Sep 2022 05:51:53 GMT, Serguei Spitsyn wrote: > The JDI files `com/sun/jdi/ClassLoaderReference.java` and > `com/sun/jdi/VirtualMachine.java` have incorrect links to the JVM TI spec > with the extra folder name `jvmti`. > > The fix is to get rid unneeded part from the links: > > --

Re: RFR: 8293333: Broken links in JDI specification

2022-09-06 Thread Alan Bateman
On Wed, 7 Sep 2022 05:51:53 GMT, Serguei Spitsyn wrote: > The JDI files `com/sun/jdi/ClassLoaderReference.java` and > `com/sun/jdi/VirtualMachine.java` have incorrect links to the JVM TI spec > with the extra folder name `jvmti`. > > The fix is to get rid unneeded part from the links: > > --

RFR: 8293333: Broken links in JDI specification

2022-09-06 Thread Serguei Spitsyn
The JDI files `com/sun/jdi/ClassLoaderReference.java` and `com/sun/jdi/VirtualMachine.java` have incorrect links to the JVM TI spec with the extra folder name `jvmti`. The fix is to get rid unneeded part from the links: --- a/src/jdk.jdi/share/classes/com/sun/jdi/ClassLoaderReference.java +++