8195857: Remove os::is_headless_jre

Reviewed-by: goetz, dholmes
This commit is contained in:
Matthias Baesken 2018-01-28 19:49:06 -05:00
parent 48e6e1e6c4
commit b2609808df
7 changed files with 0 additions and 218 deletions

View file

@ -717,9 +717,6 @@ class os: AllStatic {
// Fills in path to jvm.dll/libjvm.so (used by the Disassembler)
static void jvm_path(char *buf, jint buflen);
// Returns true if we are running in a headless jre.
static bool is_headless_jre();
// JNI names
static void print_jni_name_prefix_on(outputStream* st, int args_size);
static void print_jni_name_suffix_on(outputStream* st, int args_size);