mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 20:01:22 -05:00
SystemClassLoader.java (addClass): Get the value of package-private field "loadedClasses" using reflection.
* gnu/gcj/runtime/SystemClassLoader.java (addClass): Get the value of package-private field "loadedClasses" using reflection. * java/lang/VMCompiler.java (compileClass): Remove unreachable catch block. From-SVN: r112858
This commit is contained in:
committed by
Bryce McKinlay
parent
b4426e0a70
commit
20cbfac4e9
@@ -198,11 +198,6 @@ final class VMCompiler
|
||||
md.update(data);
|
||||
digest = md.digest();
|
||||
}
|
||||
catch (CloneNotSupportedException _)
|
||||
{
|
||||
// Can't happen.
|
||||
return null;
|
||||
}
|
||||
catch (NullPointerException _)
|
||||
{
|
||||
// If md5Digest==null -- but really this should never happen
|
||||
|
||||
Reference in New Issue
Block a user