(Object x)
| 16 | } |
| 17 | |
| 18 | private static void stackMap(Object x) { |
| 19 | while (true) { |
| 20 | try { |
| 21 | try { |
| 22 | System.gc(); |
| 23 | } catch (DummyException e) { |
| 24 | // ignore |
| 25 | } finally { |
| 26 | x.toString(); |
| 27 | } |
| 28 | break; |
| 29 | } catch (DummyException e) { |
| 30 | // ignore |
| 31 | } |
| 32 | } |
| 33 | } |
| 34 | |
| 35 | private static byte[] makeTestCode(List pool) throws IOException { |
| 36 | ByteArrayOutputStream out = new ByteArrayOutputStream(); |
no test coverage detected