This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FYI: VMAccessController tweak


Hi all,

VMAccessController uses thread-local storage which does not become
available until late in the bootstrap process.  Various methods have
checks to ensure that TLS is not accessed during _Jv_CreateJavaVM(),
but this is not enough.  This commit fixes these checks.

Cheers,
Gary

Attachment: accesscontroller.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]