MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / stopGC

Method stopGC

vm/JavaAPI/src/java/lang/System.java:108–113  ·  view source on GitHub ↗

Invoked from native code

()

Source from the content-addressed store, hash-verified

106 * Invoked from native code
107 */
108 private static void stopGC() {
109 gcShouldLoop = false;
110 synchronized(LOCK) {
111 LOCK.notify();
112 }
113 }
114
115 private native static boolean isHighFrequencyGC();
116

Callers

nothing calls this directly

Calls 1

notifyMethod · 0.45

Tested by

no test coverage detected