[libinline-java-perl] 249/398: ok

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:43:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.55
in repository libinline-java-perl.

commit 8b9586def054863e9a8cf410001ec05dffea28ae
Author: patrick_leb <>
Date:   Fri Nov 21 18:45:32 2003 +0000

    ok
---
 Java/sources/InlineJavaPerlCaller.java | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/Java/sources/InlineJavaPerlCaller.java b/Java/sources/InlineJavaPerlCaller.java
index c569e78..728a2a1 100644
--- a/Java/sources/InlineJavaPerlCaller.java
+++ b/Java/sources/InlineJavaPerlCaller.java
@@ -106,12 +106,7 @@ public class InlineJavaPerlCaller {
 
 
 	public void StopCallbackLoop() throws InlineJavaException {
-		Thread t = Thread.currentThread() ;
-		if (! ijs.IsThreadPerlContact(t)){
-			throw new InlineJavaException("InlineJavaPerlCaller.StopCallbackLoop() can only be called by threads that communicate directly with Perl") ;
-		}
-
-		ArrayList queue = GetQueue(t) ;
+		ArrayList queue = GetQueue(creator) ;
 		stop_loop = true ;
 		queue.notify() ;
 	}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-java-perl.git



More information about the Pkg-perl-cvs-commits mailing list