RFR: Two line change in documentation (original) (raw)

JC Beyler jcbeyler at google.com
Tue Mar 13 17:37:11 UTC 2018


Hi all,

I saw an error in the SetEventNotificationMode method where the parameter is called event_thread but the documentation was referring to it as thread. I then went and did a quick scan of the documentation and found one type of "couse" instead of "course".

Here is the diff, not sure it was worth doing a webrev for it but let me know: diff -r 2d1d0c66966b src/hotspot/share/prims/jvmti.xml --- a/src/hotspot/share/prims/jvmti.xml Mon Mar 12 14:11:54 2018 -0700 +++ b/src/hotspot/share/prims/jvmti.xml Tue Mar 13 10:35:03 2018 -0700 @@ -693,7 +693,7 @@ mechanism causes the unload (an unload mechanism is not specified in this document) or the library is (in effect) unloaded by the termination of the VM whether through normal termination or VM failure, including start-up failure.

Thanks, Jc -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.openjdk.java.net/pipermail/serviceability-dev/attachments/20180313/935a36f0/attachment.html>



More information about the serviceability-dev mailing list