4932272: (cl) Remove declaration of the unused private method ClassLoader.defineClass0

Reviewed-by: alanb
This commit is contained in:
Mandy Chung 2014-01-23 14:04:52 -08:00
parent 7d09fd8b12
commit 5634f01fdb

View File

@ -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);