-
Bug
-
Resolution: Fixed
-
P4
-
0.9
-
0.9internal
-
sparc
-
generic
-
Not verified
Thread.postException() and Thread.{set,get}ExceptionMask() are documented and
defined in class Thread, but their native methods defined in lang/thread.c just
return 0. Unlike Thread.enumerate(), asynchronous exceptions are not supported by
the current system, so these methods should either be removed from Thread.oak or
at least have their comments stripped so they won't generate documentation.
defined in class Thread, but their native methods defined in lang/thread.c just
return 0. Unlike Thread.enumerate(), asynchronous exceptions are not supported by
the current system, so these methods should either be removed from Thread.oak or
at least have their comments stripped so they won't generate documentation.