mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
move SystemClassLoader and Runtime.dumpHeap to avian package
This commit is contained in:
@ -75,8 +75,6 @@ public class Runtime {
|
||||
|
||||
public native long totalMemory();
|
||||
|
||||
public static native void dumpHeap(String outputFile);
|
||||
|
||||
private static class MyProcess extends Process {
|
||||
private long pid;
|
||||
private final int in;
|
||||
|
Reference in New Issue
Block a user