mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
[FIX] Sentry module Java 8
This commit is contained in:
parent
a34267e902
commit
d03c6120ff
2 changed files with 0 additions and 2 deletions
|
@ -123,7 +123,6 @@ public static Class<?> firstClass(String... names) throws ClassNotFoundException
|
|||
|
||||
public static void fullGC() {
|
||||
RUNTIME.gc();
|
||||
RUNTIME.runFinalization();
|
||||
LogHelper.debug("Used heap: %d MiB", RUNTIME.totalMemory() - RUNTIME.freeMemory() >> 20);
|
||||
}
|
||||
|
||||
|
|
|
@ -100,7 +100,6 @@ public static Class<?> firstClass(String... names) throws ClassNotFoundException
|
|||
|
||||
public static void fullGC() {
|
||||
RUNTIME.gc();
|
||||
RUNTIME.runFinalization();
|
||||
LogHelper.debug("Used heap: %d MiB", RUNTIME.totalMemory() - RUNTIME.freeMemory() >> 20);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue