@Test
public void testIntValue() {
DataValueGenerator dvg = new DataValueGenerator();
dvg.setDumpCode(true);
dvg.acquireNativeClass(IntValue.class);
dvg.acquireNativeClass(LongValue.class);
}
@Test
@Ignore
public void testAcquirePerf() throws IOException, ClassNotFoundException, IllegalAccessException, InstantiationException, InterruptedException, ExecutionException {