MCPcopy Create free account
hub / github.com/beanshell/beanshell / cleanUp

Method cleanUp

tests/junitTests/src/bsh/TestUtil.java:61–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59
60
61 static void cleanUp() {
62 System.gc();
63 System.gc();
64 System.gc();
65 System.gc();
66 System.gc();
67 System.gc();
68 }
69
70
71 /**

Callers 2

measureConcurrentTimeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected