summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjlam <jlam>2003-07-01 19:02:34 +0000
committerjlam <jlam>2003-07-01 19:02:34 +0000
commit57bedb1b233ae989f100b8b5a0aa546354c8f990 (patch)
tree0d6711e896353699862fee7234a1f1c329dbff13 /doc
parent9255fc5a69551522419d4c977f4a927d22ae78e1 (diff)
downloadpkgsrc-57bedb1b233ae989f100b8b5a0aa546354c8f990.tar.gz
Initial import of lang/jdk-openjit.
The OpenJIT project is an ongoing Java[tm] the programming language JIT compiler project as a collaborative effort between Tokyo Institute of Technology and Fujitsu Laboratory, partly sponsored by the Information Promotion Agency of Japan. OpenJIT is a "reflective" JIT compiler in that not only it is almost entirely written in Java, but also that it bootstraps and compiles itself during execution of the user program, and compiler components coexist as first-class objects in user heap space. This was imported from wip/jdk-openjit, provided by Todd Vierling <tv at pobox dot com> with some minor changes by me.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index b00d8dba16d..e77d7184df0 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.2649 2003/07/01 16:20:37 jschauma Exp $
+$NetBSD: CHANGES,v 1.2650 2003/07/01 19:03:27 jlam Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -2642,3 +2642,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated groff to 1.19nb3 [wiz 2003-07-01]
Update mined to 2000.7 [agc 2003-07-01]
Updated netscape7 to 7.1 [jschauma 2003-07-01]
+ Added jdk-openjit-1.1.16 [jlam 2003-07-01]