RFR: 8296265: Use modern HTML in the JVMTI spec
Alex Menkov
amenkov at openjdk.org
Tue Nov 15 22:49:05 UTC 2022
On Fri, 11 Nov 2022 00:43:33 GMT, Alex Menkov <amenkov at openjdk.org> wrote:
> Changes:
> - removed `<b>` from TOC;
> - added CSS style for TOC (to simplify customization, currently it's empty);
> - removed `<b>` from from function list (per Phase);
> - removed `<b>` from from list of events;
> - introduced CSS style for bold text, replaced `<b>` tags with `<span class="bold">`;
> - update transformation rule for `"b"` elements to use `"span class=bold"` (to handle `<b>` tags in source XML file);
> - dropped duplicate `"b"` transform.
[jvmtifiles.zip](https://github.com/openjdk/jdk/files/10016664/jvmtifiles.zip)
Unfortunately github does not allow to attach html files, so I zipped old and new jvmti.html and attached zip file.
There is no changes in context, only styles
-------------
PR: https://git.openjdk.org/jdk/pull/11099
More information about the hotspot-dev
mailing list