.. |
md
|
Changed many cpp conditionals that used ifdef LINUX or FREEBSD,
|
1999-02-28 01:10:00 +00:00 |
ClassWorld.cpp
|
Initial check-in of ElectricalFire, a Java JIT compiler.
|
1998-12-03 21:10:47 +00:00 |
ClassWorld.h
|
Initial check-in of ElectricalFire, a Java JIT compiler.
|
1998-12-03 21:10:47 +00:00 |
Exceptions.h
|
Initial check-in of ElectricalFire, a Java JIT compiler.
|
1998-12-03 21:10:47 +00:00 |
FieldOrInterfaceSummary.h
|
Initial check-in of ElectricalFire, a Java JIT compiler.
|
1998-12-03 21:10:47 +00:00 |
FieldOrMethod.cpp
|
Changed many cpp conditionals that used ifdef LINUX or FREEBSD,
|
1999-02-28 01:10:00 +00:00 |
FieldOrMethod.h
|
Initial check-in of ElectricalFire, a Java JIT compiler.
|
1998-12-03 21:10:47 +00:00 |
InterfaceDispatchTable.cpp
|
Initial check-in of ElectricalFire, a Java JIT compiler.
|
1998-12-03 21:10:47 +00:00 |
InterfaceDispatchTable.h
|
Initial check-in of ElectricalFire, a Java JIT compiler.
|
1998-12-03 21:10:47 +00:00 |
JavaObject.cpp
|
+ Remove dead code
|
1999-02-26 08:40:13 +00:00 |
JavaObject.h
|
fix warnings by providing empty virtual destructors for classes that needed them, reordering initialization of member variables, and by giving the type uint to all the 'const nFooTypes;' variables.
|
1998-12-10 11:52:47 +00:00 |
JavaString.cpp
|
Added routines to handle conversion of Java strings between UTF8 and UCS2
|
1999-01-21 00:38:34 +00:00 |
JavaString.h
|
Unicode characters are uint16, not int16.
|
1999-01-21 00:39:17 +00:00 |
JavaVM.cpp
|
allow building without jvmdi
|
1998-12-11 04:03:13 +00:00 |
JavaVM.h
|
Initial check-in of ElectricalFire, a Java JIT compiler.
|
1998-12-03 21:10:47 +00:00 |
Makefile
|
Initial check-in of ElectricalFire, a Java JIT compiler.
|
1998-12-03 21:10:47 +00:00 |
Method.cpp
|
Initial check-in of ElectricalFire, a Java JIT compiler.
|
1998-12-03 21:10:47 +00:00 |
Method.h
|
Initial check-in of ElectricalFire, a Java JIT compiler.
|
1998-12-03 21:10:47 +00:00 |
Monitor.cpp
|
Fix bogus gcc x86 asms.
|
1998-12-11 18:33:48 +00:00 |
Monitor.h
|
Initial check-in of ElectricalFire, a Java JIT compiler.
|
1998-12-03 21:10:47 +00:00 |
StackWalker.cpp
|
Changed many cpp conditionals that used ifdef LINUX or FREEBSD,
|
1999-02-28 01:10:00 +00:00 |
StackWalker.h
|
Frame::getCallingJavaMethod() now takes a stack depth parameter which indicates
|
1999-01-21 00:37:14 +00:00 |
SysCallsRuntime.cpp
|
Changed many cpp conditionals that used ifdef LINUX or FREEBSD,
|
1999-02-28 01:10:00 +00:00 |
SysCallsRuntime.h
|
Initial check-in of ElectricalFire, a Java JIT compiler.
|
1998-12-03 21:10:47 +00:00 |
Thread.cpp
|
Changed many cpp conditionals that used ifdef LINUX or FREEBSD,
|
1999-02-28 01:10:00 +00:00 |
Thread.h
|
Use a proper sigcontext for Linux, just as is done for BSD.
|
1998-12-11 18:35:52 +00:00 |