corda/src/tools
Joel Dice c80ffa041d ensure that we can intercept static Java methods in bootimage build
Timezone code was broken in the Android class library bootimage build
because the code we use to intercept loading the tzdata file wasn't
working.  The reason is have no way of intercepting static methods at
runtime in the bootimage build without telling the bootimage-generator
we're going to do it ahead of time.  So now we do tell it so.

This commit also removes the need to intercept Thread methods since we
can update Thread.vmThread in VMThread.create instead.
2013-03-15 13:28:01 -06:00
..
audit-codegen break Architecture out of Assembler 2013-02-23 23:03:01 -07:00
binary-to-object move binary-to-object to new tree structure 2013-02-19 20:23:11 -07:00
bootimage-generator ensure that we can intercept static Java methods in bootimage build 2013-03-15 13:28:01 -06:00
object-writer move tokenizer.h to include/avian/util/string.h, merge in the String declaration from object-writer/tools.h 2013-02-21 16:18:20 -07:00
type-generator move headers from src to src/avian 2013-02-27 13:33:29 -07:00