(String name)
| 24 | throws ClassNotFoundException; |
| 25 | |
| 26 | protected Class findClass(String name) throws ClassNotFoundException { |
| 27 | return getClass(findVMClass(name)); |
| 28 | } |
| 29 | |
| 30 | public static native Class getClass(VMClass vmClass); |
| 31 |
no test coverage detected