mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8010389: After fix for 7107135 a failed dlopen() call results in a VM crash
Call dlerror() in VM thread as necessary. Reviewed-by: coleenp, dholmes
This commit is contained in:
parent
661b263eb2
commit
ba67f14480
3 changed files with 65 additions and 14 deletions
|
@ -95,7 +95,8 @@ class Linux {
|
|||
|
||||
public:
|
||||
static bool _stack_is_executable;
|
||||
static void *dll_load_inner(const char *name);
|
||||
static void *dlopen_helper(const char *name, char *ebuf, int ebuflen);
|
||||
static void *dll_load_in_vmthread(const char *name, char *ebuf, int ebuflen);
|
||||
|
||||
static void init_thread_fpu_state();
|
||||
static int get_fpu_control_word();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue