Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Native functions in JDK 1.2.2 source code
- From: tushark@xxxxxxxxxxxxxxxx (Tushar Karnad)
- Subject: Native functions in JDK 1.2.2 source code
- Date: Wed, 29 Dec 1999 10:59:34 +0530
This is a multi-part message in MIME format. ------=_NextPart_000_0070_01BF51EB.CA4B7350 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, We want to port thread migration/movement code, which as of date is in = JDK 1.1.5 to JDK 1.2.2. Following JDK functions from JDK source code are not accessible from = Java native code because their Scope/binding is done locally in JDK 1.2.2 = shared library libjvm.so where as it was done globally in JDK 1.1.5 shared = library libjava.so Can someone help me? Has any body done any work in this area? InitializeExecEnv ExecuteJava CreateNewJavaStack PcinCompiledCode ProcStackSize ProcedureFindThrowTag _binclass_lock get_binclasses get_nbinclasses isHandle threadCreate hpi_thread_interface sysThreadInit sysThreadExit Also sysThreadInit() and sysThreadExit() which are part of the jdk1.1.8 are = not available in jdk1.2.2. Can you help out in getting the same functionality for above functions = from jdk1.2.2. java_monitor ( variable declared as an 'int' ) is not being used in jdk1.2.2. Could you please tell the exact functionality of this. Regards Dayanand =20 ------=_NextPart_000_0070_01BF51EB.CA4B7350 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT size=3D2><BR>Hi,</FONT></DIV> <DIV><FONT size=3D2><BR>We want to port thread migration/movement code, = which as=20 of date is in JDK<BR>1.1.5 to JDK 1.2.2.<BR><BR>Following JDK functions = from JDK=20 source code are not accessible from Java<BR>native code because their=20 Scope/binding is done locally in JDK 1.2.2 shared<BR>library libjvm.so = where as=20 it was done globally in JDK 1.1.5 shared = library<BR>libjava.so<BR><BR>Can=20 someone help me? Has any body done any work in this=20 area?<BR><BR>InitializeExecEnv<BR>ExecuteJava<BR>CreateNewJavaStack<BR>Pc= inCompiledCode<BR>ProcStackSize<BR>ProcedureFindThrowTag<BR>_binclass_loc= k<BR>get_binclasses<BR>get_nbinclasses<BR>isHandle<BR>threadCreate<BR>hpi= _thread_interface<BR>sysThreadInit<BR>sysThreadExit<BR><BR>Also<BR><BR>sy= sThreadInit()=20 and sysThreadExit() which are part of the jdk1.1.8 are = not<BR>available in=20 jdk1.2.2.<BR><BR>Can you help out in getting the same functionality for = above=20 functions from<BR>jdk1.2.2.<BR><BR>java_monitor ( variable declared as = an 'int'=20 ) is not being used in<BR>jdk1.2.2.<BR><BR>Could you please tell the = exact=20 functionality of=20 this.<BR><BR><BR>Regards<BR>Dayanand<BR> </DIV></FONT></BODY></HTML>= ------=_NextPart_000_0070_01BF51EB.CA4B7350-- --- To unsubscribe, mail advanced-java-unsubscribe@xxxxxxxxxxxxxxxx To get help, mail advanced-java-help@xxxxxxxxxxxxxxxx
- Prev by Date: Query on JTable!
- Next by Date: servlet problem
- Previous by thread: Printing a Report from Java
- Next by thread: HTML and CORBA
- Index(es):