< prev index next >

src/hotspot/os/linux/os_linux.hpp

Print this page
rev 51830 : 8210964: add more ld preloading info to hs_error file on Linux

*** 112,121 **** --- 112,122 ---- static void print_full_memory_info(outputStream* st); static void print_container_info(outputStream* st); static void print_distro_info(outputStream* st); static void print_libversion_info(outputStream* st); static void print_proc_sys_info(outputStream* st); + static void print_system_config_info(outputStream* st); public: static bool _stack_is_executable; static void *dlopen_helper(const char *name, char *ebuf, int ebuflen); static void *dll_load_in_vmthread(const char *name, char *ebuf, int ebuflen);
< prev index next >