/[classpath]/classpath/vm/reference/java/lang/VMObject.java
ViewVC logotype

Diff of /classpath/vm/reference/java/lang/VMObject.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by ericb, Fri Feb 22 20:07:40 2002 UTC revision 1.8 by mark, Tue Sep 10 21:19:37 2002 UTC
# Line 58  final class VMObject Line 58  final class VMObject
58    static native Object clone(Cloneable c);    static native Object clone(Cloneable c);
59    
60    /**    /**
    * Returns the class of this Object as a Class object.  
    *  
    * @param o the object to look up  
    * @return the class of this Object  
    */  
   static native Class getClass(Object o);  
   
   /**  
61     * Wakes up one of the threads that is waiting on this Object's monitor.     * Wakes up one of the threads that is waiting on this Object's monitor.
62     * Only the owner of a lock on the Object may call this method. The Thread     * Only the owner of a lock on the Object may call this method. The Thread
63     * to wake up is chosen arbitrarily.     * to wake up is chosen arbitrarily.

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26