summaryrefslogtreecommitdiff
path: root/vm
Commit message (Expand)AuthorAgeFilesLines
* Copyright, Doc FixesJohn Keiser1999-02-1112-328/+328
* Make the run() method actually run the code it is supposed to!Aaron M. Renn1998-12-251-515/+517
* Added a private no arg constructor. Also renamed and added some variablesAaron M. Renn1998-12-251-6/+19
* Add yield method. Make start() directly native and eliminateAaron M. Renn1998-12-251-4/+6
* Added some additional needed SecurityManager checks and renamed aAaron M. Renn1998-12-251-5/+27
* Remove name and superclass variables and simply make the getName() andAaron M. Renn1998-12-251-18/+7
* initial checkinBrian Jones1998-12-2216-0/+49
* removed 'final' keyword for API complianceBrian Jones1998-11-241-243/+243
* void setSigners(Object[]) instead of public (readded)Brian Jones1998-11-241-371/+368
* removed "public setSigners(Object[]) function" to be consistent with API.Brian Jones1998-11-241-368/+371
* Added private constructor for Japhar's use.John Keiser1998-11-091-0/+4
* Removed private_data fields.John Keiser1998-11-082-423/+420
* Set values of MIN_PRIORITY, NORM_PRIORITY, MAX_PRIORITYJohn Keiser1998-11-021-3/+3
* Changed many things to native that were not native before.John Keiser1998-11-011-12/+12
* Removed debugging stuff that shouldn't have made it into CVS in theJohn Keiser1998-11-011-28/+0
* No longer manages state -- that is done natively.John Keiser1998-11-011-52/+13
* Changed some fields for Japhar.John Keiser1998-11-011-0/+1
* Changes for Japhar.John Keiser1998-11-012-4/+36
* Fixed minor error-checking bug, preventing possible infinite loop.John Keiser1998-11-011-2/+6
* Moved some files that are VM-specific over from the main tree.John Keiser1998-10-177-1/+1461
* Made a previously public method non-public and added another method.John Keiser1998-10-091-1/+7
* First rev. of changes for Japhar. Incidentally, I have the Japhar native sideJohn Keiser1998-10-046-68/+276
* Now VMClassLoader has the primitive class thingy. Class is in here, now, too.John Keiser1998-10-042-6/+431
* Silly me, I forgot VMClass.java was going away.John Keiser1998-10-041-283/+0
* Added getPrimitiveClass().John Keiser1998-10-041-1/+14
* method should have been staticJohn Keiser1998-09-221-1/+1
* Typos (whoops)John Keiser1998-09-224-693/+11
* Initial set of VM interface classes. Must be customized on a per-VM basis.John Keiser1998-09-226-0/+1292