diff options
author | John Keiser <shalom@gnu.org> | 1998-08-09 17:17:00 +0000 |
---|---|---|
committer | John Keiser <shalom@gnu.org> | 1998-08-09 17:17:00 +0000 |
commit | 80e15e2002a78694311398ef9f3bc3f583b663ef (patch) | |
tree | b4b42595fa8d1b63d375cff2f112e7443f3a1411 /native/vmi | |
parent | d755bb518d8014ed4b608594b781fcdb8e84e400 (diff) | |
download | classpath-80e15e2002a78694311398ef9f3bc3f583b663ef.tar.gz |
Made docs standard, made a few updates as well.
Diffstat (limited to 'native/vmi')
-rwxr-xr-x | native/vmi/ChangeLog (renamed from native/vmi/README) | 7 | ||||
-rwxr-xr-x | native/vmi/DEPENDENCIES | 14 | ||||
-rwxr-xr-x | native/vmi/STATUS | 3 |
3 files changed, 5 insertions, 19 deletions
diff --git a/native/vmi/README b/native/vmi/ChangeLog index 4f5d1a9a2..44b0c3465 100755 --- a/native/vmi/README +++ b/native/vmi/ChangeLog @@ -1,6 +1,9 @@ -README for JCL VMI library: +Sun Aug 9 11:08:14 MDT 1998 - John Keiser (jkeiser@iname.com) + +Added this ChangeLog. No change to VMI proper. + +20 June 1998 - John Keiser (jkeiser@iname.com) -20 June 1998: John Keiser Initial Revision This is the catchall library that does all the VM-specific diff --git a/native/vmi/DEPENDENCIES b/native/vmi/DEPENDENCIES deleted file mode 100755 index a4c3d51b8..000000000 --- a/native/vmi/DEPENDENCIES +++ /dev/null @@ -1,14 +0,0 @@ -DEPENDENCIES for JCL VMI library: - -Japhar 1.1: -- Most functions depend on Japhar JVMDI. -- However, JNI and JCL functions are called by some of the - non-JVMDI functions. -- Additionally: - - VMI_GetFrameObject() depends on the StackFrame - structure in Japhar's interp.h. - - VMI_GetThisFrame() and VMI_GetThisThreadObject() depend - on the JThreadInfo structure and the - THREAD_getJavaInfo() function in Japhar's - native-threads.h. - diff --git a/native/vmi/STATUS b/native/vmi/STATUS deleted file mode 100755 index 97365ca80..000000000 --- a/native/vmi/STATUS +++ /dev/null @@ -1,3 +0,0 @@ -STATUS for JCL VMI library: - -Japhar 1.1: all current VMI functions implemented. Compiled, untested. |