< prev index next >

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

Print this page

        

*** 29,40 **** /** * 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<SUP><FONT SIZE="-2">TM</FONT></SUP> 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 com.sun.jdi.event.EventSet event set} containing an --- 29,39 ---- /** * 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 com.sun.jdi.event.EventSet event set} containing an
< prev index next >