mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
code cleanups
This commit is contained in:
parent
1020b321ce
commit
74bb715689
@ -29,9 +29,8 @@ import org.elasticsearch.common.logging.Loggers;
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* java mapping to some libc functions
|
||||
*/
|
||||
final class JNACLibrary {
|
||||
|
||||
@ -70,8 +69,4 @@ final class JNACLibrary {
|
||||
|
||||
private JNACLibrary() {
|
||||
}
|
||||
|
||||
public static void main(String args[]) throws Exception {
|
||||
JNANatives.tryMlockall();
|
||||
}
|
||||
}
|
||||
|
@ -26,8 +26,6 @@ import org.elasticsearch.common.logging.ESLogger;
|
||||
import org.elasticsearch.common.logging.Loggers;
|
||||
import org.elasticsearch.monitor.jvm.JvmInfo;
|
||||
|
||||
import java.util.Locale;
|
||||
|
||||
import static org.elasticsearch.bootstrap.JNAKernel32Library.SizeT;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user