diff -r f43576cfb273 -r c092a2fbb7c3 src/hotspot/share/runtime/os.hpp --- a/src/hotspot/share/runtime/os.hpp Wed Jan 24 18:00:36 2018 -0500 +++ b/src/hotspot/share/runtime/os.hpp Sun Jan 28 19:49:06 2018 -0500 @@ -717,9 +717,6 @@ // 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);