similar to: 6285992 JNI should make use of dm_inuse() when 6343802 is fixed

Displaying 20 results from an estimated 90 matches similar to: "6285992 JNI should make use of dm_inuse() when 6343802 is fixed"

2006 Oct 31
0
6351004 capacity of pool in zfs gui is not consistent with the output of zpool list
Author: talley Repository: /hg/zfs-crypto/gate Revision: 8f002966e2de5d912f1b3f740784a1307059b667 Log message: 6351004 capacity of pool in zfs gui is not consistent with the output of zpool list Files: update: usr/src/lib/libzfs_jni/common/libzfs_jni_dataset.c
2008 May 16
0
Some of AES_CBC_PAD team missed the last bus home
Author: Darren Moffat <darrenm at opensolaris.org> Repository: /hg/zfs-crypto/gate Latest revision: 6dded109490e79f82f24b9ba0b3465cb1e6a96e6 Total changesets: 1 Log message: Some of AES_CBC_PAD team missed the last bus home pam_zfs_key module not in this phase fs-local failure if ''zfs mount -a'' fails isn''t our call zoneadm/zfs.c 1866 libzfs_jni needs updated or
2011 Mar 22
0
JGR compile problem: JNI type error with a twist
Hi folks: Updated my system again and am stuck on a JGR compile problem. What I've seen in discussion of the problem doesn't seem to be helping. As others have encountered, it can't compile rJava (for one), getting this error: checking JNI data types... configure: error: One or more JNI types differ from the corresponding native type. Also, consistently with what others report,
2011 Jan 13
3
Wine app, can use Linux Java (JNI)?
I have a windows application that use Java virtual machine through JNI for run this application i've installed also JRE on Wine. The application works well but is there a way to use the Java virtual machine installed on Linux machine instead of JVM installed in wine ?
2010 Sep 26
0
[LLVMdev] Using LLVM from Java: using the incomplete binding or build a jni for llvm-c ?
I need to use LLVM from Java, which approach do you recommend? -- View this message in context: http://old.nabble.com/Using-LLVM-from-Java%3A-using-the-incomplete-binding-or-build-a-jni-for-llvm-c---tp29811105p29811105.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2001 Apr 05
1
JNI Wrappering OpenSSH ?
I am currently toying with various avenues for doing some secured file transfers from a javaland process. Realistically on the server side the thing I want is OpenSSH's sftp server. My question is, on the client side, how to get java to talk ssh2 secsh file xfer. Would a sane approach be to find the appropriate points of OpenSSH and turn it into a java library by liberal application of JNI,
2008 Dec 15
1
WineLib and Java Native Interface (JNI) - UNIX
Hi All, I have implemented a JNI library on window that call the C++ dll APIs. Now I want my JAVA program is run on the UNIX system. I have used WineLib to wrapper Window Dlls to the Share Object Lib (so lib) (Using Winedump and Winegcc to build). The functions in the so lib can work normally with my C main test function. BUT when I call it from Java. The function can linked BUT it is crashed at
2007 Oct 02
0
Anyone tried to call speex from jni? Need help here!
Hello folks. I am using speex through jni. I have no problem doing encoding and decoding but I would like to use the preprocessor feature. The problem is my JVM always crash when speex_preprocess_run() is invoked. I cannot give conclusion that it is this function that caused the error because I checked the error log and there is no trace to it. However, if I commented out this line, everything
2009 Nov 09
0
Thanks, cloning support, JNI, and new project using Speex
Hi Speex devs! This is firt a warm thanks for your efforts and for making Speex a reality. Well done! I developped a teleconference application, using Speex as the codec for the audio layer. The project is http://www.encours.org. In the course of this project I had the following use case: - Participants connect to the conference. Each participant sends a Speex encoded stream. - A common
2005 Jul 20
0
which kind of Java SDK I download for jni.h
Hi, it?s in jdk1.5.0_01 on folder "include". Diego Mi?ano S?nchez Plan Global de Tesorer?a - Tecnolog?a Tlfno: +34(91)28 98188 dminano@servexternos.gruposantander.com ******************AVISO LEGAL********************** Este mensaje es privado y confidencial y solamente para la persona a la que va dirigido. Si usted ha recibido este mensaje por error, no debe revelar,
2012 Jun 23
0
[LLVMdev] Performance of JNI in VMKit
Hi Bruno, On Wed, Jun 20, 2012 at 3:04 PM, Bruno Daniel <abml at mailoo.org> wrote: > Dear developers, > > Are there any benchmarks for the performance of Java Native Interface (JNI) > calls in VMKit? Since VMKit is based on LLVM which can also run C++ code > (maybe in the same just-in-time compiler?) I guess calls from Java to C++ > and > back could be much faster
2012 Jun 20
2
[LLVMdev] Performance of JNI in VMKit
Dear developers, Are there any benchmarks for the performance of Java Native Interface (JNI) calls in VMKit? Since VMKit is based on LLVM which can also run C++ code (maybe in the same just-in-time compiler?) I guess calls from Java to C++ and back could be much faster than in Sun's JVM which has extremely slow C++ -> Java callbacks. If this was the case, this would be a big advantage of
2024 Feb 20
1
Compiling libR as a standalone C library for java+jni (-fPIC)
(cross-posted on SO: https://stackoverflow.com/questions/78022766) Hi all, I'm trying to compile R as a static library with the -fPIC flag so I can use it within java+JNI (is it only possible ?), but I cannot find the right flags in '.configure' to compile R this way. I tested various flags but I cannot find the correct syntax. for now, my latest attempt was ``` rm -rvf?
2006 Dec 23
1
Re: Xapian jni
On Fri, Dec 22, 2006 at 12:31:08PM -0500, Alex Kushkuley wrote: > If I understood correctly, the Xapian JNI layer keeps the "C-shadows" > of all the org.xapian Java objects in hash maps untill objects are > finalized by Java garbage collection. The java finalize method for an > org.xapian object is overriden and among other things it calls native > method that removes the
2012 Jun 27
1
[LLVMdev] Performance of JNI in VMKit
Hi Nicolas, thanks for your detailed answer! Now I understand the issues a little better. I'm going to install LLVM + Vmkit and try it out using JNI. Regarding the garbage collector, do you think that the Garbage Collection ABI of C++11 could be implemented in a way compatible to the JVM's garbage collector? http://www2.research.att.com/~bs/C++0xFAQ.html#gc-abi Perhaps this could make
2006 Oct 31
0
PSARC 2006/054 DTrace JNI Binding
Author: tomee Repository: /hg/zfs-crypto/gate Revision: 367993089b181886f94c88ffa5759d0626e95ad7 Log message: PSARC 2006/054 DTrace JNI Binding 6384263 PSARC 2006/054 DTrace JNI Binding Files: create: usr/src/lib/libdtrace_jni/Makefile create: usr/src/lib/libdtrace_jni/Makefile.com create: usr/src/lib/libdtrace_jni/amd64/Makefile create: usr/src/lib/libdtrace_jni/common/dtj_attr.c create:
2010 Aug 13
1
Installing rJava fails on Gentoo (amd64) with Sun JDK - checking JNI data types... error
Installing rJava fails consistently, whether installed via the command line as below, or through "install.packages( 'rJava' )", and whether 0.84 or 0.85 is used, with the message :- "checking JNI data types... configure: error: One or more JNI types differ from the corresponding native type. You may need to use non-standard compiler flags or a different compiler in order to
2007 May 30
5
java bindings 1.0.0 - jni.h not found
Hi all, I am new to Xapian and want to use it with Java. In order to do that I tried to compile the Java bindings. I set XAPIAN_CONFIG and invoked "configure". However "./configure --with-java" exits with an error. Point of failure: checking for jni.h... no checking for jni.h in /usr/lib/jvm/java-1.5.0-sun/include... no checking for jni.h in
2007 Oct 18
1
Source code to ZFS GUI?
Hi all, I noticed that the ZFS source tour page at opensolaris.org does not have the ZFS web based GUI source listed yet. http://www.opensolaris.org/os/community/zfs/source/ "Management GUI Solaris will ship with a web-based ZFS GUI in build 28. While not part of OpenSolaris (yet), it is an example of a Java-based GUI layered on top of the JNI." Has this source been made public
2017 Jul 25
0
Loading Rcmdr
Dear Jack, There's not enough information here to know what the problem might be. Please see < https://www.r-project.org/help.html>, in particular the section on asking for help, and follow the link to the posting guide. At a minimum, explain what you did and what happened. It's generally informative to provide the results of Sys.info() and sessionInfo() . Best, John