verify.cc (class _Jv_BytecodeVerifier): Don't check for abstract classes or interfaces here...
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
This commit is contained in:
committed by
Tom Tromey
parent
1ff54bfbdb
commit
3ffa3729c0
@@ -1,3 +1,11 @@
|
||||
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.
|
||||
|
||||
2005-07-08 Andrew Haley <aph@redhat.com>
|
||||
|
||||
* posix-threads.cc (_Jv_ThreadSetPriority): Use SCHED_OTHER
|
||||
|
||||
Reference in New Issue
Block a user