Known problems and things to fix:
=================================

InetAddress 
        not sure if your threads package or model
        handles this, but the gethostby*() routines
        use a static buffer and arent thread safe.

Finish native and net libraries.

Bytecode verification.

Add some form of regression test suite.

AASTORE
	Doesn't check that the objects are assignment compatible.

Division by zero FDIV and DDIV
	These result in an exception but should instead set the result to
	+/- Infinity.

Floating point printout format does not correspond to the spec.

Floating point rounding is wrong.
