(long var1)
| 88 | } |
| 89 | |
| 90 | public int getInt(long var1) throws Exception { |
| 91 | checkUnSafe(); |
| 92 | |
| 93 | if (field_getInt == null) { |
| 94 | field_getInt = unSafe.getClass().getMethod("getInt", long.class); |
| 95 | } |
| 96 | return (int) field_getInt.invoke(unSafe, var1); |
| 97 | } |
| 98 | |
| 99 | public int getInt(Object var1, long var2) throws Exception { |
| 100 | checkUnSafe(); |
no test coverage detected