Options the elate jvm groks.
Code:
Usage: app/stdio/jcode [option]... class [argument]...
where options include:
-classpath <directories> class search path (';' separated)
-finalizerthreadpriority sets the priority of the finalizer thread
-gcchunking set the gc chunking flags (0 = no chunking)
-gccompaction set the gc compaction flags (0 = no compaction)
-gcflushtool make gc force a tool flush
-gcmaxheapsize <bytes> set the gc heap size
-gcthreadpriority sets the priority of the gc thread
-gcthreshold <bytes> set the gc threshold
-help,-h print out this message
-maxstacksize <bytes> upper bound for thread stack size
-minstacksize <bytes> lower bound for thread stack size
-noasyncgc disable asynchronous garbage collection
-noclassgc disable class garbage collection
-noillegalaccesschecks disable illegal access checks
-noverify do not verify any class
-verbose:class,-v print a message whenever a class is loaded
-verbose:gc print a message when garbage collection occurs
-verbose:jni print a message whenever a jni call is made
-verify verify all classes when read in
-verifyremote verify classes read in over the network [default]
-D<name>=<value> set a system property
Example:
Code:
root@ereader:/home/intent# sys/platform/linux/taoref/er10xx/elate -B sys/platform/linux/taoref/er10xx/target.img -l sys/platform/linux/taoref/er10xx/ "-capp/stdio/jcode -h"
intent (Linux boot loader)
Copyright (c) Tao Systems Ltd 1997-2000
0x564E24 bytes read
Booting image at 0x401ce000-0x405ce400
root@ereader:/home/intent# cat /tmp/ktrace.log