(VMMethod m)
| 550 | } |
| 551 | |
| 552 | public static Method makeMethod(VMMethod m) { |
| 553 | return makeMethod(SystemClassLoader.getClass(m.class_), index(m)); |
| 554 | } |
| 555 | |
| 556 | public static ProtectionDomain getProtectionDomain(VMClass c) { |
| 557 | CodeSource source = null; |
no test coverage detected