summaryrefslogtreecommitdiff
path: root/lang/jdk-openjit
AgeCommit message (Collapse)AuthorFilesLines
2004-01-28Make this compile with gcc 3.3. Fixes problems in agc's bulk build.jschauma2-8/+267
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-08-23Put these packages into a new pseudo-category called 'java'.jschauma1-2/+2
2003-07-02Apply patch to allow pkgsrc-wip *-openjit packages to correctly reach intojlam2-4/+4
this directory for Makefiles. From Todd Vierling in private mail.
2003-07-01Initial import of lang/jdk-openjit.jlam9-0/+166
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.