BZ #68: Class.newInstance throws InstantiationError instead of InstantiationException

Status fields:

creation_ts:2008-05-15 14:27
component:reflection
version:default branch
rep_platform:All
op_sys:All
bug_status:NEW
reporter:twisti@complang.tuwien.ac.at
builtin_new throws InstantiationError but java.lang.Class.newInstance expects
InstantiationException.

We really should rewrite the VM not using builtin functions at all, but having builtins
only called from JIT code.  This is also important for fast-path builtins.

This is already on my TODO list for a long time.