4932272: (cl) Remove declaration of the unused private method ClassLoader.defineClass0
Reviewed-by: alanb
This commit is contained in:
parent
7d09fd8b12
commit
5634f01fdb
@ -851,9 +851,6 @@ public abstract class ClassLoader {
|
||||
return c;
|
||||
}
|
||||
|
||||
private native Class<?> defineClass0(String name, byte[] b, int off, int len,
|
||||
ProtectionDomain pd);
|
||||
|
||||
private native Class<?> defineClass1(String name, byte[] b, int off, int len,
|
||||
ProtectionDomain pd, String source);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user