class.c (is_compiled_class): Move check to avoid reloading current class.
authorDavid Daney <ddaney@avtrex.com>
Fri, 2 Feb 2007 15:46:44 +0000 (15:46 +0000)
committerDavid Daney <daney@gcc.gnu.org>
Fri, 2 Feb 2007 15:46:44 +0000 (15:46 +0000)
commit4969f3ea0b7fdd4f6d5e41be99c5d8ce9a0231c1
tree2f554598619c543308411b92a4e22989468dc8c4
parentc9d607421cc4eb4df08a495a6e075d11381cd13c
class.c (is_compiled_class): Move check to avoid reloading current class.

* class.c (is_compiled_class): Move check to avoid reloading
current class.
(layout_class_method): Don't calculate DECL_EXTERNAL if it is
already set.

From-SVN: r121506
gcc/java/ChangeLog
gcc/java/class.c