()
| 285 | } |
| 286 | |
| 287 | public void testInterfaceMethodReturnsStructPointer() { |
| 288 | final AnI obj = new AnI(); |
| 289 | for (int i = 0; i < 5; i++) { |
| 290 | S s = Testpkg.callS(obj); |
| 291 | runGC(); |
| 292 | } |
| 293 | } |
| 294 | |
| 295 | public void testInterfaceMethodTakesStructPointer() { |
| 296 | final AnI obj = new AnI(); |