< prev index next >

src/jdk.jdi/share/classes/com/sun/jdi/request/AccessWatchpointRequest.java

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

*** 31,41 **** /** * Request for notification when the contents of a field are accessed * in the target VM. * This event will be triggered when the specified field is accessed ! * by Java&trade; programming language code or by a * Java Native Interface (JNI) get function (<code>Get&lt;Type&gt;Field, * GetStatic&lt;Type&gt;Field</code>). * Access by JDI does not trigger this event. * When an enabled AccessWatchpointRequest is satisfied, an * {@link EventSet event set} containing an --- 31,41 ---- /** * Request for notification when the contents of a field are accessed * in the target VM. * This event will be triggered when the specified field is accessed ! * by Java programming language code or by a * Java Native Interface (JNI) get function (<code>Get&lt;Type&gt;Field, * GetStatic&lt;Type&gt;Field</code>). * Access by JDI does not trigger this event. * When an enabled AccessWatchpointRequest is satisfied, an * {@link EventSet event set} containing an
< prev index next >