mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8195857: Remove os::is_headless_jre
Reviewed-by: goetz, dholmes
This commit is contained in:
parent
48e6e1e6c4
commit
b2609808df
7 changed files with 0 additions and 218 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue