re PR libgcj/27170 (Deadlock in garbage collector)
PR libgcj/27170
* gnu/gcj/runtime/natSharedLibLoader.cc: Include gc.h to override
dlopen(). From Anthony Green.
From-SVN: r113123
This commit is contained in:
committed by
Bryce McKinlay
parent
a46cec70c7
commit
405827c59d
@@ -10,6 +10,11 @@ details. */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
// If we're using the Boehm GC, then we need this include to override dlopen.
|
||||
#ifdef HAVE_BOEHM_GC
|
||||
#include <gc.h>
|
||||
#endif /* HAVE_BOEHM_GC */
|
||||
|
||||
#include <gcj/cni.h>
|
||||
#include <jvm.h>
|
||||
#include <execution.h>
|
||||
|
||||
Reference in New Issue
Block a user