src/share/classes/com/sun/jdi/event/VMStartEvent.java

Print this page

        

*** 41,50 **** --- 41,51 ---- * @see VirtualMachine * * @author Robert Field * @since 1.3 */ + @jdk.Supported public interface VMStartEvent extends Event { /** * Returns the initial thread of the VM which has started. * * @return a {@link ThreadReference} which mirrors the event's thread in