diff options
author | jlam <jlam@pkgsrc.org> | 2003-07-01 19:02:34 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-07-01 19:02:34 +0000 |
commit | fa2004e1f7ff654a0b4c66d78b8987145e2731a1 (patch) | |
tree | 0d6711e896353699862fee7234a1f1c329dbff13 /doc | |
parent | 96b70d137c24df5c9ec8db26ebc8a803d3ebd5e3 (diff) | |
download | pkgsrc-fa2004e1f7ff654a0b4c66d78b8987145e2731a1.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/CHANGES | 3 |
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] |