This is the mail archive of the java@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]

Re: JNI issues


>
> The basic problem here is that the current thread was not started with the
> normal thread startup sequence (ie "new Thread(); thread.start();") so does not
> have any Java thread object/data associated with it. We need to implement a
> mechanism such that a java.lang.Thread (and other data used by the runtime) can
> get "attached" to an already running thread.
> 
That would be AttachCurrentThread() ?

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