~openjdk/openjdk/openjdk8

« back to all changes in this revision

Viewing changes to README.Debian

  • Committer: Matthias Klose
  • Date: 2009-05-27 10:08:07 UTC
  • mfrom: (305.1.57 openjdk6)
  • Revision ID: doko@canonical.com-20090527100807-7kn11m6ux57am1y1
* Merge debian packaging r205:362 from openjdk-6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
openjdk-6 for Debian
2
 
--------------------
 
1
openjdk-6 for Debian/Ubuntu
 
2
---------------------------
 
3
 
 
4
The OpenJDK build is configured --with-additional-vms to build with
 
5
different virtual machines.  The original implementation of the hotspot
 
6
VM is only available on the amd64, i386, lpia and sparc architectures.
 
7
Other VM's are CACAO, providing a just in time compiler on several
 
8
architectures (although the VM implementation is incomplete), and Zero,
 
9
providing a byte code interpreter for every architecture.  On some
 
10
architectures Zero is built with JIT support using shark (still considered
 
11
experimental).
 
12
 
 
13
To use a different VM other than the default, use
 
14
 
 
15
        java -cacao|-zero
 
16
 
 
17
or for the java tools, use
 
18
 
 
19
        <tool name> -J-cacao|-J-zero.
 
20
 
 
21
To change the default permanently, edit /etc/java-6-openjdk/jvm.cfg.
 
22
 
 
23
The CACAO VM can be found in the icedtea-6-jre-cacao package, the Zero/Shark
 
24
VM can be found in the openjdk-6-jre-zero package (on the architectures
 
25
where the Hotspot VM is available).
3
26
 
4
27
Please look for further documentation in the directory
5
28
/usr/share/doc/openjdk-6-jre/ .
10
33
automatically.
11
34
 
12
35
 
 
36
 -- Matthias Klose <doko@ubuntu.com>  Sun, 03 May 2009 13:58:10 +0200
13
37
 -- Torsten Werner <twerner@debian.org>  Wed, 02 Apr 2008 11:46:53 +0200