Skip to content

Commit

Permalink
Corrected typo where command is -XX instead of -CC
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdtux committed Jan 1, 2016
1 parent dd0408b commit 3e0a9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ you would run::
$ java -XX:-UseSplitVerifier -classpath dist/python-java.jar:. python.example
Hello, World

The ``-CC:-UseSplitVerifier`` argument is necessary to turn off stack map
The ``-XX:-UseSplitVerifier`` argument is necessary to turn off stack map
verification in Java 7. This could be addressed by computing stack maps
for generated code.

Expand Down

0 comments on commit 3e0a9c8

Please sign in to comment.