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

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

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

revision 1.2.2.2 by tromey, Wed Apr 20 20:41:44 2005 UTC revision 1.2.2.3 by gnu_andrew, Fri May 27 00:01:46 2005 UTC
# Line 82  final class VMThread Line 82  final class VMThread
82      private volatile boolean running;      private volatile boolean running;
83    
84      /**      /**
85         * VM private data.
86         */
87        private transient Object vmdata;
88    
89        /**
90       * Private constructor, create VMThreads with the static create method.       * Private constructor, create VMThreads with the static create method.
91       *       *
92       * @param thread The Thread object that was just created.       * @param thread The Thread object that was just created.
# Line 221  final class VMThread Line 226  final class VMThread
226       *       *
227       * @deprecated unsafe operation       * @deprecated unsafe operation
228       */       */
229      int countStackFrames()      native int countStackFrames();
     {  
         return 0;  
     }  
230    
231      /**      /**
232       * Wait the specified amount of time for the Thread in question to die.       * Wait the specified amount of time for the Thread in question to die.

Legend:
Removed from v.1.2.2.2  
changed lines
  Added in v.1.2.2.3

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