Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #39 from abak/master
Browse files Browse the repository at this point in the history
Fix README and improve documentation
  • Loading branch information
penberg committed May 20, 2014
2 parents 6018b95 + 8148af5 commit bb1c7d4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
12 changes: 11 additions & 1 deletion Documentation/options.txt
Expand Up @@ -12,11 +12,21 @@ Jato supports the following command line options:
-Xtrace:asm
Trace the emitted machine code for each method.

-Xtracte:bytecode
Trace the emitted bytecode for each method

-Xtrace:classloader
Trace class loading and initialization.

-Xtrace:trampoline
Trace executed trampolines.

-Xdebug:stack
Enable stack smashing debugging.
Enables stack smashing debugging.

-Xperf
Enables linux perf support by outputting perf-<pid>.map files in /tmp

-Xmaps
prints the list of loaded object files

5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -54,13 +54,14 @@ $ sudo yum install java-1.7.0-openjdk antlr GConf2-devel gtk2-devel gettext-deve
$ sudo apt-get install openjdk-6-jdk antlr libgconf2-dev libgtk2.0-dev ecj fastjar pccts
```

Then download the sources from:
Then clone the sources from the git repository (the release 0.99 appears to be broken)

ftp://ftp.gnu.org/pub/gnu/classpath/classpath-0.99.tar.gz
git clone git://git.savannah.gnu.org/classpath.git

You can then compile GNU Classpath:

```
$ ./autogen.sh
$ ./configure --disable-Werror --disable-plugin
$ make
```
Expand Down

0 comments on commit bb1c7d4

Please sign in to comment.