The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD java : jc

JVM that converts class files to C source and compiles them with GCC

 JC is a Java virtual machine implementation that converts class
files into C source files using the Soot Java bytecode analysis
framework, compiles them with GCC, and loads them using a built-in
ELF object file loader. JC utilizes the GNU Classpath class library
and provides a fairly complete Java runtime including sophisticated
optimizations to increase runtime performance. JC also includes a
bytecode interpreter, and supports execution in either or mix ed
modes.

Although JC has good interpreter performance, JC doesn't try to be
fast in every situation. Instead, JC focuses on this question: how
fast can we go if we know some or all of the class files ahead of
time? The answer is: very fast! Optimizations that are just too
complex and expensive to perform at runtime are instead performed
at code generation time. JC's code generator is written in Java,
using the powerful Soot bytecode analysis framework. When combined
with the proven power of GCC's C optimizer the results are impressive.
As an additional benefit, JC contains very little architecture-specific
code and is highly portable. 

http://jcvm.sourceforge.net/



jc history


v. 1.31
date: 2007/05/19 20:12:59;  author: flz;  state: Exp;  lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

v. 1.30 date: 2006/11/25 16:46:43; author: linimon; state: Exp; lines: +1 -1 Reassign ports from archie@ back to pool at his request. Hat: portmgr
v. 1.29 date: 2006/03/06 20:34:58; author: kris; state: Exp; lines: +2 -0 Add NO_PACKAGE since this apparently takes an enormous amount of RAM to build, and has never built successfully on the package cluster since the update last year. Approved by: portmgr (implicit)
v. 1.28 date: 2006/02/23 10:37:35; author: ade; state: Exp; lines: +1 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.27 date: 2005/11/27 16:42:42; author: archie; state: Exp; lines: +1 -1 Upgrade to version 1.4.7.
v. 1.26 date: 2005/11/15 06:49:50; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.25 date: 2005/07/26 19:36:13; author: archie; state: Exp; lines: +1 -1 Upgrade to release 1.4.6.
v. 1.24 date: 2005/05/17 14:04:17; author: archie; state: Exp; lines: +1 -1 Update to version 1.4.5.
v. 1.23 date: 2005/05/11 14:59:58; author: archie; state: Exp; lines: +2 -3 Update to version 1.4.4.
v. 1.22 date: 2005/04/25 20:44:19; author: archie; state: Exp; lines: +3 -4 - Upgrade to version 1.4.3. - Change JAVA_BUILD from "yes" to "jre"
v. 1.21 date: 2005/04/14 14:04:38; author: archie; state: Exp; lines: +1 -2 Upgrade to version 1.4.2.
v. 1.20 date: 2005/04/02 00:05:56; author: archie; state: Exp; lines: +1 -0 Bump PORTREVISION for previous commit which fixed a bug. Approved by: portmgr
v. 1.19 date: 2005/03/21 02:27:56; author: archie; state: Exp; lines: +1 -1 Update to version 1.4.0.
v. 1.18 date: 2005/02/23 15:34:14; author: archie; state: Exp; lines: +1 -1 Upgrade to version 1.3.2.
v. 1.17 date: 2005/01/13 02:47:03; author: archie; state: Exp; lines: +3 -0 Fix file list: libtool seems to install the static library only on some versions of FreeBSD.
v. 1.16 date: 2005/01/10 20:12:54; author: archie; state: Exp; lines: +2 -2 Update to version 1.3.1.
v. 1.15 date: 2004/12/29 14:55:37; author: archie; state: Exp; lines: +20 -63 Upgrade to version 1.3.
v. 1.14 date: 2004/12/28 21:23:14; author: archie; state: Exp; lines: +2 -0 Add missing MAN1= line for man page.
v. 1.13 date: 2004/12/09 15:57:03; author: archie; state: Exp; lines: +1 -0 Fix build failure: USE_JIKES is useless without USE_JAVA.
v. 1.12 date: 2004/11/29 15:47:53; author: archie; state: Exp; lines: +7 -9 Upgrade to version 1.2.3.
v. 1.11 date: 2004/11/07 22:36:40; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the big upgrade.
v. 1.10 date: 2004/07/28 02:09:05; author: archie; state: Exp; lines: +2 -2 Use ${MASTER_SITE_GNU}.
v. 1.9 date: 2004/07/26 21:37:38; author: archie; state: Exp; lines: +4 -4 Add port dependency on GTK stuff and configure classpath to include it.
v. 1.8 date: 2004/07/26 14:28:11; author: archie; state: Exp; lines: +4 -26 Update to version 1.2.2.
v. 1.7 date: 2004/07/13 22:33:10; author: archie; state: Exp; lines: +2 -2 Update to version 1.2.1
v. 1.6 date: 2004/07/06 13:43:40; author: archie; state: Exp; lines: +4 -3 Update to version 1.2.
v. 1.5 date: 2004/03/10 19:43:18; author: archie; state: Exp; lines: +2 -2 Fix build with a patch from CVS.
v. 1.4 date: 2004/03/08 18:15:30; author: archie; state: Exp; lines: +2 -2 Add USE_LIBTOOL.
v. 1.3 date: 2004/02/26 17:26:16; author: archie; state: Exp; lines: +2 -2 Update to version 1.0.1.
v. 1.2 date: 2004/02/23 23:08:53; author: archie; state: Exp; lines: +1 -1 Set ONLY_FOR_ARCHS i386. Remove extraneous "exit 1".
v. 1.1 date: 2004/02/22 21:34:31; author: archie; state: Exp; New port. JC is a Java virtual machine implementation that converts class files into C source files using the Soot Java bytecode analysis framework, compiles them with GCC, and loads them using a built-in ELF object file loader. JC utilizes the GNU Classpath class library and provides support for most features you would expect such as reflection, user class loaders, etc. WWW: http://jcvm.sourceforge.net/ ============================================================================= v. 1.31 date: 2007/05/19 20:12:59; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.30 date: 2006/11/25 16:46:43; author: linimon; state: Exp; lines: +1 -1 Reassign ports from archie@ back to pool at his request. Hat: portmgr
v. 1.29 date: 2006/03/06 20:34:58; author: kris; state: Exp; lines: +2 -0 Add NO_PACKAGE since this apparently takes an enormous amount of RAM to build, and has never built successfully on the package cluster since the update last year. Approved by: portmgr (implicit)
v. 1.28 date: 2006/02/23 10:37:35; author: ade; state: Exp; lines: +1 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.27 date: 2005/11/27 16:42:42; author: archie; state: Exp; lines: +1 -1 Upgrade to version 1.4.7.
v. 1.26 date: 2005/11/15 06:49:50; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.25 date: 2005/07/26 19:36:13; author: archie; state: Exp; lines: +1 -1 Upgrade to release 1.4.6.
v. 1.24 date: 2005/05/17 14:04:17; author: archie; state: Exp; lines: +1 -1 Update to version 1.4.5.
v. 1.23 date: 2005/05/11 14:59:58; author: archie; state: Exp; lines: +2 -3 Update to version 1.4.4.
v. 1.22 date: 2005/04/25 20:44:19; author: archie; state: Exp; lines: +3 -4 - Upgrade to version 1.4.3. - Change JAVA_BUILD from "yes" to "jre"
v. 1.21 date: 2005/04/14 14:04:38; author: archie; state: Exp; lines: +1 -2 Upgrade to version 1.4.2.
v. 1.20 date: 2005/04/02 00:05:56; author: archie; state: Exp; lines: +1 -0 Bump PORTREVISION for previous commit which fixed a bug. Approved by: portmgr
v. 1.19 date: 2005/03/21 02:27:56; author: archie; state: Exp; lines: +1 -1 Update to version 1.4.0.
v. 1.18 date: 2005/02/23 15:34:14; author: archie; state: Exp; lines: +1 -1 Upgrade to version 1.3.2.
v. 1.17 date: 2005/01/13 02:47:03; author: archie; state: Exp; lines: +3 -0 Fix file list: libtool seems to install the static library only on some versions of FreeBSD.
v. 1.16 date: 2005/01/10 20:12:54; author: archie; state: Exp; lines: +2 -2 Update to version 1.3.1.
v. 1.15 date: 2004/12/29 14:55:37; author: archie; state: Exp; lines: +20 -63 Upgrade to version 1.3.
v. 1.14 date: 2004/12/28 21:23:14; author: archie; state: Exp; lines: +2 -0 Add missing MAN1= line for man page.
v. 1.13 date: 2004/12/09 15:57:03; author: archie; state: Exp; lines: +1 -0 Fix build failure: USE_JIKES is useless without USE_JAVA.
v. 1.12 date: 2004/11/29 15:47:53; author: archie; state: Exp; lines: +7 -9 Upgrade to version 1.2.3.
v. 1.11 date: 2004/11/07 22:36:40; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the big upgrade.
v. 1.10 date: 2004/07/28 02:09:05; author: archie; state: Exp; lines: +2 -2 Use ${MASTER_SITE_GNU}.
v. 1.9 date: 2004/07/26 21:37:38; author: archie; state: Exp; lines: +4 -4 Add port dependency on GTK stuff and configure classpath to include it.
v. 1.8 date: 2004/07/26 14:28:11; author: archie; state: Exp; lines: +4 -26 Update to version 1.2.2.
v. 1.7 date: 2004/07/13 22:33:10; author: archie; state: Exp; lines: +2 -2 Update to version 1.2.1
v. 1.6 date: 2004/07/06 13:43:40; author: archie; state: Exp; lines: +4 -3 Update to version 1.2.
v. 1.5 date: 2004/03/10 19:43:18; author: archie; state: Exp; lines: +2 -2 Fix build with a patch from CVS.
v. 1.4 date: 2004/03/08 18:15:30; author: archie; state: Exp; lines: +2 -2 Add USE_LIBTOOL.
v. 1.3 date: 2004/02/26 17:26:16; author: archie; state: Exp; lines: +2 -2 Update to version 1.0.1.
v. 1.2 date: 2004/02/23 23:08:53; author: archie; state: Exp; lines: +1 -1 Set ONLY_FOR_ARCHS i386. Remove extraneous "exit 1".
v. 1.1 date: 2004/02/22 21:34:31; author: archie; state: Exp; New port. JC is a Java virtual machine implementation that converts class files into C source files using the Soot Java bytecode analysis framework, compiles them with GCC, and loads them using a built-in ELF object file loader. JC utilizes the GNU Classpath class library and provides support for most features you would expect such as reflection, user class loaders, etc. WWW: http://jcvm.sourceforge.net/ ============================================================================= v. 1.31 date: 2007/05/19 20:12:59; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.30 date: 2006/11/25 16:46:43; author: linimon; state: Exp; lines: +1 -1 Reassign ports from archie@ back to pool at his request. Hat: portmgr
v. 1.29 date: 2006/03/06 20:34:58; author: kris; state: Exp; lines: +2 -0 Add NO_PACKAGE since this apparently takes an enormous amount of RAM to build, and has never built successfully on the package cluster since the update last year. Approved by: portmgr (implicit)
v. 1.28 date: 2006/02/23 10:37:35; author: ade; state: Exp; lines: +1 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.27 date: 2005/11/27 16:42:42; author: archie; state: Exp; lines: +1 -1 Upgrade to version 1.4.7.
v. 1.26 date: 2005/11/15 06:49:50; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.25 date: 2005/07/26 19:36:13; author: archie; state: Exp; lines: +1 -1 Upgrade to release 1.4.6.
v. 1.24 date: 2005/05/17 14:04:17; author: archie; state: Exp; lines: +1 -1 Update to version 1.4.5.
v. 1.23 date: 2005/05/11 14:59:58; author: archie; state: Exp; lines: +2 -3 Update to version 1.4.4.
v. 1.22 date: 2005/04/25 20:44:19; author: archie; state: Exp; lines: +3 -4 - Upgrade to version 1.4.3. - Change JAVA_BUILD from "yes" to "jre"
v. 1.21 date: 2005/04/14 14:04:38; author: archie; state: Exp; lines: +1 -2 Upgrade to version 1.4.2.
v. 1.20 date: 2005/04/02 00:05:56; author: archie; state: Exp; lines: +1 -0 Bump PORTREVISION for previous commit which fixed a bug. Approved by: portmgr
v. 1.19 date: 2005/03/21 02:27:56; author: archie; state: Exp; lines: +1 -1 Update to version 1.4.0.
v. 1.18 date: 2005/02/23 15:34:14; author: archie; state: Exp; lines: +1 -1 Upgrade to version 1.3.2.
v. 1.17 date: 2005/01/13 02:47:03; author: archie; state: Exp; lines: +3 -0 Fix file list: libtool seems to install the static library only on some versions of FreeBSD.
v. 1.16 date: 2005/01/10 20:12:54; author: archie; state: Exp; lines: +2 -2 Update to version 1.3.1.
v. 1.15 date: 2004/12/29 14:55:37; author: archie; state: Exp; lines: +20 -63 Upgrade to version 1.3.
v. 1.14 date: 2004/12/28 21:23:14; author: archie; state: Exp; lines: +2 -0 Add missing MAN1= line for man page.
v. 1.13 date: 2004/12/09 15:57:03; author: archie; state: Exp; lines: +1 -0 Fix build failure: USE_JIKES is useless without USE_JAVA.
v. 1.12 date: 2004/11/29 15:47:53; author: archie; state: Exp; lines: +7 -9 Upgrade to version 1.2.3.
v. 1.11 date: 2004/11/07 22:36:40; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the big upgrade.
v. 1.10 date: 2004/07/28 02:09:05; author: archie; state: Exp; lines: +2 -2 Use ${MASTER_SITE_GNU}.
v. 1.9 date: 2004/07/26 21:37:38; author: archie; state: Exp; lines: +4 -4 Add port dependency on GTK stuff and configure classpath to include it.
v. 1.8 date: 2004/07/26 14:28:11; author: archie; state: Exp; lines: +4 -26 Update to version 1.2.2.
v. 1.7 date: 2004/07/13 22:33:10; author: archie; state: Exp; lines: +2 -2 Update to version 1.2.1
v. 1.6 date: 2004/07/06 13:43:40; author: archie; state: Exp; lines: +4 -3 Update to version 1.2.
v. 1.5 date: 2004/03/10 19:43:18; author: archie; state: Exp; lines: +2 -2 Fix build with a patch from CVS.
v. 1.4 date: 2004/03/08 18:15:30; author: archie; state: Exp; lines: +2 -2 Add USE_LIBTOOL.
v. 1.3 date: 2004/02/26 17:26:16; author: archie; state: Exp; lines: +2 -2 Update to version 1.0.1.
v. 1.2 date: 2004/02/23 23:08:53; author: archie; state: Exp; lines: +1 -1 Set ONLY_FOR_ARCHS i386. Remove extraneous "exit 1".
v. 1.1 date: 2004/02/22 21:34:31; author: archie; state: Exp; New port. JC is a Java virtual machine implementation that converts class files into C source files using the Soot Java bytecode analysis framework, compiles them with GCC, and loads them using a built-in ELF object file loader. JC utilizes the GNU Classpath class library and provides support for most features you would expect such as reflection, user class loaders, etc. WWW: http://jcvm.sourceforge.net/ =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm