summaryrefslogtreecommitdiff
path: root/vm
Commit message (Expand)AuthorAgeFilesLines
* * gnu/classpath/.cvsignore : Ignore Configuration.javaBrian Jones2000-12-102-0/+159
* classpath/vm/kaffe/.cvsignore: ignore Makefile.in, MakefileBrian Jones2000-11-194-0/+8
* Fixes from Weldon Washburn [mailto:weldon.washburn@intel.com]:John Keiser2000-08-311-7/+16
* Remove dependency of Runtime on System. (This makes bootup possible.)John Keiser2000-06-251-6/+34
* Thread.yield() is staticMark Wielaard2000-06-181-1/+1
* ignore MakefileBrian Jones2000-06-141-0/+1
* ignore MakefileBrian Jones2000-06-147-0/+7
* added example to use ThreadLocalsMark Wielaard2000-05-301-0/+1
* added toString() and getCalledClass()Jochen Hoenicke1999-12-301-1/+22
* fixed problem with autoheader complaining about the missing subdirBrian Jones1999-12-301-1/+12
* initial checkinBrian Jones1999-12-294-0/+1
* configure work to support kaffeBrian Jones1999-12-291-1/+2
* Minor syntax error (method should be static).John Keiser1999-12-121-1/+1
* changing Class.getPrimitiveClass back to VMClassLoader.getPrimitiveClass, tha...Brian Jones1999-12-102-11/+12
* changed VMCLassLoader.getPrimitiveClass to Class.getPrimitiveClassBrian Jones1999-12-102-403/+444
* Stub out getContextClassLoader - hope it compilesAaron M. Renn1999-11-181-0/+4
* 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