NameFinder.java (close): IN, OUT, and PROC can all be null, check for that case and...
authorAndrew Pinski <pinskia@physics.uc.edu>
Fri, 22 Apr 2005 17:43:50 +0000 (17:43 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Fri, 22 Apr 2005 17:43:50 +0000 (10:43 -0700)
commit2828ee690f899a083148d402550c686893a422cc
treed79592e245d5e67e6cf2c41ada249b0be36e39a6
parent1a32490a09a190b47b7c9c8386407505f554dd16
NameFinder.java (close): IN, OUT, and PROC can all be null, check for that case and don't deference it.

2005-04-22  Andrew Pinski  <pinskia@physics.uc.edu>

        * gnu/gcj/runtime/NameFinder.java (close): IN, OUT, and PROC can all
        be null, check for that case and don't deference it.

From-SVN: r98573
libjava/ChangeLog
libjava/gnu/gcj/runtime/NameFinder.java