verify.cc
81.5 KB
-
verify.cc (class _Jv_BytecodeVerifier): Don't check for abstract classes or interfaces here... · 3ffa3729
2005-07-06 Colin Walters <walters@verbum.org> * verify.cc (class _Jv_BytecodeVerifier) <op_new>: Don't check for abstract classes or interfaces here; JVM spec says it should throw an exception, so we'll do so later. * interpret.cc (run): Throw an InstantiationException for abstract classes and interfaces. From-SVN: r101788
Colin Walters committed