prims.cc (_Jv_CreateJavaVM): Add comment about initialization order.
commit7e9534bc544cd62cb587a17c50eed08f8ca68185
authorDavid Daney <ddaney@avtrex.com>
Wed, 16 Feb 2005 04:16:06 +0000 (16 04:16 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Wed, 16 Feb 2005 04:16:06 +0000 (16 04:16 +0000)
treef9f4f02f6bbfd331d481cf0e7a15287b74a30280
parent5909b0346cca73468ebde3e747bbe21453364a03
prims.cc (_Jv_CreateJavaVM): Add comment about initialization order.

2005-02-15  David Daney <ddaney@avtrex.com>
            Bryce McKinlay  <mckinlay@redhat.com>

* prims.cc (_Jv_CreateJavaVM): Add comment about initialization order.
* posix-threads.cc (_Jv_InitThreads): Call block_sigchld() here to
ensure that GC threads inherit the new signal mask.
(block_sigchld): Call JvFail rather than throwing exception if
pthread_sigmask() fails.

Co-Authored-By: Bryce McKinlay <mckinlay@redhat.com>
From-SVN: r95095
libjava/ChangeLog
libjava/posix-threads.cc
libjava/prims.cc