At 22:57 10/16/99 -0600, Brandon Anderson wrote:
>If that's the case than why does my program run correctly when I compile
>it and run it with javac/java but not when I compile it with

untill you send us a stack trace and some actual concrete info about
what you're doing and running, no one can answer that 'cept you.

>javac_g/java_g?  And how do I get Runtime.trace*() to work.  I just simply

use java_g

>want to know if those function work under the Linux JVM.  They are not

they work in 117v1a on RH5.2, and 117v3 on RH6.0

>required to be implemented according to the Java 1.2 API. 

the 1.1 api said the same thing.

>I don't want to debug the program, but I do want to add the feature of
>being able to dynamically turn on the output of debugging information in
>such a way that it doesn't hurt performance.

then this isn't the solution you're going to want as it requires you to
be running in java_g which doesn't perform well - by design.

>(i.e. Send an RMI message to the program and it automatigically starts
>to output what functions its executes).

take a look at the JVMPI spec, or maybe write your own tracepoints in
that check for a static flag.



  cabbey at home dot net <*> http://members.home.net/cabbey
           I want a binary interface to the brain!
Today's opto-mechanical digital interfaces are just too slow!


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to